user circle check icon
user-circle-check-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- user-circle-check-thin
- Set
- Phosphor
- Style
- Thin
- 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="M222 108.05a4 4 0 0 0-3.28 4.61A93.4 93.4 0 0 1 220 128a91.7 91.7 0 0 1-26.83 64.87a75.6 75.6 0 0 0-44.51-34a44 44 0 1 0-41.32 0a75.6 75.6 0 0 0-44.51 34A92 92 0 0 1 128 36a93.4 93.4 0 0 1 15.34 1.27a4 4 0 0 0 1.32-7.89A100 100 0 1 0 228 128a102 102 0 0 0-1.38-16.66a4 4 0 0 0-4.62-3.29M92 120a36 36 0 1 1 36 36a36 36 0 0 1-36-36m-23.13 78.42a68 68 0 0 1 118.26 0a91.8 91.8 0 0 1-118.26 0m166-155.59l-32 32a4 4 0 0 1-5.66 0l-16-16a4 4 0 0 1 5.66-5.66L200 66.34l29.17-29.17a4 4 0 1 1 5.66 5.66Z"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleCheckThin(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="M222 108.05a4 4 0 0 0-3.28 4.61A93.4 93.4 0 0 1 220 128a91.7 91.7 0 0 1-26.83 64.87a75.6 75.6 0 0 0-44.51-34a44 44 0 1 0-41.32 0a75.6 75.6 0 0 0-44.51 34A92 92 0 0 1 128 36a93.4 93.4 0 0 1 15.34 1.27a4 4 0 0 0 1.32-7.89A100 100 0 1 0 228 128a102 102 0 0 0-1.38-16.66a4 4 0 0 0-4.62-3.29M92 120a36 36 0 1 1 36 36a36 36 0 0 1-36-36m-23.13 78.42a68 68 0 0 1 118.26 0a91.8 91.8 0 0 1-118.26 0m166-155.59l-32 32a4 4 0 0 1-5.66 0l-16-16a4 4 0 0 1 5.66-5.66L200 66.34l29.17-29.17a4 4 0 1 1 5.66 5.66Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 108.05a4 4 0 0 0-3.28 4.61A93.4 93.4 0 0 1 220 128a91.7 91.7 0 0 1-26.83 64.87a75.6 75.6 0 0 0-44.51-34a44 44 0 1 0-41.32 0a75.6 75.6 0 0 0-44.51 34A92 92 0 0 1 128 36a93.4 93.4 0 0 1 15.34 1.27a4 4 0 0 0 1.32-7.89A100 100 0 1 0 228 128a102 102 0 0 0-1.38-16.66a4 4 0 0 0-4.62-3.29M92 120a36 36 0 1 1 36 36a36 36 0 0 1-36-36m-23.13 78.42a68 68 0 0 1 118.26 0a91.8 91.8 0 0 1-118.26 0m166-155.59l-32 32a4 4 0 0 1-5.66 0l-16-16a4 4 0 0 1 5.66-5.66L200 66.34l29.17-29.17a4 4 0 1 1 5.66 5.66Z"/></svg> </template>
CSS
.icon-user-circle-check-thin {
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%22M222%20108.05a4%204%200%200%200-3.28%204.61A93.4%2093.4%200%200%201%20220%20128a91.7%2091.7%200%200%201-26.83%2064.87a75.6%2075.6%200%200%200-44.51-34a44%2044%200%201%200-41.32%200a75.6%2075.6%200%200%200-44.51%2034A92%2092%200%200%201%20128%2036a93.4%2093.4%200%200%201%2015.34%201.27a4%204%200%200%200%201.32-7.89A100%20100%200%201%200%20228%20128a102%20102%200%200%200-1.38-16.66a4%204%200%200%200-4.62-3.29M92%20120a36%2036%200%201%201%2036%2036a36%2036%200%200%201-36-36m-23.13%2078.42a68%2068%200%200%201%20118.26%200a91.8%2091.8%200%200%201-118.26%200m166-155.59l-32%2032a4%204%200%200%201-5.66%200l-16-16a4%204%200%200%201%205.66-5.66L200%2066.34l29.17-29.17a4%204%200%201%201%205.66%205.66Z%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%22M222%20108.05a4%204%200%200%200-3.28%204.61A93.4%2093.4%200%200%201%20220%20128a91.7%2091.7%200%200%201-26.83%2064.87a75.6%2075.6%200%200%200-44.51-34a44%2044%200%201%200-41.32%200a75.6%2075.6%200%200%200-44.51%2034A92%2092%200%200%201%20128%2036a93.4%2093.4%200%200%201%2015.34%201.27a4%204%200%200%200%201.32-7.89A100%20100%200%201%200%20228%20128a102%20102%200%200%200-1.38-16.66a4%204%200%200%200-4.62-3.29M92%20120a36%2036%200%201%201%2036%2036a36%2036%200%200%201-36-36m-23.13%2078.42a68%2068%200%200%201%20118.26%200a91.8%2091.8%200%200%201-118.26%200m166-155.59l-32%2032a4%204%200%200%201-5.66%200l-16-16a4%204%200%200%201%205.66-5.66L200%2066.34l29.17-29.17a4%204%200%201%201%205.66%205.66Z%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-thin.svg?color=%231a73e8&size=48