user badge check icon
user-badge-check from Iconoir by Luca Burgio · Regular · Users · MIT Free for personal and commercial use.
- Name
- user-badge-check
- Set
- Iconoir
- Style
- Regular
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
- Aliases
- verified-user
More users icons from Iconoir
Use the user badge check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2 20v-1a7 7 0 0 1 7-7v0"/><path d="M15.804 12.314a1.62 1.62 0 0 1 2.392 0c.325.356.79.549 1.272.526a1.62 1.62 0 0 1 1.692 1.692c-.023.481.17.947.526 1.272c.705.642.705 1.75 0 2.392c-.356.325-.549.79-.526 1.272a1.62 1.62 0 0 1-1.692 1.692a1.62 1.62 0 0 0-1.272.526a1.62 1.62 0 0 1-2.392 0a1.62 1.62 0 0 0-1.272-.526a1.62 1.62 0 0 1-1.692-1.692a1.62 1.62 0 0 0-.527-1.272a1.62 1.62 0 0 1 0-2.392c.357-.325.55-.79.527-1.272a1.62 1.62 0 0 1 1.692-1.692c.481.023.947-.17 1.272-.527Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.364 17l1.09 1.09l2.182-2.18M9 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirUserBadgeCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M2 20v-1a7 7 0 0 1 7-7v0"/><path d="M15.804 12.314a1.62 1.62 0 0 1 2.392 0c.325.356.79.549 1.272.526a1.62 1.62 0 0 1 1.692 1.692c-.023.481.17.947.526 1.272c.705.642.705 1.75 0 2.392c-.356.325-.549.79-.526 1.272a1.62 1.62 0 0 1-1.692 1.692a1.62 1.62 0 0 0-1.272.526a1.62 1.62 0 0 1-2.392 0a1.62 1.62 0 0 0-1.272-.526a1.62 1.62 0 0 1-1.692-1.692a1.62 1.62 0 0 0-.527-1.272a1.62 1.62 0 0 1 0-2.392c.357-.325.55-.79.527-1.272a1.62 1.62 0 0 1 1.692-1.692c.481.023.947-.17 1.272-.527Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m15.364 17l1.09 1.09l2.182-2.18M9 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2 20v-1a7 7 0 0 1 7-7v0"/><path d="M15.804 12.314a1.62 1.62 0 0 1 2.392 0c.325.356.79.549 1.272.526a1.62 1.62 0 0 1 1.692 1.692c-.023.481.17.947.526 1.272c.705.642.705 1.75 0 2.392c-.356.325-.549.79-.526 1.272a1.62 1.62 0 0 1-1.692 1.692a1.62 1.62 0 0 0-1.272.526a1.62 1.62 0 0 1-2.392 0a1.62 1.62 0 0 0-1.272-.526a1.62 1.62 0 0 1-1.692-1.692a1.62 1.62 0 0 0-.527-1.272a1.62 1.62 0 0 1 0-2.392c.357-.325.55-.79.527-1.272a1.62 1.62 0 0 1 1.692-1.692c.481.023.947-.17 1.272-.527Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.364 17l1.09 1.09l2.182-2.18M9 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg> </template>
CSS
.icon-user-badge-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2020v-1a7%207%200%200%201%207-7v0%22%2F%3E%3Cpath%20d%3D%22M15.804%2012.314a1.62%201.62%200%200%201%202.392%200c.325.356.79.549%201.272.526a1.62%201.62%200%200%201%201.692%201.692c-.023.481.17.947.526%201.272c.705.642.705%201.75%200%202.392c-.356.325-.549.79-.526%201.272a1.62%201.62%200%200%201-1.692%201.692a1.62%201.62%200%200%200-1.272.526a1.62%201.62%200%200%201-2.392%200a1.62%201.62%200%200%200-1.272-.526a1.62%201.62%200%200%201-1.692-1.692a1.62%201.62%200%200%200-.527-1.272a1.62%201.62%200%200%201%200-2.392c.357-.325.55-.79.527-1.272a1.62%201.62%200%200%201%201.692-1.692c.481.023.947-.17%201.272-.527Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.364%2017l1.09%201.09l2.182-2.18M9%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2020v-1a7%207%200%200%201%207-7v0%22%2F%3E%3Cpath%20d%3D%22M15.804%2012.314a1.62%201.62%200%200%201%202.392%200c.325.356.79.549%201.272.526a1.62%201.62%200%200%201%201.692%201.692c-.023.481.17.947.526%201.272c.705.642.705%201.75%200%202.392c-.356.325-.549.79-.526%201.272a1.62%201.62%200%200%201-1.692%201.692a1.62%201.62%200%200%200-1.272.526a1.62%201.62%200%200%201-2.392%200a1.62%201.62%200%200%200-1.272-.526a1.62%201.62%200%200%201-1.692-1.692a1.62%201.62%200%200%200-.527-1.272a1.62%201.62%200%200%201%200-2.392c.357-.325.55-.79.527-1.272a1.62%201.62%200%200%201%201.692-1.692c.481.023.947-.17%201.272-.527Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.364%2017l1.09%201.09l2.182-2.18M9%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/user-badge-check.svg?color=%231a73e8&size=48