signpost-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
signpost-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the signpost icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 20.5V17H7.171q-.331 0-.632-.13t-.518-.349l-1.455-1.455q-.243-.243-.243-.566t.243-.565l1.455-1.456q.218-.217.518-.348T7.171 12H11.5v-2H5.808q-.343 0-.576-.23T5 9.183V5.817q0-.357.232-.587T5.808 5H11.5V3.5q0-.213.144-.356T12.001 3t.356.144t.143.356V5h4.329q.331 0 .632.13t.518.349l1.455 1.455q.243.243.243.566t-.242.566L17.979 9.52q-.218.217-.518.348t-.632.131H12.5v2h5.692q.344 0 .576.23t.232.587v3.366q0 .357-.232.587t-.576.23H12.5v3.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M6 9h11.098l1.5-1.5l-1.5-1.5H6zm.902 7H18v-3H6.902l-1.5 1.5zM6 9V6zm12 7v-3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSignpostOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 20.5V17H7.171q-.331 0-.632-.13t-.518-.349l-1.455-1.455q-.243-.243-.243-.566t.243-.565l1.455-1.456q.218-.217.518-.348T7.171 12H11.5v-2H5.808q-.343 0-.576-.23T5 9.183V5.817q0-.357.232-.587T5.808 5H11.5V3.5q0-.213.144-.356T12.001 3t.356.144t.143.356V5h4.329q.331 0 .632.13t.518.349l1.455 1.455q.243.243.243.566t-.242.566L17.979 9.52q-.218.217-.518.348t-.632.131H12.5v2h5.692q.344 0 .576.23t.232.587v3.366q0 .357-.232.587t-.576.23H12.5v3.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M6 9h11.098l1.5-1.5l-1.5-1.5H6zm.902 7H18v-3H6.902l-1.5 1.5zM6 9V6zm12 7v-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 20.5V17H7.171q-.331 0-.632-.13t-.518-.349l-1.455-1.455q-.243-.243-.243-.566t.243-.565l1.455-1.456q.218-.217.518-.348T7.171 12H11.5v-2H5.808q-.343 0-.576-.23T5 9.183V5.817q0-.357.232-.587T5.808 5H11.5V3.5q0-.213.144-.356T12.001 3t.356.144t.143.356V5h4.329q.331 0 .632.13t.518.349l1.455 1.455q.243.243.243.566t-.242.566L17.979 9.52q-.218.217-.518.348t-.632.131H12.5v2h5.692q.344 0 .576.23t.232.587v3.366q0 .357-.232.587t-.576.23H12.5v3.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356M6 9h11.098l1.5-1.5l-1.5-1.5H6zm.902 7H18v-3H6.902l-1.5 1.5zM6 9V6zm12 7v-3z"/></svg>
</template>

CSS

.icon-signpost-outline-rounded {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2020.5V17H7.171q-.331%200-.632-.13t-.518-.349l-1.455-1.455q-.243-.243-.243-.566t.243-.565l1.455-1.456q.218-.217.518-.348T7.171%2012H11.5v-2H5.808q-.343%200-.576-.23T5%209.183V5.817q0-.357.232-.587T5.808%205H11.5V3.5q0-.213.144-.356T12.001%203t.356.144t.143.356V5h4.329q.331%200%20.632.13t.518.349l1.455%201.455q.243.243.243.566t-.242.566L17.979%209.52q-.218.217-.518.348t-.632.131H12.5v2h5.692q.344%200%20.576.23t.232.587v3.366q0%20.357-.232.587t-.576.23H12.5v3.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356M6%209h11.098l1.5-1.5l-1.5-1.5H6zm.902%207H18v-3H6.902l-1.5%201.5zM6%209V6zm12%207v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2020.5V17H7.171q-.331%200-.632-.13t-.518-.349l-1.455-1.455q-.243-.243-.243-.566t.243-.565l1.455-1.456q.218-.217.518-.348T7.171%2012H11.5v-2H5.808q-.343%200-.576-.23T5%209.183V5.817q0-.357.232-.587T5.808%205H11.5V3.5q0-.213.144-.356T12.001%203t.356.144t.143.356V5h4.329q.331%200%20.632.13t.518.349l1.455%201.455q.243.243.243.566t-.242.566L17.979%209.52q-.218.217-.518.348t-.632.131H12.5v2h5.692q.344%200%20.576.23t.232.587v3.366q0%20.357-.232.587t-.576.23H12.5v3.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356M6%209h11.098l1.5-1.5l-1.5-1.5H6zm.902%207H18v-3H6.902l-1.5%201.5zM6%209V6zm12%207v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/signpost-outline-rounded.svg?color=%231a73e8&size=48