local see icon
local-see-sharp from Material Symbols by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-see-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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 16.5q-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.6M2 22V6h5.15L9 4h1.25q-.125.475-.187.975T10 6q0 .95.25 1.85t.675 1.775q-1.5.35-2.463 1.563T7.5 14q0 1.875 1.313 3.188T12 18.5q1.35 0 2.438-.712t1.637-1.863q.5.475.988.9t.937.8q1.05-.875 2.05-1.787T22 13.95V22zm16-7q3.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 15m-1.85-6l.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 MaterialSymbolsLocalSeeSharp(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 16.5q-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.6M2 22V6h5.15L9 4h1.25q-.125.475-.187.975T10 6q0 .95.25 1.85t.675 1.775q-1.5.35-2.463 1.563T7.5 14q0 1.875 1.313 3.188T12 18.5q1.35 0 2.438-.712t1.637-1.863q.5.475.988.9t.937.8q1.05-.875 2.05-1.787T22 13.95V22zm16-7q3.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 15m-1.85-6l.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="M12 16.5q-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.6M2 22V6h5.15L9 4h1.25q-.125.475-.187.975T10 6q0 .95.25 1.85t.675 1.775q-1.5.35-2.463 1.563T7.5 14q0 1.875 1.313 3.188T12 18.5q1.35 0 2.438-.712t1.637-1.863q.5.475.988.9t.937.8q1.05-.875 2.05-1.787T22 13.95V22zm16-7q3.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 15m-1.85-6l.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-sharp {
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%2016.5q-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.6M2%2022V6h5.15L9%204h1.25q-.125.475-.187.975T10%206q0%20.95.25%201.85t.675%201.775q-1.5.35-2.463%201.563T7.5%2014q0%201.875%201.313%203.188T12%2018.5q1.35%200%202.438-.712t1.637-1.863q.5.475.988.9t.937.8q1.05-.875%202.05-1.787T22%2013.95V22zm16-7q3.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%2015m-1.85-6l.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%22M12%2016.5q-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.6M2%2022V6h5.15L9%204h1.25q-.125.475-.187.975T10%206q0%20.95.25%201.85t.675%201.775q-1.5.35-2.463%201.563T7.5%2014q0%201.875%201.313%203.188T12%2018.5q1.35%200%202.438-.712t1.637-1.863q.5.475.988.9t.937.8q1.05-.875%202.05-1.787T22%2013.95V22zm16-7q3.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%2015m-1.85-6l.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-sharp.svg?color=%231a73e8&size=48