person pin circle icon

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

Name
person-pin-circle
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
person-pin-circle-sharp

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="M14.073 13.986q.943-.515 1.554-1.37q-.779-.552-1.696-.834T12 11.5t-1.93.282t-1.697.834q.612.855 1.554 1.37q.942.514 2.073.514t2.073-.514M12 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.5m0 11.52q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonPinCircle(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="M14.073 13.986q.943-.515 1.554-1.37q-.779-.552-1.696-.834T12 11.5t-1.93.282t-1.697.834q.612.855 1.554 1.37q.942.514 2.073.514t2.073-.514M12 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.5m0 11.52q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.073 13.986q.943-.515 1.554-1.37q-.779-.552-1.696-.834T12 11.5t-1.93.282t-1.697.834q.612.855 1.554 1.37q.942.514 2.073.514t2.073-.514M12 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.5m0 11.52q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814"/></svg>
</template>

CSS

.icon-person-pin-circle {
  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%22M14.073%2013.986q.943-.515%201.554-1.37q-.779-.552-1.696-.834T12%2011.5t-1.93.282t-1.697.834q.612.855%201.554%201.37q.942.514%202.073.514t2.073-.514M12%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.5m0%2011.52q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203t5.03%202.062q2.066%202.061%202.066%205.234q0%202.212-1.785%204.909q-1.786%202.697-5.311%205.814%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%22M14.073%2013.986q.943-.515%201.554-1.37q-.779-.552-1.696-.834T12%2011.5t-1.93.282t-1.697.834q.612.855%201.554%201.37q.942.514%202.073.514t2.073-.514M12%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.5m0%2011.52q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203t5.03%202.062q2.066%202.061%202.066%205.234q0%202.212-1.785%204.909q-1.786%202.697-5.311%205.814%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.svg?color=%231a73e8&size=48