location group icon
location-group from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- location-group
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the location group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4m11.074 11.042c.05-.061.179-.23.23-.298A8.32 8.32 0 0 0 29 16.734a8.3 8.3 0 0 0-4.45-7.345C23.943 5.215 20.34 2 16 2S8.057 5.217 7.45 9.39A8.3 8.3 0 0 0 3 16.733a8.32 8.32 0 0 0 1.695 5.01c.055.072.181.238.246.318l6.35 7.49l3.31-3.903l-1.526-1.293l-1.784 2.104l-4.81-5.673l-.193-.251A6.3 6.3 0 0 1 5 16.735c0-1.97.92-3.792 2.434-4.968a8.7 8.7 0 0 0 1.698 4.102c.06.079.185.242.25.321L16 23.996l6.663-7.86l.235-.308a8.6 8.6 0 0 0 1.668-4.06A6.3 6.3 0 0 1 27 16.736a6.32 6.32 0 0 1-1.292 3.804l-.175.228l-4.825 5.69l-1.783-2.103l-1.526 1.293l3.309 3.903zm-4.432-11.4a6.6 6.6 0 0 1-1.337 3.978L16 20.904l-5.078-5.988l-.203-.265a6.66 6.66 0 0 1-1.36-4.01C9.359 6.978 12.338 4 16 4s6.642 2.978 6.642 6.64"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLocationGroup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4m11.074 11.042c.05-.061.179-.23.23-.298A8.32 8.32 0 0 0 29 16.734a8.3 8.3 0 0 0-4.45-7.345C23.943 5.215 20.34 2 16 2S8.057 5.217 7.45 9.39A8.3 8.3 0 0 0 3 16.733a8.32 8.32 0 0 0 1.695 5.01c.055.072.181.238.246.318l6.35 7.49l3.31-3.903l-1.526-1.293l-1.784 2.104l-4.81-5.673l-.193-.251A6.3 6.3 0 0 1 5 16.735c0-1.97.92-3.792 2.434-4.968a8.7 8.7 0 0 0 1.698 4.102c.06.079.185.242.25.321L16 23.996l6.663-7.86l.235-.308a8.6 8.6 0 0 0 1.668-4.06A6.3 6.3 0 0 1 27 16.736a6.32 6.32 0 0 1-1.292 3.804l-.175.228l-4.825 5.69l-1.783-2.103l-1.526 1.293l3.309 3.903zm-4.432-11.4a6.6 6.6 0 0 1-1.337 3.978L16 20.904l-5.078-5.988l-.203-.265a6.66 6.66 0 0 1-1.36-4.01C9.359 6.978 12.338 4 16 4s6.642 2.978 6.642 6.64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4m11.074 11.042c.05-.061.179-.23.23-.298A8.32 8.32 0 0 0 29 16.734a8.3 8.3 0 0 0-4.45-7.345C23.943 5.215 20.34 2 16 2S8.057 5.217 7.45 9.39A8.3 8.3 0 0 0 3 16.733a8.32 8.32 0 0 0 1.695 5.01c.055.072.181.238.246.318l6.35 7.49l3.31-3.903l-1.526-1.293l-1.784 2.104l-4.81-5.673l-.193-.251A6.3 6.3 0 0 1 5 16.735c0-1.97.92-3.792 2.434-4.968a8.7 8.7 0 0 0 1.698 4.102c.06.079.185.242.25.321L16 23.996l6.663-7.86l.235-.308a8.6 8.6 0 0 0 1.668-4.06A6.3 6.3 0 0 1 27 16.736a6.32 6.32 0 0 1-1.292 3.804l-.175.228l-4.825 5.69l-1.783-2.103l-1.526 1.293l3.309 3.903zm-4.432-11.4a6.6 6.6 0 0 1-1.337 3.978L16 20.904l-5.078-5.988l-.203-.265a6.66 6.66 0 0 1-1.36-4.01C9.359 6.978 12.338 4 16 4s6.642 2.978 6.642 6.64"/></svg> </template>
CSS
.icon-location-group {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2011a2%202%200%201%201%200-4a2%202%200%200%201%200%204m11.074%2011.042c.05-.061.179-.23.23-.298A8.32%208.32%200%200%200%2029%2016.734a8.3%208.3%200%200%200-4.45-7.345C23.943%205.215%2020.34%202%2016%202S8.057%205.217%207.45%209.39A8.3%208.3%200%200%200%203%2016.733a8.32%208.32%200%200%200%201.695%205.01c.055.072.181.238.246.318l6.35%207.49l3.31-3.903l-1.526-1.293l-1.784%202.104l-4.81-5.673l-.193-.251A6.3%206.3%200%200%201%205%2016.735c0-1.97.92-3.792%202.434-4.968a8.7%208.7%200%200%200%201.698%204.102c.06.079.185.242.25.321L16%2023.996l6.663-7.86l.235-.308a8.6%208.6%200%200%200%201.668-4.06A6.3%206.3%200%200%201%2027%2016.736a6.32%206.32%200%200%201-1.292%203.804l-.175.228l-4.825%205.69l-1.783-2.103l-1.526%201.293l3.309%203.903zm-4.432-11.4a6.6%206.6%200%200%201-1.337%203.978L16%2020.904l-5.078-5.988l-.203-.265a6.66%206.66%200%200%201-1.36-4.01C9.359%206.978%2012.338%204%2016%204s6.642%202.978%206.642%206.64%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2011a2%202%200%201%201%200-4a2%202%200%200%201%200%204m11.074%2011.042c.05-.061.179-.23.23-.298A8.32%208.32%200%200%200%2029%2016.734a8.3%208.3%200%200%200-4.45-7.345C23.943%205.215%2020.34%202%2016%202S8.057%205.217%207.45%209.39A8.3%208.3%200%200%200%203%2016.733a8.32%208.32%200%200%200%201.695%205.01c.055.072.181.238.246.318l6.35%207.49l3.31-3.903l-1.526-1.293l-1.784%202.104l-4.81-5.673l-.193-.251A6.3%206.3%200%200%201%205%2016.735c0-1.97.92-3.792%202.434-4.968a8.7%208.7%200%200%200%201.698%204.102c.06.079.185.242.25.321L16%2023.996l6.663-7.86l.235-.308a8.6%208.6%200%200%200%201.668-4.06A6.3%206.3%200%200%201%2027%2016.736a6.32%206.32%200%200%201-1.292%203.804l-.175.228l-4.825%205.69l-1.783-2.103l-1.526%201.293l3.309%203.903zm-4.432-11.4a6.6%206.6%200%200%201-1.337%203.978L16%2020.904l-5.078-5.988l-.203-.265a6.66%206.66%200%200%201-1.36-4.01C9.359%206.978%2012.338%204%2016%204s6.642%202.978%206.642%206.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/location-group.svg?color=%231a73e8&size=48