user check icon
user-check from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- user-check
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-user-check
The same icon in other sets
Related icons in BoxIcons v2
Use the user check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.29 8.29L16 12.58l-1.3-1.29l-1.41 1.42l2.7 2.7l5.72-5.7zM4 8a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4a3.91 3.91 0 0 0-4 4m6 0a1.91 1.91 0 0 1-2 2a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2M4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>
React
import type { SVGProps } from "react";
export function BxUserCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.29 8.29L16 12.58l-1.3-1.29l-1.41 1.42l2.7 2.7l5.72-5.7zM4 8a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4a3.91 3.91 0 0 0-4 4m6 0a1.91 1.91 0 0 1-2 2a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2M4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.29 8.29L16 12.58l-1.3-1.29l-1.41 1.42l2.7 2.7l5.72-5.7zM4 8a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4a3.91 3.91 0 0 0-4 4m6 0a1.91 1.91 0 0 1-2 2a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2M4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg> </template>
CSS
.icon-user-check {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.29%208.29L16%2012.58l-1.3-1.29l-1.41%201.42l2.7%202.7l5.72-5.7zM4%208a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4a3.91%203.91%200%200%200-4%204m6%200a1.91%201.91%200%200%201-2%202a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202M4%2018a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v1h2v-1a5%205%200%200%200-5-5H7a5%205%200%200%200-5%205v1h2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.29%208.29L16%2012.58l-1.3-1.29l-1.41%201.42l2.7%202.7l5.72-5.7zM4%208a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4a3.91%203.91%200%200%200-4%204m6%200a1.91%201.91%200%200%201-2%202a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202M4%2018a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v1h2v-1a5%205%200%200%200-5-5H7a5%205%200%200%200-5%205v1h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/user-check.svg?color=%231a73e8&size=48