local see icon
local-see-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-see-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.292l-.975.752q-.13.087-.252.003q-.121-.083-.071-.22l.379-1.236l-1.05-.852q-.125-.087-.072-.22q.052-.135.189-.135h1.262l.398-1.211q.05-.136.192-.136t.192.136l.399 1.212h1.261q.137 0 .19.133q.052.134-.053.22l-1.05.852l.378 1.237q.05.137-.061.22q-.112.084-.242-.003zm-6 9.439q-1.165 0-1.948-.783T9.269 14t.783-1.939t1.929-.792h.011q.589.852 1.268 1.644q.68.793 1.427 1.545q-.164.996-.902 1.634q-.739.639-1.785.639M4.616 21q-.691 0-1.153-.462T3 19.385V8.615q0-.69.463-1.152T4.615 7h2.958l1.366-1.485q.153-.16.31-.268t.355-.159q.223-.069.413.101t.16.457q-.011.088-.017.177q-.006.088-.006.177q0 1.18.337 2.244q.336 1.064.915 2.073q-1.346.216-2.241 1.245q-.896 1.03-.896 2.438q0 1.567 1.082 2.649T12 17.731q1.235 0 2.188-.694t1.33-1.785l1.407 1.28q.217.212.5.318t.575.106t.575-.106t.5-.317q.16-.13.294-.258q.135-.129.289-.258q.403-.348.873-.149t.469.734v2.783q0 .69-.462 1.152T19.385 21zm13.68-7.07q.133-.045.264-.17q1.592-1.506 3.247-3.352t1.655-4.258q0-2.575-1.65-4.093T18 .539t-3.812 1.518t-1.65 4.093q0 2.412 1.655 4.258t3.248 3.352q.13.124.264.17t.295.047t.295-.046"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalSeeRounded(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.292l-.975.752q-.13.087-.252.003q-.121-.083-.071-.22l.379-1.236l-1.05-.852q-.125-.087-.072-.22q.052-.135.189-.135h1.262l.398-1.211q.05-.136.192-.136t.192.136l.399 1.212h1.261q.137 0 .19.133q.052.134-.053.22l-1.05.852l.378 1.237q.05.137-.061.22q-.112.084-.242-.003zm-6 9.439q-1.165 0-1.948-.783T9.269 14t.783-1.939t1.929-.792h.011q.589.852 1.268 1.644q.68.793 1.427 1.545q-.164.996-.902 1.634q-.739.639-1.785.639M4.616 21q-.691 0-1.153-.462T3 19.385V8.615q0-.69.463-1.152T4.615 7h2.958l1.366-1.485q.153-.16.31-.268t.355-.159q.223-.069.413.101t.16.457q-.011.088-.017.177q-.006.088-.006.177q0 1.18.337 2.244q.336 1.064.915 2.073q-1.346.216-2.241 1.245q-.896 1.03-.896 2.438q0 1.567 1.082 2.649T12 17.731q1.235 0 2.188-.694t1.33-1.785l1.407 1.28q.217.212.5.318t.575.106t.575-.106t.5-.317q.16-.13.294-.258q.135-.129.289-.258q.403-.348.873-.149t.469.734v2.783q0 .69-.462 1.152T19.385 21zm13.68-7.07q.133-.045.264-.17q1.592-1.506 3.247-3.352t1.655-4.258q0-2.575-1.65-4.093T18 .539t-3.812 1.518t-1.65 4.093q0 2.412 1.655 4.258t3.248 3.352q.13.124.264.17t.295.047t.295-.046"/></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.292l-.975.752q-.13.087-.252.003q-.121-.083-.071-.22l.379-1.236l-1.05-.852q-.125-.087-.072-.22q.052-.135.189-.135h1.262l.398-1.211q.05-.136.192-.136t.192.136l.399 1.212h1.261q.137 0 .19.133q.052.134-.053.22l-1.05.852l.378 1.237q.05.137-.061.22q-.112.084-.242-.003zm-6 9.439q-1.165 0-1.948-.783T9.269 14t.783-1.939t1.929-.792h.011q.589.852 1.268 1.644q.68.793 1.427 1.545q-.164.996-.902 1.634q-.739.639-1.785.639M4.616 21q-.691 0-1.153-.462T3 19.385V8.615q0-.69.463-1.152T4.615 7h2.958l1.366-1.485q.153-.16.31-.268t.355-.159q.223-.069.413.101t.16.457q-.011.088-.017.177q-.006.088-.006.177q0 1.18.337 2.244q.336 1.064.915 2.073q-1.346.216-2.241 1.245q-.896 1.03-.896 2.438q0 1.567 1.082 2.649T12 17.731q1.235 0 2.188-.694t1.33-1.785l1.407 1.28q.217.212.5.318t.575.106t.575-.106t.5-.317q.16-.13.294-.258q.135-.129.289-.258q.403-.348.873-.149t.469.734v2.783q0 .69-.462 1.152T19.385 21zm13.68-7.07q.133-.045.264-.17q1.592-1.506 3.247-3.352t1.655-4.258q0-2.575-1.65-4.093T18 .539t-3.812 1.518t-1.65 4.093q0 2.412 1.655 4.258t3.248 3.352q.13.124.264.17t.295.047t.295-.046"/></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.292l-.975.752q-.13.087-.252.003q-.121-.083-.071-.22l.379-1.236l-1.05-.852q-.125-.087-.072-.22q.052-.135.189-.135h1.262l.398-1.211q.05-.136.192-.136t.192.136l.399%201.212h1.261q.137%200%20.19.133q.052.134-.053.22l-1.05.852l.378%201.237q.05.137-.061.22q-.112.084-.242-.003zm-6%209.439q-1.165%200-1.948-.783T9.269%2014t.783-1.939t1.929-.792h.011q.589.852%201.268%201.644q.68.793%201.427%201.545q-.164.996-.902%201.634q-.739.639-1.785.639M4.616%2021q-.691%200-1.153-.462T3%2019.385V8.615q0-.69.463-1.152T4.615%207h2.958l1.366-1.485q.153-.16.31-.268t.355-.159q.223-.069.413.101t.16.457q-.011.088-.017.177q-.006.088-.006.177q0%201.18.337%202.244q.336%201.064.915%202.073q-1.346.216-2.241%201.245q-.896%201.03-.896%202.438q0%201.567%201.082%202.649T12%2017.731q1.235%200%202.188-.694t1.33-1.785l1.407%201.28q.217.212.5.318t.575.106t.575-.106t.5-.317q.16-.13.294-.258q.135-.129.289-.258q.403-.348.873-.149t.469.734v2.783q0%20.69-.462%201.152T19.385%2021zm13.68-7.07q.133-.045.264-.17q1.592-1.506%203.247-3.352t1.655-4.258q0-2.575-1.65-4.093T18%20.539t-3.812%201.518t-1.65%204.093q0%202.412%201.655%204.258t3.248%203.352q.13.124.264.17t.295.047t.295-.046%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.292l-.975.752q-.13.087-.252.003q-.121-.083-.071-.22l.379-1.236l-1.05-.852q-.125-.087-.072-.22q.052-.135.189-.135h1.262l.398-1.211q.05-.136.192-.136t.192.136l.399%201.212h1.261q.137%200%20.19.133q.052.134-.053.22l-1.05.852l.378%201.237q.05.137-.061.22q-.112.084-.242-.003zm-6%209.439q-1.165%200-1.948-.783T9.269%2014t.783-1.939t1.929-.792h.011q.589.852%201.268%201.644q.68.793%201.427%201.545q-.164.996-.902%201.634q-.739.639-1.785.639M4.616%2021q-.691%200-1.153-.462T3%2019.385V8.615q0-.69.463-1.152T4.615%207h2.958l1.366-1.485q.153-.16.31-.268t.355-.159q.223-.069.413.101t.16.457q-.011.088-.017.177q-.006.088-.006.177q0%201.18.337%202.244q.336%201.064.915%202.073q-1.346.216-2.241%201.245q-.896%201.03-.896%202.438q0%201.567%201.082%202.649T12%2017.731q1.235%200%202.188-.694t1.33-1.785l1.407%201.28q.217.212.5.318t.575.106t.575-.106t.5-.317q.16-.13.294-.258q.135-.129.289-.258q.403-.348.873-.149t.469.734v2.783q0%20.69-.462%201.152T19.385%2021zm13.68-7.07q.133-.045.264-.17q1.592-1.506%203.247-3.352t1.655-4.258q0-2.575-1.65-4.093T18%20.539t-3.812%201.518t-1.65%204.093q0%202.412%201.655%204.258t3.248%203.352q.13.124.264.17t.295.047t.295-.046%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/local-see-rounded.svg?color=%231a73e8&size=48