Back to Explorer
16 - 512
0.5 - 4.0
Save to
navigationoutline
md switch right
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdSwitchRightIcon = (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="M15.5,15.38V8.62L18.88,12L15.5,15.38 M14,19l7-7l-7-7V19L14,19z M10,19V5l-7,7L10,19z"/>
</svg>
);SVG Optimizer
Before
0.28 KB
↓
After
0.28 KB
Tags
activearrowarrowsbuttonconfigurationcontroldirectiondirectionalinactiveindicatormovenavigationoffonoptionpositionpreferencerightselectionsettingshiftsliderstateswitchtoggle
Compare Alternatives
See how other libraries approach this concept.