Back to Explorer
16 - 512
0.5 - 4.0
Save to
navigationoutline
md menu open
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdMenuOpenIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0,0h24v24H0V0z" fill="none"/><path d="M3,18h13v-2H3V18z M3,13h10v-2H3V13z M3,6v2h13V6H3z M21,15.59L17.42,12L21,8.41L19.59,7l-5,5l5,5L21,15.59z"/>
</svg>
);SVG Optimizer
Before
0.34 KB
↓
After
0.33 KB
Tags
appapplicationarrowbackbar menuburgerchevroncloseclose menucollapsecomponentsdetailsdirectionalexpandforwardhamburgerhamburger menuhideinterfaceitemsleftlinelineslistmenumenu openmorenavigationopenopen menuoptionspanelrightscreensettingsshowside menusidebarsitethree linestoggleuiuxwebwebsite
Compare Alternatives
See how other libraries approach this concept.