Back to Explorer
16 - 512
0.5 - 4.0
Save to
mapsoutline
md directions
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdDirectionsIcon = (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="m22.43 10.59-9.01-9.01c-.75-.75-2.07-.76-2.83 0l-9 9c-.78.78-.78 2.04 0 2.82l9 9c.39.39.9.58 1.41.58.51 0 1.02-.19 1.41-.58l8.99-8.99c.79-.76.8-2.02.03-2.82zm-10.42 10.4-9-9 9-9 9 9-9 9zM8 11v4h2v-3h4v2.5l3.5-3.5L14 7.5V10H9c-.55 0-1 .45-1 1z"/>
</svg>
);SVG Optimizer
Before
0.47 KB
↓
After
0.47 KB
Tags
addressarrowcompasscoursedestinationdirectionsexploringfindinggpsguidanceguideitineraryjourneylocatelocationmapmapsmobilitymovemovingnavigationpathpositionrightroadmaproutesignstreettraffictransporttravelturnwayfinding
Compare Alternatives
See how other libraries approach this concept.