circle-user from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
circle-user
Set
Font Awesome Regular
Style
Regular
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Regular

Use the circle user icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M470.5 463.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5 0-99.4 32.9-118.5 79.6C133.9 426.3 112 375.7 112 320c0-114.9 93.1-208 208-208s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6m-40.1 32.7c-32 20.1-69.8 31.7-110.4 31.7s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m0-272c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40m-88-40c0 48.6 39.4 88 88 88s88-39.4 88-88s-39.4-88-88-88s-88 39.4-88 88"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularCircleUser(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M470.5 463.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5 0-99.4 32.9-118.5 79.6C133.9 426.3 112 375.7 112 320c0-114.9 93.1-208 208-208s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6m-40.1 32.7c-32 20.1-69.8 31.7-110.4 31.7s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m0-272c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40m-88-40c0 48.6 39.4 88 88 88s88-39.4 88-88s-39.4-88-88-88s-88 39.4-88 88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M470.5 463.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5 0-99.4 32.9-118.5 79.6C133.9 426.3 112 375.7 112 320c0-114.9 93.1-208 208-208s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6m-40.1 32.7c-32 20.1-69.8 31.7-110.4 31.7s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m0-272c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40m-88-40c0 48.6 39.4 88 88 88s88-39.4 88-88s-39.4-88-88-88s-88 39.4-88 88"/></svg>
</template>

CSS

.icon-circle-user {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M470.5%20463.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5%200-99.4%2032.9-118.5%2079.6C133.9%20426.3%20112%20375.7%20112%20320c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208c0%2055.7-21.9%20106.2-57.5%20143.6m-40.1%2032.7c-32%2020.1-69.8%2031.7-110.4%2031.7s-78.4-11.6-110.5-31.7c7.3-36.7%2039.7-64.3%2078.5-64.3h64c38.8%200%2071.2%2027.6%2078.5%2064.3zM320%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256m0-272c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040m-88-40c0%2048.6%2039.4%2088%2088%2088s88-39.4%2088-88s-39.4-88-88-88s-88%2039.4-88%2088%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M470.5%20463.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5%200-99.4%2032.9-118.5%2079.6C133.9%20426.3%20112%20375.7%20112%20320c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208c0%2055.7-21.9%20106.2-57.5%20143.6m-40.1%2032.7c-32%2020.1-69.8%2031.7-110.4%2031.7s-78.4-11.6-110.5-31.7c7.3-36.7%2039.7-64.3%2078.5-64.3h64c38.8%200%2071.2%2027.6%2078.5%2064.3zM320%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256m0-272c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040m-88-40c0%2048.6%2039.4%2088%2088%2088s88-39.4%2088-88s-39.4-88-88-88s-88%2039.4-88%2088%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/circle-user.svg?color=%231a73e8&size=48