user circle check icon
user-circle-check-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- user-circle-check-light
- Set
- Phosphor
- Style
- Light
- 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="M221.68 106.08a6 6 0 0 0-4.92 6.91A91.7 91.7 0 0 1 218 128a89.65 89.65 0 0 1-24.49 61.64a77.53 77.53 0 0 0-40-31.38a46 46 0 1 0-51 0a77.53 77.53 0 0 0-40 31.38A89.95 89.95 0 0 1 128 38a91.6 91.6 0 0 1 15 1.24a6 6 0 1 0 2-11.83a101.9 101.9 0 1 0 83.6 83.6a6 6 0 0 0-6.92-4.93M94 120a34 34 0 1 1 34 34a34 34 0 0 1-34-34m-22.56 78a66 66 0 0 1 113.12 0a89.8 89.8 0 0 1-113.12 0m164.8-153.76l-32 32a6 6 0 0 1-8.48 0l-16-16a6 6 0 0 1 8.48-8.48L200 63.51l27.76-27.75a6 6 0 0 1 8.48 8.48"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleCheckLight(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="M221.68 106.08a6 6 0 0 0-4.92 6.91A91.7 91.7 0 0 1 218 128a89.65 89.65 0 0 1-24.49 61.64a77.53 77.53 0 0 0-40-31.38a46 46 0 1 0-51 0a77.53 77.53 0 0 0-40 31.38A89.95 89.95 0 0 1 128 38a91.6 91.6 0 0 1 15 1.24a6 6 0 1 0 2-11.83a101.9 101.9 0 1 0 83.6 83.6a6 6 0 0 0-6.92-4.93M94 120a34 34 0 1 1 34 34a34 34 0 0 1-34-34m-22.56 78a66 66 0 0 1 113.12 0a89.8 89.8 0 0 1-113.12 0m164.8-153.76l-32 32a6 6 0 0 1-8.48 0l-16-16a6 6 0 0 1 8.48-8.48L200 63.51l27.76-27.75a6 6 0 0 1 8.48 8.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M221.68 106.08a6 6 0 0 0-4.92 6.91A91.7 91.7 0 0 1 218 128a89.65 89.65 0 0 1-24.49 61.64a77.53 77.53 0 0 0-40-31.38a46 46 0 1 0-51 0a77.53 77.53 0 0 0-40 31.38A89.95 89.95 0 0 1 128 38a91.6 91.6 0 0 1 15 1.24a6 6 0 1 0 2-11.83a101.9 101.9 0 1 0 83.6 83.6a6 6 0 0 0-6.92-4.93M94 120a34 34 0 1 1 34 34a34 34 0 0 1-34-34m-22.56 78a66 66 0 0 1 113.12 0a89.8 89.8 0 0 1-113.12 0m164.8-153.76l-32 32a6 6 0 0 1-8.48 0l-16-16a6 6 0 0 1 8.48-8.48L200 63.51l27.76-27.75a6 6 0 0 1 8.48 8.48"/></svg> </template>
CSS
.icon-user-circle-check-light {
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%22M221.68%20106.08a6%206%200%200%200-4.92%206.91A91.7%2091.7%200%200%201%20218%20128a89.65%2089.65%200%200%201-24.49%2061.64a77.53%2077.53%200%200%200-40-31.38a46%2046%200%201%200-51%200a77.53%2077.53%200%200%200-40%2031.38A89.95%2089.95%200%200%201%20128%2038a91.6%2091.6%200%200%201%2015%201.24a6%206%200%201%200%202-11.83a101.9%20101.9%200%201%200%2083.6%2083.6a6%206%200%200%200-6.92-4.93M94%20120a34%2034%200%201%201%2034%2034a34%2034%200%200%201-34-34m-22.56%2078a66%2066%200%200%201%20113.12%200a89.8%2089.8%200%200%201-113.12%200m164.8-153.76l-32%2032a6%206%200%200%201-8.48%200l-16-16a6%206%200%200%201%208.48-8.48L200%2063.51l27.76-27.75a6%206%200%200%201%208.48%208.48%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%22M221.68%20106.08a6%206%200%200%200-4.92%206.91A91.7%2091.7%200%200%201%20218%20128a89.65%2089.65%200%200%201-24.49%2061.64a77.53%2077.53%200%200%200-40-31.38a46%2046%200%201%200-51%200a77.53%2077.53%200%200%200-40%2031.38A89.95%2089.95%200%200%201%20128%2038a91.6%2091.6%200%200%201%2015%201.24a6%206%200%201%200%202-11.83a101.9%20101.9%200%201%200%2083.6%2083.6a6%206%200%200%200-6.92-4.93M94%20120a34%2034%200%201%201%2034%2034a34%2034%200%200%201-34-34m-22.56%2078a66%2066%200%200%201%20113.12%200a89.8%2089.8%200%200%201-113.12%200m164.8-153.76l-32%2032a6%206%200%200%201-8.48%200l-16-16a6%206%200%200%201%208.48-8.48L200%2063.51l27.76-27.75a6%206%200%200%201%208.48%208.48%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-light.svg?color=%231a73e8&size=48