Back to Explorer
16 - 512
0.5 - 4.0
Save to
navigationoutline
md south
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdSouthIcon = (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="M19,15l-1.41-1.41L13,18.17V2H11v16.17l-4.59-4.59L5,15l7,7L19,15z"/>
</svg>
);SVG Optimizer
Before
0.26 KB
↓
After
0.26 KB
Tags
arrowarrow downbelowbottombuttonchevroncontrolcursordirectiondirectionaldowndown arrowdownwardgraphicguideindicatorinterface elementlocationmapsmove downmovementnavigationpointerpointing downpositionscroll downsouthsymboltrianglevertical
Compare Alternatives
See how other libraries approach this concept.