Back to Explorer
16 - 512
0.5 - 4.0
Save to
navigationoutline
md switch left
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdSwitchLeftIcon = (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="M8.5,8.62v6.76L5.12,12L8.5,8.62 M10,5l-7,7l7,7V5L10,5z M14,5v14l7-7L14,5z"/>
</svg>
);SVG Optimizer
Before
0.27 KB
↓
After
0.27 KB
Tags
activationarrowsbuttoncirclecontroldeactivationdevice controldirectionaldirectional switchelementfeaturehandlehorizontalindicatorinteractionleftnavigationon/offoptionovalpreferencepreference switchselectionsettingsliderstatestate controlswitchswitch lefttoggletoggle lefttrackui element
Compare Alternatives
See how other libraries approach this concept.