location person icon

location-person-filled from Carbon by IBM · Filled · Planning · Apache-2.0 Free for personal and commercial use.

Name
location-person-filled
Set
Carbon
Style
Filled
Category
Planning
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

More planning icons from Carbon

Use the location person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M20 19h-2v-2h-4v2h-2v-2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Zm-1-8a3 3 0 1 0-3 3a3.003 3.003 0 0 0 3-3m-2 0a1 1 0 1 1-1-1a1 1 0 0 1 1 1"/><circle cx="16" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M16 2A11.013 11.013 0 0 0 5 13a10.9 10.9 0 0 0 2.216 6.6s.3.395.349.452L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13A11.013 11.013 0 0 0 16 2m0 6a3 3 0 1 1-3 3a3.003 3.003 0 0 1 3-3m4 11h-2v-2h-4v2h-2v-2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLocationPersonFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M20 19h-2v-2h-4v2h-2v-2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Zm-1-8a3 3 0 1 0-3 3a3.003 3.003 0 0 0 3-3m-2 0a1 1 0 1 1-1-1a1 1 0 0 1 1 1"/><circle cx="16" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M16 2A11.013 11.013 0 0 0 5 13a10.9 10.9 0 0 0 2.216 6.6s.3.395.349.452L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13A11.013 11.013 0 0 0 16 2m0 6a3 3 0 1 1-3 3a3.003 3.003 0 0 1 3-3m4 11h-2v-2h-4v2h-2v-2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M20 19h-2v-2h-4v2h-2v-2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Zm-1-8a3 3 0 1 0-3 3a3.003 3.003 0 0 0 3-3m-2 0a1 1 0 1 1-1-1a1 1 0 0 1 1 1"/><circle cx="16" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M16 2A11.013 11.013 0 0 0 5 13a10.9 10.9 0 0 0 2.216 6.6s.3.395.349.452L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13A11.013 11.013 0 0 0 16 2m0 6a3 3 0 1 1-3 3a3.003 3.003 0 0 1 3-3m4 11h-2v-2h-4v2h-2v-2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"/></svg>
</template>

CSS

.icon-location-person-filled {
  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%22none%22%20d%3D%22M20%2019h-2v-2h-4v2h-2v-2a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202Zm-1-8a3%203%200%201%200-3%203a3.003%203.003%200%200%200%203-3m-2%200a1%201%200%201%201-1-1a1%201%200%200%201%201%201%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202A11.013%2011.013%200%200%200%205%2013a10.9%2010.9%200%200%200%202.216%206.6s.3.395.349.452L16%2030l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9%2010.9%200%200%200%2027%2013A11.013%2011.013%200%200%200%2016%202m0%206a3%203%200%201%201-3%203a3.003%203.003%200%200%201%203-3m4%2011h-2v-2h-4v2h-2v-2a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202Z%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%22none%22%20d%3D%22M20%2019h-2v-2h-4v2h-2v-2a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202Zm-1-8a3%203%200%201%200-3%203a3.003%203.003%200%200%200%203-3m-2%200a1%201%200%201%201-1-1a1%201%200%200%201%201%201%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202A11.013%2011.013%200%200%200%205%2013a10.9%2010.9%200%200%200%202.216%206.6s.3.395.349.452L16%2030l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9%2010.9%200%200%200%2027%2013A11.013%2011.013%200%200%200%2016%202m0%206a3%203%200%201%201-3%203a3.003%203.003%200%200%201%203-3m4%2011h-2v-2h-4v2h-2v-2a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/location-person-filled.svg?color=%231a73e8&size=48