account pin circle icon

account-pin-circle-line from Remix Icon by Remix Design · Line · User & Faces · Apache-2.0 Free for personal and commercial use.

Name
account-pin-circle-line
Set
Remix Icon
Style
Line
Category
User & Faces
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More user & faces icons from Remix Icon

Use the account 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="M9.745 21.745C5.308 20.722 2 16.747 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 4.747-3.308 8.722-7.745 9.745L12 24zm-2.733-3.488a7.95 7.95 0 0 0 3.182 1.539l.56.129L12 21.172l1.247-1.247l.56-.13a7.96 7.96 0 0 0 3.36-1.686A6.98 6.98 0 0 0 12.16 16c-2.036 0-3.87.87-5.148 2.257M5.616 16.82A8.98 8.98 0 0 1 12.16 14a8.97 8.97 0 0 1 6.362 2.634a8 8 0 1 0-12.906.187M12 13a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>

React

import type { SVGProps } from "react";

export function RiAccountPinCircleLine(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="M9.745 21.745C5.308 20.722 2 16.747 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 4.747-3.308 8.722-7.745 9.745L12 24zm-2.733-3.488a7.95 7.95 0 0 0 3.182 1.539l.56.129L12 21.172l1.247-1.247l.56-.13a7.96 7.96 0 0 0 3.36-1.686A6.98 6.98 0 0 0 12.16 16c-2.036 0-3.87.87-5.148 2.257M5.616 16.82A8.98 8.98 0 0 1 12.16 14a8.97 8.97 0 0 1 6.362 2.634a8 8 0 1 0-12.906.187M12 13a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.745 21.745C5.308 20.722 2 16.747 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 4.747-3.308 8.722-7.745 9.745L12 24zm-2.733-3.488a7.95 7.95 0 0 0 3.182 1.539l.56.129L12 21.172l1.247-1.247l.56-.13a7.96 7.96 0 0 0 3.36-1.686A6.98 6.98 0 0 0 12.16 16c-2.036 0-3.87.87-5.148 2.257M5.616 16.82A8.98 8.98 0 0 1 12.16 14a8.97 8.97 0 0 1 6.362 2.634a8 8 0 1 0-12.906.187M12 13a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
</template>

CSS

.icon-account-pin-circle-line {
  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%22M9.745%2021.745C5.308%2020.722%202%2016.747%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010c0%204.747-3.308%208.722-7.745%209.745L12%2024zm-2.733-3.488a7.95%207.95%200%200%200%203.182%201.539l.56.129L12%2021.172l1.247-1.247l.56-.13a7.96%207.96%200%200%200%203.36-1.686A6.98%206.98%200%200%200%2012.16%2016c-2.036%200-3.87.87-5.148%202.257M5.616%2016.82A8.98%208.98%200%200%201%2012.16%2014a8.97%208.97%200%200%201%206.362%202.634a8%208%200%201%200-12.906.187M12%2013a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-2a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%22M9.745%2021.745C5.308%2020.722%202%2016.747%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010c0%204.747-3.308%208.722-7.745%209.745L12%2024zm-2.733-3.488a7.95%207.95%200%200%200%203.182%201.539l.56.129L12%2021.172l1.247-1.247l.56-.13a7.96%207.96%200%200%200%203.36-1.686A6.98%206.98%200%200%200%2012.16%2016c-2.036%200-3.87.87-5.148%202.257M5.616%2016.82A8.98%208.98%200%200%201%2012.16%2014a8.97%208.97%200%200%201%206.362%202.634a8%208%200%201%200-12.906.187M12%2013a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-2a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/account-pin-circle-line.svg?color=%231a73e8&size=48