local-see-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
local-see-outline
Set
Material Symbols
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the local see icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.5q1.35 0 2.438-.712t1.637-1.863q-.4-.35-.8-.737t-.8-.813q-.15.95-.837 1.538T12 16.5q-1.05 0-1.775-.725T9.5 14t.738-1.763t1.787-.737q-.3-.45-.575-.913t-.525-.937q-1.475.375-2.45 1.575T7.5 14q0 1.875 1.313 3.188T12 18.5M9 4h1.25q-.125.475-.187.975T10 6h-.125L8.05 8H4v12h16v-4.125q.5-.45 1-.937t1-.988V20q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15zm9 11q3.025-2.575 4.513-4.775T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663T12 6.15q0 1.875 1.488 4.075T18 15m0-2.675q-2.6-2.45-3.3-3.95T14 6.15q0-2.025 1.263-3.088T18 2t2.738 1.063T22 6.15q0 .725-.7 2.225t-3.3 3.95M16.15 9l.7-2.275L15 5.25h2.275L18 3l.725 2.25H21l-1.85 1.475l.7 2.275L18 7.6zM18 7.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocalSeeOutline(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="M12 18.5q1.35 0 2.438-.712t1.637-1.863q-.4-.35-.8-.737t-.8-.813q-.15.95-.837 1.538T12 16.5q-1.05 0-1.775-.725T9.5 14t.738-1.763t1.787-.737q-.3-.45-.575-.913t-.525-.937q-1.475.375-2.45 1.575T7.5 14q0 1.875 1.313 3.188T12 18.5M9 4h1.25q-.125.475-.187.975T10 6h-.125L8.05 8H4v12h16v-4.125q.5-.45 1-.937t1-.988V20q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15zm9 11q3.025-2.575 4.513-4.775T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663T12 6.15q0 1.875 1.488 4.075T18 15m0-2.675q-2.6-2.45-3.3-3.95T14 6.15q0-2.025 1.263-3.088T18 2t2.738 1.063T22 6.15q0 .725-.7 2.225t-3.3 3.95M16.15 9l.7-2.275L15 5.25h2.275L18 3l.725 2.25H21l-1.85 1.475l.7 2.275L18 7.6zM18 7.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.5q1.35 0 2.438-.712t1.637-1.863q-.4-.35-.8-.737t-.8-.813q-.15.95-.837 1.538T12 16.5q-1.05 0-1.775-.725T9.5 14t.738-1.763t1.787-.737q-.3-.45-.575-.913t-.525-.937q-1.475.375-2.45 1.575T7.5 14q0 1.875 1.313 3.188T12 18.5M9 4h1.25q-.125.475-.187.975T10 6h-.125L8.05 8H4v12h16v-4.125q.5-.45 1-.937t1-.988V20q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15zm9 11q3.025-2.575 4.513-4.775T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663T12 6.15q0 1.875 1.488 4.075T18 15m0-2.675q-2.6-2.45-3.3-3.95T14 6.15q0-2.025 1.263-3.088T18 2t2.738 1.063T22 6.15q0 .725-.7 2.225t-3.3 3.95M16.15 9l.7-2.275L15 5.25h2.275L18 3l.725 2.25H21l-1.85 1.475l.7 2.275L18 7.6zM18 7.15"/></svg>
</template>

CSS

.icon-local-see-outline {
  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%22M12%2018.5q1.35%200%202.438-.712t1.637-1.863q-.4-.35-.8-.737t-.8-.813q-.15.95-.837%201.538T12%2016.5q-1.05%200-1.775-.725T9.5%2014t.738-1.763t1.787-.737q-.3-.45-.575-.913t-.525-.937q-1.475.375-2.45%201.575T7.5%2014q0%201.875%201.313%203.188T12%2018.5M9%204h1.25q-.125.475-.187.975T10%206h-.125L8.05%208H4v12h16v-4.125q.5-.45%201-.937t1-.988V20q0%20.825-.587%201.413T20%2022H4q-.825%200-1.412-.587T2%2020V8q0-.825.588-1.412T4%206h3.15zm9%2011q3.025-2.575%204.513-4.775T24%206.15q0-2.825-1.812-4.487T18%200t-4.187%201.663T12%206.15q0%201.875%201.488%204.075T18%2015m0-2.675q-2.6-2.45-3.3-3.95T14%206.15q0-2.025%201.263-3.088T18%202t2.738%201.063T22%206.15q0%20.725-.7%202.225t-3.3%203.95M16.15%209l.7-2.275L15%205.25h2.275L18%203l.725%202.25H21l-1.85%201.475l.7%202.275L18%207.6zM18%207.15%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%22M12%2018.5q1.35%200%202.438-.712t1.637-1.863q-.4-.35-.8-.737t-.8-.813q-.15.95-.837%201.538T12%2016.5q-1.05%200-1.775-.725T9.5%2014t.738-1.763t1.787-.737q-.3-.45-.575-.913t-.525-.937q-1.475.375-2.45%201.575T7.5%2014q0%201.875%201.313%203.188T12%2018.5M9%204h1.25q-.125.475-.187.975T10%206h-.125L8.05%208H4v12h16v-4.125q.5-.45%201-.937t1-.988V20q0%20.825-.587%201.413T20%2022H4q-.825%200-1.412-.587T2%2020V8q0-.825.588-1.412T4%206h3.15zm9%2011q3.025-2.575%204.513-4.775T24%206.15q0-2.825-1.812-4.487T18%200t-4.187%201.663T12%206.15q0%201.875%201.488%204.075T18%2015m0-2.675q-2.6-2.45-3.3-3.95T14%206.15q0-2.025%201.263-3.088T18%202t2.738%201.063T22%206.15q0%20.725-.7%202.225t-3.3%203.95M16.15%209l.7-2.275L15%205.25h2.275L18%203l.725%202.25H21l-1.85%201.475l.7%202.275L18%207.6zM18%207.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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