user circle check icon
user-circle-check-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- user-circle-check-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the user circle check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.56 110.68a103.92 103.92 0 1 1-85.24-85.24a8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41A79.7 79.7 0 0 1 84 165.1a4 4 0 0 1 4.84.32a59.8 59.8 0 0 0 78.26 0a4 4 0 0 1 4.84-.32a79.9 79.9 0 0 1 21.79 21.31A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68a8 8 0 1 1 15.78-2.64M84 120a44 44 0 1 0 44-44a44 44 0 0 0-44 44m153.66-85.66a8 8 0 0 0-11.32 0L200 60.69l-10.34-10.35a8 8 0 0 0-11.32 11.32l16 16a8 8 0 0 0 11.32 0l32-32a8 8 0 0 0 0-11.32"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleCheckFill(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="M230.56 110.68a103.92 103.92 0 1 1-85.24-85.24a8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41A79.7 79.7 0 0 1 84 165.1a4 4 0 0 1 4.84.32a59.8 59.8 0 0 0 78.26 0a4 4 0 0 1 4.84-.32a79.9 79.9 0 0 1 21.79 21.31A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68a8 8 0 1 1 15.78-2.64M84 120a44 44 0 1 0 44-44a44 44 0 0 0-44 44m153.66-85.66a8 8 0 0 0-11.32 0L200 60.69l-10.34-10.35a8 8 0 0 0-11.32 11.32l16 16a8 8 0 0 0 11.32 0l32-32a8 8 0 0 0 0-11.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.56 110.68a103.92 103.92 0 1 1-85.24-85.24a8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41A79.7 79.7 0 0 1 84 165.1a4 4 0 0 1 4.84.32a59.8 59.8 0 0 0 78.26 0a4 4 0 0 1 4.84-.32a79.9 79.9 0 0 1 21.79 21.31A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68a8 8 0 1 1 15.78-2.64M84 120a44 44 0 1 0 44-44a44 44 0 0 0-44 44m153.66-85.66a8 8 0 0 0-11.32 0L200 60.69l-10.34-10.35a8 8 0 0 0-11.32 11.32l16 16a8 8 0 0 0 11.32 0l32-32a8 8 0 0 0 0-11.32"/></svg> </template>
CSS
.icon-user-circle-check-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%22M230.56%20110.68a103.92%20103.92%200%201%201-85.24-85.24a8%208%200%200%201-2.64%2015.78A88.07%2088.07%200%200%200%2040%20128a87.62%2087.62%200%200%200%2022.24%2058.41A79.7%2079.7%200%200%201%2084%20165.1a4%204%200%200%201%204.84.32a59.8%2059.8%200%200%200%2078.26%200a4%204%200%200%201%204.84-.32a79.9%2079.9%200%200%201%2021.79%2021.31A87.62%2087.62%200%200%200%20216%20128a89%2089%200%200%200-1.22-14.68a8%208%200%201%201%2015.78-2.64M84%20120a44%2044%200%201%200%2044-44a44%2044%200%200%200-44%2044m153.66-85.66a8%208%200%200%200-11.32%200L200%2060.69l-10.34-10.35a8%208%200%200%200-11.32%2011.32l16%2016a8%208%200%200%200%2011.32%200l32-32a8%208%200%200%200%200-11.32%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%22M230.56%20110.68a103.92%20103.92%200%201%201-85.24-85.24a8%208%200%200%201-2.64%2015.78A88.07%2088.07%200%200%200%2040%20128a87.62%2087.62%200%200%200%2022.24%2058.41A79.7%2079.7%200%200%201%2084%20165.1a4%204%200%200%201%204.84.32a59.8%2059.8%200%200%200%2078.26%200a4%204%200%200%201%204.84-.32a79.9%2079.9%200%200%201%2021.79%2021.31A87.62%2087.62%200%200%200%20216%20128a89%2089%200%200%200-1.22-14.68a8%208%200%201%201%2015.78-2.64M84%20120a44%2044%200%201%200%2044-44a44%2044%200%200%200-44%2044m153.66-85.66a8%208%200%200%200-11.32%200L200%2060.69l-10.34-10.35a8%208%200%200%200-11.32%2011.32l16%2016a8%208%200%200%200%2011.32%200l32-32a8%208%200%200%200%200-11.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-circle-check-fill.svg?color=%231a73e8&size=48