user circle icon
user-circle-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- user-circle-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
user-circleBoxIcons v2user-circleBoxIcons v2 Soliduser-circleFont Awesome Regularuser-circleFont Awesome Soliduser-circle-outlineFlowbite Iconsuser-circleHeroIconsuser-circleHuge Iconsuser-circleIconoiruser-circleJam Iconsuser-circleLine Awesomeuser-circleMage Iconsuser-circleMajesticonsuser-circleMyna UI Iconsuser-circle-boldSolaruser-circleTabler Iconsuser-circleTDesign Iconsuser-circle-outlineTeenyiconsuser-circleUnicons
Related icons in Phosphor
Use the user circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 120a44 44 0 1 1-44-44a44.05 44.05 0 0 1 44 44m60 8A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88.09 88.09 0 0 0-91.47-87.93C77.43 41.89 39.87 81.12 40 128.25a87.65 87.65 0 0 0 22.24 58.16A79.7 79.7 0 0 1 84 165.1a4 4 0 0 1 4.83.32a59.83 59.83 0 0 0 78.28 0a4 4 0 0 1 4.83-.32a79.7 79.7 0 0 1 21.79 21.31A87.62 87.62 0 0 0 216 128"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 120a44 44 0 1 1-44-44a44.05 44.05 0 0 1 44 44m60 8A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88.09 88.09 0 0 0-91.47-87.93C77.43 41.89 39.87 81.12 40 128.25a87.65 87.65 0 0 0 22.24 58.16A79.7 79.7 0 0 1 84 165.1a4 4 0 0 1 4.83.32a59.83 59.83 0 0 0 78.28 0a4 4 0 0 1 4.83-.32a79.7 79.7 0 0 1 21.79 21.31A87.62 87.62 0 0 0 216 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 120a44 44 0 1 1-44-44a44.05 44.05 0 0 1 44 44m60 8A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88.09 88.09 0 0 0-91.47-87.93C77.43 41.89 39.87 81.12 40 128.25a87.65 87.65 0 0 0 22.24 58.16A79.7 79.7 0 0 1 84 165.1a4 4 0 0 1 4.83.32a59.83 59.83 0 0 0 78.28 0a4 4 0 0 1 4.83-.32a79.7 79.7 0 0 1 21.79 21.31A87.62 87.62 0 0 0 216 128"/></svg> </template>
CSS
.icon-user-circle-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20120a44%2044%200%201%201-44-44a44.05%2044.05%200%200%201%2044%2044m60%208A104%20104%200%201%201%20128%2024a104.11%20104.11%200%200%201%20104%20104m-16%200a88.09%2088.09%200%200%200-91.47-87.93C77.43%2041.89%2039.87%2081.12%2040%20128.25a87.65%2087.65%200%200%200%2022.24%2058.16A79.7%2079.7%200%200%201%2084%20165.1a4%204%200%200%201%204.83.32a59.83%2059.83%200%200%200%2078.28%200a4%204%200%200%201%204.83-.32a79.7%2079.7%200%200%201%2021.79%2021.31A87.62%2087.62%200%200%200%20216%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20120a44%2044%200%201%201-44-44a44.05%2044.05%200%200%201%2044%2044m60%208A104%20104%200%201%201%20128%2024a104.11%20104.11%200%200%201%20104%20104m-16%200a88.09%2088.09%200%200%200-91.47-87.93C77.43%2041.89%2039.87%2081.12%2040%20128.25a87.65%2087.65%200%200%200%2022.24%2058.16A79.7%2079.7%200%200%201%2084%20165.1a4%204%200%200%201%204.83.32a59.83%2059.83%200%200%200%2078.28%200a4%204%200%200%201%204.83-.32a79.7%2079.7%200%200%201%2021.79%2021.31A87.62%2087.62%200%200%200%20216%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-circle-fill.svg?color=%231a73e8&size=48