local see icon
local-see-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-see-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="M4 22q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15l1.525-1.675q.15-.15.338-.225t.387-.075q.65 0 .925.588T10.15 5.7l-1.5 1.65q-.275.325-.663.488T7.176 8H4v12h16v-4q0-.425.288-.712T21 15t.713.288T22 16v4q0 .825-.587 1.413T20 22zm8-3.5q1.05 0 1.963-.45t1.562-1.25q.275-.35.25-.763t-.35-.687q-.35-.275-.763-.237T14 15.5q-.35.475-.875.738T12 16.5q-1.05 0-1.775-.725T9.5 14q0-.35.088-.687t.287-.638t.438-.537t.562-.388q.35-.2.463-.587t-.088-.738t-.612-.475t-.763.075q-.55.3-.975.738t-.75.937t-.488 1.088T7.5 14q0 1.875 1.313 3.188T12 18.5m1.813-16.838Q12 3.325 12 6.15q0 2.45 1.838 4.575t3.487 3.65q.15.125.313.188t.362.062t.375-.062t.3-.188q1.65-1.525 3.488-3.65T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663M18 12.325q-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.6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLocalSeeOutlineRounded(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="M4 22q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15l1.525-1.675q.15-.15.338-.225t.387-.075q.65 0 .925.588T10.15 5.7l-1.5 1.65q-.275.325-.663.488T7.176 8H4v12h16v-4q0-.425.288-.712T21 15t.713.288T22 16v4q0 .825-.587 1.413T20 22zm8-3.5q1.05 0 1.963-.45t1.562-1.25q.275-.35.25-.763t-.35-.687q-.35-.275-.763-.237T14 15.5q-.35.475-.875.738T12 16.5q-1.05 0-1.775-.725T9.5 14q0-.35.088-.687t.287-.638t.438-.537t.562-.388q.35-.2.463-.587t-.088-.738t-.612-.475t-.763.075q-.55.3-.975.738t-.75.937t-.488 1.088T7.5 14q0 1.875 1.313 3.188T12 18.5m1.813-16.838Q12 3.325 12 6.15q0 2.45 1.838 4.575t3.487 3.65q.15.125.313.188t.362.062t.375-.062t.3-.188q1.65-1.525 3.488-3.65T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663M18 12.325q-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.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V8q0-.825.588-1.412T4 6h3.15l1.525-1.675q.15-.15.338-.225t.387-.075q.65 0 .925.588T10.15 5.7l-1.5 1.65q-.275.325-.663.488T7.176 8H4v12h16v-4q0-.425.288-.712T21 15t.713.288T22 16v4q0 .825-.587 1.413T20 22zm8-3.5q1.05 0 1.963-.45t1.562-1.25q.275-.35.25-.763t-.35-.687q-.35-.275-.763-.237T14 15.5q-.35.475-.875.738T12 16.5q-1.05 0-1.775-.725T9.5 14q0-.35.088-.687t.287-.638t.438-.537t.562-.388q.35-.2.463-.587t-.088-.738t-.612-.475t-.763.075q-.55.3-.975.738t-.75.937t-.488 1.088T7.5 14q0 1.875 1.313 3.188T12 18.5m1.813-16.838Q12 3.325 12 6.15q0 2.45 1.838 4.575t3.487 3.65q.15.125.313.188t.362.062t.375-.062t.3-.188q1.65-1.525 3.488-3.65T24 6.15q0-2.825-1.812-4.487T18 0t-4.187 1.663M18 12.325q-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.6z"/></svg> </template>
CSS
.icon-local-see-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%22M4%2022q-.825%200-1.412-.587T2%2020V8q0-.825.588-1.412T4%206h3.15l1.525-1.675q.15-.15.338-.225t.387-.075q.65%200%20.925.588T10.15%205.7l-1.5%201.65q-.275.325-.663.488T7.176%208H4v12h16v-4q0-.425.288-.712T21%2015t.713.288T22%2016v4q0%20.825-.587%201.413T20%2022zm8-3.5q1.05%200%201.963-.45t1.562-1.25q.275-.35.25-.763t-.35-.687q-.35-.275-.763-.237T14%2015.5q-.35.475-.875.738T12%2016.5q-1.05%200-1.775-.725T9.5%2014q0-.35.088-.687t.287-.638t.438-.537t.562-.388q.35-.2.463-.587t-.088-.738t-.612-.475t-.763.075q-.55.3-.975.738t-.75.937t-.488%201.088T7.5%2014q0%201.875%201.313%203.188T12%2018.5m1.813-16.838Q12%203.325%2012%206.15q0%202.45%201.838%204.575t3.487%203.65q.15.125.313.188t.362.062t.375-.062t.3-.188q1.65-1.525%203.488-3.65T24%206.15q0-2.825-1.812-4.487T18%200t-4.187%201.663M18%2012.325q-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.6z%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%22M4%2022q-.825%200-1.412-.587T2%2020V8q0-.825.588-1.412T4%206h3.15l1.525-1.675q.15-.15.338-.225t.387-.075q.65%200%20.925.588T10.15%205.7l-1.5%201.65q-.275.325-.663.488T7.176%208H4v12h16v-4q0-.425.288-.712T21%2015t.713.288T22%2016v4q0%20.825-.587%201.413T20%2022zm8-3.5q1.05%200%201.963-.45t1.562-1.25q.275-.35.25-.763t-.35-.687q-.35-.275-.763-.237T14%2015.5q-.35.475-.875.738T12%2016.5q-1.05%200-1.775-.725T9.5%2014q0-.35.088-.687t.287-.638t.438-.537t.562-.388q.35-.2.463-.587t-.088-.738t-.612-.475t-.763.075q-.55.3-.975.738t-.75.937t-.488%201.088T7.5%2014q0%201.875%201.313%203.188T12%2018.5m1.813-16.838Q12%203.325%2012%206.15q0%202.45%201.838%204.575t3.487%203.65q.15.125.313.188t.362.062t.375-.062t.3-.188q1.65-1.525%203.488-3.65T24%206.15q0-2.825-1.812-4.487T18%200t-4.187%201.663M18%2012.325q-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.6z%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-rounded.svg?color=%231a73e8&size=48