Back to Explorer
16 - 512
0.5 - 4.0
Save to
mapsoutline
md signpost
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdSignpostIcon = (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}
>
<g></g><g><path d="M13,10h5l3-3l-3-3h-5V2h-2v2H4v6h7v2H6l-3,3l3,3h5v4h2v-4h7v-6h-7V10z M6,6h11.17l1,1l-1,1H6V6z M18,16H6.83l-1-1l1-1H18 V16z"/></g>
</svg>
);SVG Optimizer
Before
0.33 KB
↓
After
0.33 KB
Tags
arrowbardestinationdirectionguidanceguideposthorizontalindicatorinformationjourneylandmarkleftlocationmapmapsmarkernavigationpathpinpointpointerpostrightroadroutesignsignalsignpostsignsstickstreettraffictraveluprightverticalwayfinding
Compare Alternatives
See how other libraries approach this concept.