user circle check icon
user-circle-check-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- user-circle-check-bold
- Set
- Phosphor
- Style
- Bold
- 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="M220.69 100.17a12 12 0 0 0-9.85 13.83a85 85 0 0 1 1.16 14a83.57 83.57 0 0 1-18 51.94a83.5 83.5 0 0 0-29-23.42a52 52 0 1 0-74 0a83.5 83.5 0 0 0-29 23.42A83.94 83.94 0 0 1 128 44a85 85 0 0 1 14 1.16a12 12 0 0 0 4-23.67A108.1 108.1 0 0 0 20 128a108 108 0 0 0 216 0a109 109 0 0 0-1.49-18a12 12 0 0 0-13.82-9.83M100 120a28 28 0 1 1 28 28a28 28 0 0 1-28-28m-20.43 76.57a60 60 0 0 1 96.86 0a83.72 83.72 0 0 1-96.86 0M240.49 48.49l-32 32a12 12 0 0 1-17 0l-16-16a12 12 0 0 1 17-17L200 55l23.51-23.52a12 12 0 1 1 17 17Z"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleCheckBold(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="M220.69 100.17a12 12 0 0 0-9.85 13.83a85 85 0 0 1 1.16 14a83.57 83.57 0 0 1-18 51.94a83.5 83.5 0 0 0-29-23.42a52 52 0 1 0-74 0a83.5 83.5 0 0 0-29 23.42A83.94 83.94 0 0 1 128 44a85 85 0 0 1 14 1.16a12 12 0 0 0 4-23.67A108.1 108.1 0 0 0 20 128a108 108 0 0 0 216 0a109 109 0 0 0-1.49-18a12 12 0 0 0-13.82-9.83M100 120a28 28 0 1 1 28 28a28 28 0 0 1-28-28m-20.43 76.57a60 60 0 0 1 96.86 0a83.72 83.72 0 0 1-96.86 0M240.49 48.49l-32 32a12 12 0 0 1-17 0l-16-16a12 12 0 0 1 17-17L200 55l23.51-23.52a12 12 0 1 1 17 17Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.69 100.17a12 12 0 0 0-9.85 13.83a85 85 0 0 1 1.16 14a83.57 83.57 0 0 1-18 51.94a83.5 83.5 0 0 0-29-23.42a52 52 0 1 0-74 0a83.5 83.5 0 0 0-29 23.42A83.94 83.94 0 0 1 128 44a85 85 0 0 1 14 1.16a12 12 0 0 0 4-23.67A108.1 108.1 0 0 0 20 128a108 108 0 0 0 216 0a109 109 0 0 0-1.49-18a12 12 0 0 0-13.82-9.83M100 120a28 28 0 1 1 28 28a28 28 0 0 1-28-28m-20.43 76.57a60 60 0 0 1 96.86 0a83.72 83.72 0 0 1-96.86 0M240.49 48.49l-32 32a12 12 0 0 1-17 0l-16-16a12 12 0 0 1 17-17L200 55l23.51-23.52a12 12 0 1 1 17 17Z"/></svg> </template>
CSS
.icon-user-circle-check-bold {
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%22M220.69%20100.17a12%2012%200%200%200-9.85%2013.83a85%2085%200%200%201%201.16%2014a83.57%2083.57%200%200%201-18%2051.94a83.5%2083.5%200%200%200-29-23.42a52%2052%200%201%200-74%200a83.5%2083.5%200%200%200-29%2023.42A83.94%2083.94%200%200%201%20128%2044a85%2085%200%200%201%2014%201.16a12%2012%200%200%200%204-23.67A108.1%20108.1%200%200%200%2020%20128a108%20108%200%200%200%20216%200a109%20109%200%200%200-1.49-18a12%2012%200%200%200-13.82-9.83M100%20120a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m-20.43%2076.57a60%2060%200%200%201%2096.86%200a83.72%2083.72%200%200%201-96.86%200M240.49%2048.49l-32%2032a12%2012%200%200%201-17%200l-16-16a12%2012%200%200%201%2017-17L200%2055l23.51-23.52a12%2012%200%201%201%2017%2017Z%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%22M220.69%20100.17a12%2012%200%200%200-9.85%2013.83a85%2085%200%200%201%201.16%2014a83.57%2083.57%200%200%201-18%2051.94a83.5%2083.5%200%200%200-29-23.42a52%2052%200%201%200-74%200a83.5%2083.5%200%200%200-29%2023.42A83.94%2083.94%200%200%201%20128%2044a85%2085%200%200%201%2014%201.16a12%2012%200%200%200%204-23.67A108.1%20108.1%200%200%200%2020%20128a108%20108%200%200%200%20216%200a109%20109%200%200%200-1.49-18a12%2012%200%200%200-13.82-9.83M100%20120a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m-20.43%2076.57a60%2060%200%200%201%2096.86%200a83.72%2083.72%200%200%201-96.86%200M240.49%2048.49l-32%2032a12%2012%200%200%201-17%200l-16-16a12%2012%200%200%201%2017-17L200%2055l23.51-23.52a12%2012%200%201%201%2017%2017Z%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-bold.svg?color=%231a73e8&size=48