not listed location icon
not-listed-location-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- not-listed-location-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the not listed location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.53 20.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 1.279-.572 2.613q-.572 1.333-1.458 2.632q-.885 1.3-1.981 2.494T12.92 20.21q-.198.173-.442.26t-.479.086t-.47-.077m.938-5.31q.197-.198.197-.469t-.197-.468t-.468-.197t-.468.197t-.197.468t.197.468t.468.198t.468-.198m-.443-2.556q.185 0 .301-.146q.116-.145.116-.33q0-.2.11-.447t.304-.466q.163-.183.367-.355t.423-.391q.468-.467.682-.925t.214-.983q0-.971-.734-1.607q-.735-.635-1.731-.635q-.735 0-1.366.351q-.632.35-1.001.972q-.087.16-.035.332t.212.258t.331.044q.173-.042.259-.201q.258-.414.688-.649q.43-.234.912-.234q.621 0 1.101.383q.48.382.48.998q0 .463-.21.817t-.784.886q-.154.143-.339.327q-.184.185-.329.385q-.194.275-.294.531t-.1.506q0 .215.114.397q.113.181.309.181M12 19.678q2.82-2.454 4.458-4.991t1.638-4.39q0-2.744-1.737-4.53Q14.62 3.981 12 3.981T7.641 5.766t-1.737 4.53q0 1.852 1.638 4.39T12 19.677m0-9.561"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNotListedLocationOutlineRounded(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="M11.53 20.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 1.279-.572 2.613q-.572 1.333-1.458 2.632q-.885 1.3-1.981 2.494T12.92 20.21q-.198.173-.442.26t-.479.086t-.47-.077m.938-5.31q.197-.198.197-.469t-.197-.468t-.468-.197t-.468.197t-.197.468t.197.468t.468.198t.468-.198m-.443-2.556q.185 0 .301-.146q.116-.145.116-.33q0-.2.11-.447t.304-.466q.163-.183.367-.355t.423-.391q.468-.467.682-.925t.214-.983q0-.971-.734-1.607q-.735-.635-1.731-.635q-.735 0-1.366.351q-.632.35-1.001.972q-.087.16-.035.332t.212.258t.331.044q.173-.042.259-.201q.258-.414.688-.649q.43-.234.912-.234q.621 0 1.101.383q.48.382.48.998q0 .463-.21.817t-.784.886q-.154.143-.339.327q-.184.185-.329.385q-.194.275-.294.531t-.1.506q0 .215.114.397q.113.181.309.181M12 19.678q2.82-2.454 4.458-4.991t1.638-4.39q0-2.744-1.737-4.53Q14.62 3.981 12 3.981T7.641 5.766t-1.737 4.53q0 1.852 1.638 4.39T12 19.677m0-9.561"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.53 20.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 1.279-.572 2.613q-.572 1.333-1.458 2.632q-.885 1.3-1.981 2.494T12.92 20.21q-.198.173-.442.26t-.479.086t-.47-.077m.938-5.31q.197-.198.197-.469t-.197-.468t-.468-.197t-.468.197t-.197.468t.197.468t.468.198t.468-.198m-.443-2.556q.185 0 .301-.146q.116-.145.116-.33q0-.2.11-.447t.304-.466q.163-.183.367-.355t.423-.391q.468-.467.682-.925t.214-.983q0-.971-.734-1.607q-.735-.635-1.731-.635q-.735 0-1.366.351q-.632.35-1.001.972q-.087.16-.035.332t.212.258t.331.044q.173-.042.259-.201q.258-.414.688-.649q.43-.234.912-.234q.621 0 1.101.383q.48.382.48.998q0 .463-.21.817t-.784.886q-.154.143-.339.327q-.184.185-.329.385q-.194.275-.294.531t-.1.506q0 .215.114.397q.113.181.309.181M12 19.678q2.82-2.454 4.458-4.991t1.638-4.39q0-2.744-1.737-4.53Q14.62 3.981 12 3.981T7.641 5.766t-1.737 4.53q0 1.852 1.638 4.39T12 19.677m0-9.561"/></svg> </template>
CSS
.icon-not-listed-location-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%22M11.53%2020.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173%202.066-5.234Q9.037%203%2012%203t5.03%202.062q2.066%202.061%202.066%205.234q0%201.279-.572%202.613q-.572%201.333-1.458%202.632q-.885%201.3-1.981%202.494T12.92%2020.21q-.198.173-.442.26t-.479.086t-.47-.077m.938-5.31q.197-.198.197-.469t-.197-.468t-.468-.197t-.468.197t-.197.468t.197.468t.468.198t.468-.198m-.443-2.556q.185%200%20.301-.146q.116-.145.116-.33q0-.2.11-.447t.304-.466q.163-.183.367-.355t.423-.391q.468-.467.682-.925t.214-.983q0-.971-.734-1.607q-.735-.635-1.731-.635q-.735%200-1.366.351q-.632.35-1.001.972q-.087.16-.035.332t.212.258t.331.044q.173-.042.259-.201q.258-.414.688-.649q.43-.234.912-.234q.621%200%201.101.383q.48.382.48.998q0%20.463-.21.817t-.784.886q-.154.143-.339.327q-.184.185-.329.385q-.194.275-.294.531t-.1.506q0%20.215.114.397q.113.181.309.181M12%2019.678q2.82-2.454%204.458-4.991t1.638-4.39q0-2.744-1.737-4.53Q14.62%203.981%2012%203.981T7.641%205.766t-1.737%204.53q0%201.852%201.638%204.39T12%2019.677m0-9.561%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%22M11.53%2020.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173%202.066-5.234Q9.037%203%2012%203t5.03%202.062q2.066%202.061%202.066%205.234q0%201.279-.572%202.613q-.572%201.333-1.458%202.632q-.885%201.3-1.981%202.494T12.92%2020.21q-.198.173-.442.26t-.479.086t-.47-.077m.938-5.31q.197-.198.197-.469t-.197-.468t-.468-.197t-.468.197t-.197.468t.197.468t.468.198t.468-.198m-.443-2.556q.185%200%20.301-.146q.116-.145.116-.33q0-.2.11-.447t.304-.466q.163-.183.367-.355t.423-.391q.468-.467.682-.925t.214-.983q0-.971-.734-1.607q-.735-.635-1.731-.635q-.735%200-1.366.351q-.632.35-1.001.972q-.087.16-.035.332t.212.258t.331.044q.173-.042.259-.201q.258-.414.688-.649q.43-.234.912-.234q.621%200%201.101.383q.48.382.48.998q0%20.463-.21.817t-.784.886q-.154.143-.339.327q-.184.185-.329.385q-.194.275-.294.531t-.1.506q0%20.215.114.397q.113.181.309.181M12%2019.678q2.82-2.454%204.458-4.991t1.638-4.39q0-2.744-1.737-4.53Q14.62%203.981%2012%203.981T7.641%205.766t-1.737%204.53q0%201.852%201.638%204.39T12%2019.677m0-9.561%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/not-listed-location-outline-rounded.svg?color=%231a73e8&size=48