Back to Explorer
16 - 512
0.5 - 4.0
Save to
mapsoutline
md navigation
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdNavigationIcon = (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="M12 7.27l4.28 10.43-3.47-1.53-.81-.36-.81.36-3.47 1.53L12 7.27M12 2L4.5 20.29l.71.71L12 18l6.79 3 .71-.71L12 2z"/>
</svg>
);SVG Optimizer
Before
0.34 KB
↓
After
0.34 KB
Tags
arrowcompasscoursedestinationdirectiondirectionsdiscoveryexplorefindgpsguidejourneylocatelocationmapmapsmarkmenunavigationorientationpathpinplacepointpointerpositionroadroutesearchsitestoptracktravelwayfinding
Compare Alternatives
See how other libraries approach this concept.