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

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

The same icon in other sets

Related icons in Font Awesome 6 Regular

Use the circle user icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M406.5 399.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256c0-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.3zM256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m0-272a40 40 0 1 1 0-80a40 40 0 1 1 0 80m-88-40a88 88 0 1 0 176 0a88 88 0 1 0-176 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularCircleUser(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M406.5 399.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256c0-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.3zM256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m0-272a40 40 0 1 1 0-80a40 40 0 1 1 0 80m-88-40a88 88 0 1 0 176 0a88 88 0 1 0-176 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M406.5 399.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256c0-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.3zM256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m0-272a40 40 0 1 1 0-80a40 40 0 1 1 0 80m-88-40a88 88 0 1 0 176 0a88 88 0 1 0-176 0"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M406.5%20399.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5%200-99.4%2032.9-118.5%2079.6C69.9%20362.2%2048%20311.7%2048%20256c0-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.3zM256%20512a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m0-272a40%2040%200%201%201%200-80a40%2040%200%201%201%200%2080m-88-40a88%2088%200%201%200%20176%200a88%2088%200%201%200-176%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M406.5%20399.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5%200-99.4%2032.9-118.5%2079.6C69.9%20362.2%2048%20311.7%2048%20256c0-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.3zM256%20512a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m0-272a40%2040%200%201%201%200-80a40%2040%200%201%201%200%2080m-88-40a88%2088%200%201%200%20176%200a88%2088%200%201%200-176%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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