person pin circle icon

person-pin-circle-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
person-pin-circle-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 person pin circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.677q2.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.677m-.47.802q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.096-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-.077m2.054-6.27q.764-.29 1.374-.853q.125-.106.187-.24q.063-.133.063-.289q0-.236-.118-.423q-.119-.187-.324-.298q-.647-.31-1.352-.458T12 11.5t-1.413.148t-1.352.458q-.206.106-.312.292t-.106.404q0 .156.05.29t.175.264q.61.563 1.374.853T12 14.5t1.584-.29M12 9.5q.633 0 1.066-.434Q13.5 8.633 13.5 8t-.434-1.066Q12.633 6.5 12 6.5t-1.066.434T10.5 8t.434 1.066Q11.367 9.5 12 9.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonPinCircleOutlineRounded(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="M12 19.677q2.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.677m-.47.802q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.096-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-.077m2.054-6.27q.764-.29 1.374-.853q.125-.106.187-.24q.063-.133.063-.289q0-.236-.118-.423q-.119-.187-.324-.298q-.647-.31-1.352-.458T12 11.5t-1.413.148t-1.352.458q-.206.106-.312.292t-.106.404q0 .156.05.29t.175.264q.61.563 1.374.853T12 14.5t1.584-.29M12 9.5q.633 0 1.066-.434Q13.5 8.633 13.5 8t-.434-1.066Q12.633 6.5 12 6.5t-1.066.434T10.5 8t.434 1.066Q11.367 9.5 12 9.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.677q2.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.677m-.47.802q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.096-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-.077m2.054-6.27q.764-.29 1.374-.853q.125-.106.187-.24q.063-.133.063-.289q0-.236-.118-.423q-.119-.187-.324-.298q-.647-.31-1.352-.458T12 11.5t-1.413.148t-1.352.458q-.206.106-.312.292t-.106.404q0 .156.05.29t.175.264q.61.563 1.374.853T12 14.5t1.584-.29M12 9.5q.633 0 1.066-.434Q13.5 8.633 13.5 8t-.434-1.066Q12.633 6.5 12 6.5t-1.066.434T10.5 8t.434 1.066Q11.367 9.5 12 9.5"/></svg>
</template>

CSS

.icon-person-pin-circle-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%22M12%2019.677q2.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.677m-.47.802q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.096-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-.077m2.054-6.27q.764-.29%201.374-.853q.125-.106.187-.24q.063-.133.063-.289q0-.236-.118-.423q-.119-.187-.324-.298q-.647-.31-1.352-.458T12%2011.5t-1.413.148t-1.352.458q-.206.106-.312.292t-.106.404q0%20.156.05.29t.175.264q.61.563%201.374.853T12%2014.5t1.584-.29M12%209.5q.633%200%201.066-.434Q13.5%208.633%2013.5%208t-.434-1.066Q12.633%206.5%2012%206.5t-1.066.434T10.5%208t.434%201.066Q11.367%209.5%2012%209.5%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%22M12%2019.677q2.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.677m-.47.802q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.096-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-.077m2.054-6.27q.764-.29%201.374-.853q.125-.106.187-.24q.063-.133.063-.289q0-.236-.118-.423q-.119-.187-.324-.298q-.647-.31-1.352-.458T12%2011.5t-1.413.148t-1.352.458q-.206.106-.312.292t-.106.404q0%20.156.05.29t.175.264q.61.563%201.374.853T12%2014.5t1.584-.29M12%209.5q.633%200%201.066-.434Q13.5%208.633%2013.5%208t-.434-1.066Q12.633%206.5%2012%206.5t-1.066.434T10.5%208t.434%201.066Q11.367%209.5%2012%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/person-pin-circle-outline-rounded.svg?color=%231a73e8&size=48