user check icon

user-check from Unicons by Iconscout · Line · Users · Apache-2.0 Free for personal and commercial use.

Name
user-check
Set
Unicons
Style
Line
Category
Users
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More users icons from Unicons

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="M13.3 12.22A4.92 4.92 0 0 0 15 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 2 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M10 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m11.71-2.37a1 1 0 0 0-1.42 0l-2 2l-.62-.63a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l1.34 1.34a1 1 0 0 0 1.41 0l2.67-2.67a1 1 0 0 0 .04-1.45"/></svg>

React

import type { SVGProps } from "react";

export function UilUserCheck(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="M13.3 12.22A4.92 4.92 0 0 0 15 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 2 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M10 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m11.71-2.37a1 1 0 0 0-1.42 0l-2 2l-.62-.63a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l1.34 1.34a1 1 0 0 0 1.41 0l2.67-2.67a1 1 0 0 0 .04-1.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.3 12.22A4.92 4.92 0 0 0 15 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 2 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M10 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m11.71-2.37a1 1 0 0 0-1.42 0l-2 2l-.62-.63a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l1.34 1.34a1 1 0 0 0 1.41 0l2.67-2.67a1 1 0 0 0 .04-1.45"/></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%22M13.3%2012.22A4.92%204.92%200%200%200%2015%208.5a5%205%200%200%200-10%200a4.92%204.92%200%200%200%201.7%203.72A8%208%200%200%200%202%2019.5a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.7-7.28M10%2011.5a3%203%200%201%201%203-3a3%203%200%200%201-3%203m11.71-2.37a1%201%200%200%200-1.42%200l-2%202l-.62-.63a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l1.34%201.34a1%201%200%200%200%201.41%200l2.67-2.67a1%201%200%200%200%20.04-1.45%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%22M13.3%2012.22A4.92%204.92%200%200%200%2015%208.5a5%205%200%200%200-10%200a4.92%204.92%200%200%200%201.7%203.72A8%208%200%200%200%202%2019.5a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.7-7.28M10%2011.5a3%203%200%201%201%203-3a3%203%200%200%201-3%203m11.71-2.37a1%201%200%200%200-1.42%200l-2%202l-.62-.63a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l1.34%201.34a1%201%200%200%200%201.41%200l2.67-2.67a1%201%200%200%200%20.04-1.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/user-check.svg?color=%231a73e8&size=48