local see icon
local-see-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-see-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="m18 7.6l-1.225.925q-.15.125-.3.013t-.1-.288l.475-1.525l-1.3-1.025q-.125-.125-.063-.288t.238-.162h1.55l.475-1.5q.05-.175.25-.175t.25.175l.475 1.5h1.55q.175 0 .238.163t-.063.287l-1.3 1.025l.475 1.525q.05.175-.1.288t-.3-.013zm-6 8.9q-1.05 0-1.775-.725T9.5 14t.725-1.775T12 11.5h.05q.55.775 1.163 1.5t1.262 1.4q-.125.9-.825 1.5t-1.65.6M4 22q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15L8.4 4.65q.25-.275.513-.413t.537-.187q.3-.05.5.188t.15.562q-.05.3-.075.6T10 6q0 .95.25 1.85t.675 1.775q-1.5.35-2.462 1.563T7.5 14q0 1.875 1.313 3.188T12 18.5q1.35 0 2.438-.712t1.637-1.863l.6.55q.275.25.625.375t.7.125t.7-.125t.625-.375q.275-.225.525-.45l.5-.45q.5-.425 1.075-.187t.575.887V20q0 .825-.588 1.413T20 22zm14.363-7.425q.162-.075.312-.2q1.65-1.525 3.488-3.65T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663T12 6.15q0 2.45 1.838 4.575t3.487 3.65q.15.125.313.2t.362.075t.363-.075"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLocalSeeRounded(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="m18 7.6l-1.225.925q-.15.125-.3.013t-.1-.288l.475-1.525l-1.3-1.025q-.125-.125-.063-.288t.238-.162h1.55l.475-1.5q.05-.175.25-.175t.25.175l.475 1.5h1.55q.175 0 .238.163t-.063.287l-1.3 1.025l.475 1.525q.05.175-.1.288t-.3-.013zm-6 8.9q-1.05 0-1.775-.725T9.5 14t.725-1.775T12 11.5h.05q.55.775 1.163 1.5t1.262 1.4q-.125.9-.825 1.5t-1.65.6M4 22q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15L8.4 4.65q.25-.275.513-.413t.537-.187q.3-.05.5.188t.15.562q-.05.3-.075.6T10 6q0 .95.25 1.85t.675 1.775q-1.5.35-2.462 1.563T7.5 14q0 1.875 1.313 3.188T12 18.5q1.35 0 2.438-.712t1.637-1.863l.6.55q.275.25.625.375t.7.125t.7-.125t.625-.375q.275-.225.525-.45l.5-.45q.5-.425 1.075-.187t.575.887V20q0 .825-.588 1.413T20 22zm14.363-7.425q.162-.075.312-.2q1.65-1.525 3.488-3.65T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663T12 6.15q0 2.45 1.838 4.575t3.487 3.65q.15.125.313.2t.362.075t.363-.075"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 7.6l-1.225.925q-.15.125-.3.013t-.1-.288l.475-1.525l-1.3-1.025q-.125-.125-.063-.288t.238-.162h1.55l.475-1.5q.05-.175.25-.175t.25.175l.475 1.5h1.55q.175 0 .238.163t-.063.287l-1.3 1.025l.475 1.525q.05.175-.1.288t-.3-.013zm-6 8.9q-1.05 0-1.775-.725T9.5 14t.725-1.775T12 11.5h.05q.55.775 1.163 1.5t1.262 1.4q-.125.9-.825 1.5t-1.65.6M4 22q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15L8.4 4.65q.25-.275.513-.413t.537-.187q.3-.05.5.188t.15.562q-.05.3-.075.6T10 6q0 .95.25 1.85t.675 1.775q-1.5.35-2.462 1.563T7.5 14q0 1.875 1.313 3.188T12 18.5q1.35 0 2.438-.712t1.637-1.863l.6.55q.275.25.625.375t.7.125t.7-.125t.625-.375q.275-.225.525-.45l.5-.45q.5-.425 1.075-.187t.575.887V20q0 .825-.588 1.413T20 22zm14.363-7.425q.162-.075.312-.2q1.65-1.525 3.488-3.65T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663T12 6.15q0 2.45 1.838 4.575t3.487 3.65q.15.125.313.2t.362.075t.363-.075"/></svg> </template>
CSS
.icon-local-see-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%22m18%207.6l-1.225.925q-.15.125-.3.013t-.1-.288l.475-1.525l-1.3-1.025q-.125-.125-.063-.288t.238-.162h1.55l.475-1.5q.05-.175.25-.175t.25.175l.475%201.5h1.55q.175%200%20.238.163t-.063.287l-1.3%201.025l.475%201.525q.05.175-.1.288t-.3-.013zm-6%208.9q-1.05%200-1.775-.725T9.5%2014t.725-1.775T12%2011.5h.05q.55.775%201.163%201.5t1.262%201.4q-.125.9-.825%201.5t-1.65.6M4%2022q-.825%200-1.412-.587T2%2020V8q0-.825.588-1.412T4%206h3.15L8.4%204.65q.25-.275.513-.413t.537-.187q.3-.05.5.188t.15.562q-.05.3-.075.6T10%206q0%20.95.25%201.85t.675%201.775q-1.5.35-2.462%201.563T7.5%2014q0%201.875%201.313%203.188T12%2018.5q1.35%200%202.438-.712t1.637-1.863l.6.55q.275.25.625.375t.7.125t.7-.125t.625-.375q.275-.225.525-.45l.5-.45q.5-.425%201.075-.187t.575.887V20q0%20.825-.588%201.413T20%2022zm14.363-7.425q.162-.075.312-.2q1.65-1.525%203.488-3.65T24%206.15q0-2.825-1.812-4.487T18%200t-4.187%201.663T12%206.15q0%202.45%201.838%204.575t3.487%203.65q.15.125.313.2t.362.075t.363-.075%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%22m18%207.6l-1.225.925q-.15.125-.3.013t-.1-.288l.475-1.525l-1.3-1.025q-.125-.125-.063-.288t.238-.162h1.55l.475-1.5q.05-.175.25-.175t.25.175l.475%201.5h1.55q.175%200%20.238.163t-.063.287l-1.3%201.025l.475%201.525q.05.175-.1.288t-.3-.013zm-6%208.9q-1.05%200-1.775-.725T9.5%2014t.725-1.775T12%2011.5h.05q.55.775%201.163%201.5t1.262%201.4q-.125.9-.825%201.5t-1.65.6M4%2022q-.825%200-1.412-.587T2%2020V8q0-.825.588-1.412T4%206h3.15L8.4%204.65q.25-.275.513-.413t.537-.187q.3-.05.5.188t.15.562q-.05.3-.075.6T10%206q0%20.95.25%201.85t.675%201.775q-1.5.35-2.462%201.563T7.5%2014q0%201.875%201.313%203.188T12%2018.5q1.35%200%202.438-.712t1.637-1.863l.6.55q.275.25.625.375t.7.125t.7-.125t.625-.375q.275-.225.525-.45l.5-.45q.5-.425%201.075-.187t.575.887V20q0%20.825-.588%201.413T20%2022zm14.363-7.425q.162-.075.312-.2q1.65-1.525%203.488-3.65T24%206.15q0-2.825-1.812-4.487T18%200t-4.187%201.663T12%206.15q0%202.45%201.838%204.575t3.487%203.65q.15.125.313.2t.362.075t.363-.075%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-rounded.svg?color=%231a73e8&size=48