local see icon
local-see-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-see-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M4.616 21q-.691 0-1.153-.462T3 19.385V8.615q0-.69.463-1.152T4.615 7h2.958l1.66-1.829q.073-.073.164-.11q.092-.036.195-.036q.324 0 .454.29q.131.289-.088.539L8.496 7.465q-.217.268-.537.401Q7.639 8 7.29 8H4.616q-.27 0-.443.173T4 8.616v10.769q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442v-3.097q0-.213.143-.356t.357-.144t.357.144t.143.356v3.096q0 .691-.462 1.153T19.385 21zM12 17.73q1.012 0 1.866-.497q.855-.499 1.351-1.356q.14-.216.116-.436t-.216-.36q-.177-.122-.387-.074q-.21.047-.307.243q-.35.686-1 1.084q-.65.397-1.423.397q-1.146 0-1.938-.793T9.269 14q0-.504.165-.947q.164-.443.48-.801t.716-.595t.899-.31q.196-.066.29-.242t.027-.372t-.237-.292q-.173-.097-.369-.031q-.646.127-1.186.449t-.943.803t-.622 1.077T8.27 14q0 1.548 1.091 2.64q1.092 1.09 2.64 1.09m2.188-15.673q-1.65 1.518-1.65 4.093q0 2.412 1.655 4.258t3.248 3.352q.13.105.274.158q.143.053.285.053q.162 0 .298-.053q.137-.053.262-.159q1.592-1.505 3.247-3.351t1.655-4.258q0-2.575-1.65-4.093T18 .539t-3.812 1.518M18 12.96q-2.908-2.72-3.684-4.171q-.778-1.452-.778-2.62q0-2.275 1.407-3.443T18 1.558t3.055 1.168t1.406 3.443q0 1.168-.777 2.62q-.776 1.452-3.684 4.17m-1.485-4.536l.566-1.832l-1.504-1.206h1.832L18 3.577l.59 1.808h1.833L18.938 6.59l.566 1.832L18 7.293z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalSeeOutlineRounded(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.616 21q-.691 0-1.153-.462T3 19.385V8.615q0-.69.463-1.152T4.615 7h2.958l1.66-1.829q.073-.073.164-.11q.092-.036.195-.036q.324 0 .454.29q.131.289-.088.539L8.496 7.465q-.217.268-.537.401Q7.639 8 7.29 8H4.616q-.27 0-.443.173T4 8.616v10.769q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442v-3.097q0-.213.143-.356t.357-.144t.357.144t.143.356v3.096q0 .691-.462 1.153T19.385 21zM12 17.73q1.012 0 1.866-.497q.855-.499 1.351-1.356q.14-.216.116-.436t-.216-.36q-.177-.122-.387-.074q-.21.047-.307.243q-.35.686-1 1.084q-.65.397-1.423.397q-1.146 0-1.938-.793T9.269 14q0-.504.165-.947q.164-.443.48-.801t.716-.595t.899-.31q.196-.066.29-.242t.027-.372t-.237-.292q-.173-.097-.369-.031q-.646.127-1.186.449t-.943.803t-.622 1.077T8.27 14q0 1.548 1.091 2.64q1.092 1.09 2.64 1.09m2.188-15.673q-1.65 1.518-1.65 4.093q0 2.412 1.655 4.258t3.248 3.352q.13.105.274.158q.143.053.285.053q.162 0 .298-.053q.137-.053.262-.159q1.592-1.505 3.247-3.351t1.655-4.258q0-2.575-1.65-4.093T18 .539t-3.812 1.518M18 12.96q-2.908-2.72-3.684-4.171q-.778-1.452-.778-2.62q0-2.275 1.407-3.443T18 1.558t3.055 1.168t1.406 3.443q0 1.168-.777 2.62q-.776 1.452-3.684 4.17m-1.485-4.536l.566-1.832l-1.504-1.206h1.832L18 3.577l.59 1.808h1.833L18.938 6.59l.566 1.832L18 7.293z"/></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.616 21q-.691 0-1.153-.462T3 19.385V8.615q0-.69.463-1.152T4.615 7h2.958l1.66-1.829q.073-.073.164-.11q.092-.036.195-.036q.324 0 .454.29q.131.289-.088.539L8.496 7.465q-.217.268-.537.401Q7.639 8 7.29 8H4.616q-.27 0-.443.173T4 8.616v10.769q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442v-3.097q0-.213.143-.356t.357-.144t.357.144t.143.356v3.096q0 .691-.462 1.153T19.385 21zM12 17.73q1.012 0 1.866-.497q.855-.499 1.351-1.356q.14-.216.116-.436t-.216-.36q-.177-.122-.387-.074q-.21.047-.307.243q-.35.686-1 1.084q-.65.397-1.423.397q-1.146 0-1.938-.793T9.269 14q0-.504.165-.947q.164-.443.48-.801t.716-.595t.899-.31q.196-.066.29-.242t.027-.372t-.237-.292q-.173-.097-.369-.031q-.646.127-1.186.449t-.943.803t-.622 1.077T8.27 14q0 1.548 1.091 2.64q1.092 1.09 2.64 1.09m2.188-15.673q-1.65 1.518-1.65 4.093q0 2.412 1.655 4.258t3.248 3.352q.13.105.274.158q.143.053.285.053q.162 0 .298-.053q.137-.053.262-.159q1.592-1.505 3.247-3.351t1.655-4.258q0-2.575-1.65-4.093T18 .539t-3.812 1.518M18 12.96q-2.908-2.72-3.684-4.171q-.778-1.452-.778-2.62q0-2.275 1.407-3.443T18 1.558t3.055 1.168t1.406 3.443q0 1.168-.777 2.62q-.776 1.452-3.684 4.17m-1.485-4.536l.566-1.832l-1.504-1.206h1.832L18 3.577l.59 1.808h1.833L18.938 6.59l.566 1.832L18 7.293z"/></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.616%2021q-.691%200-1.153-.462T3%2019.385V8.615q0-.69.463-1.152T4.615%207h2.958l1.66-1.829q.073-.073.164-.11q.092-.036.195-.036q.324%200%20.454.29q.131.289-.088.539L8.496%207.465q-.217.268-.537.401Q7.639%208%207.29%208H4.616q-.27%200-.443.173T4%208.616v10.769q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.442v-3.097q0-.213.143-.356t.357-.144t.357.144t.143.356v3.096q0%20.691-.462%201.153T19.385%2021zM12%2017.73q1.012%200%201.866-.497q.855-.499%201.351-1.356q.14-.216.116-.436t-.216-.36q-.177-.122-.387-.074q-.21.047-.307.243q-.35.686-1%201.084q-.65.397-1.423.397q-1.146%200-1.938-.793T9.269%2014q0-.504.165-.947q.164-.443.48-.801t.716-.595t.899-.31q.196-.066.29-.242t.027-.372t-.237-.292q-.173-.097-.369-.031q-.646.127-1.186.449t-.943.803t-.622%201.077T8.27%2014q0%201.548%201.091%202.64q1.092%201.09%202.64%201.09m2.188-15.673q-1.65%201.518-1.65%204.093q0%202.412%201.655%204.258t3.248%203.352q.13.105.274.158q.143.053.285.053q.162%200%20.298-.053q.137-.053.262-.159q1.592-1.505%203.247-3.351t1.655-4.258q0-2.575-1.65-4.093T18%20.539t-3.812%201.518M18%2012.96q-2.908-2.72-3.684-4.171q-.778-1.452-.778-2.62q0-2.275%201.407-3.443T18%201.558t3.055%201.168t1.406%203.443q0%201.168-.777%202.62q-.776%201.452-3.684%204.17m-1.485-4.536l.566-1.832l-1.504-1.206h1.832L18%203.577l.59%201.808h1.833L18.938%206.59l.566%201.832L18%207.293z%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.616%2021q-.691%200-1.153-.462T3%2019.385V8.615q0-.69.463-1.152T4.615%207h2.958l1.66-1.829q.073-.073.164-.11q.092-.036.195-.036q.324%200%20.454.29q.131.289-.088.539L8.496%207.465q-.217.268-.537.401Q7.639%208%207.29%208H4.616q-.27%200-.443.173T4%208.616v10.769q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.442v-3.097q0-.213.143-.356t.357-.144t.357.144t.143.356v3.096q0%20.691-.462%201.153T19.385%2021zM12%2017.73q1.012%200%201.866-.497q.855-.499%201.351-1.356q.14-.216.116-.436t-.216-.36q-.177-.122-.387-.074q-.21.047-.307.243q-.35.686-1%201.084q-.65.397-1.423.397q-1.146%200-1.938-.793T9.269%2014q0-.504.165-.947q.164-.443.48-.801t.716-.595t.899-.31q.196-.066.29-.242t.027-.372t-.237-.292q-.173-.097-.369-.031q-.646.127-1.186.449t-.943.803t-.622%201.077T8.27%2014q0%201.548%201.091%202.64q1.092%201.09%202.64%201.09m2.188-15.673q-1.65%201.518-1.65%204.093q0%202.412%201.655%204.258t3.248%203.352q.13.105.274.158q.143.053.285.053q.162%200%20.298-.053q.137-.053.262-.159q1.592-1.505%203.247-3.351t1.655-4.258q0-2.575-1.65-4.093T18%20.539t-3.812%201.518M18%2012.96q-2.908-2.72-3.684-4.171q-.778-1.452-.778-2.62q0-2.275%201.407-3.443T18%201.558t3.055%201.168t1.406%203.443q0%201.168-.777%202.62q-.776%201.452-3.684%204.17m-1.485-4.536l.566-1.832l-1.504-1.206h1.832L18%203.577l.59%201.808h1.833L18.938%206.59l.566%201.832L18%207.293z%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-outline-rounded.svg?color=%231a73e8&size=48