user check icon

user-check from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.

Name
user-check
Set
Reicon
Style
Outline
Category
Users
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All user check icons →

More users icons from Reicon

Use the user check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/><path d="M19.856 14.573a.75.75 0 0 1 .015 1.06l-1.833 1.89a.75.75 0 0 1-1.114-.043l-.834-1a.75.75 0 0 1 1.153-.96l.3.36l1.252-1.291a.75.75 0 0 1 1.06-.016"/><path fill-rule="evenodd" d="M14.775 12.513A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.75 4.75 0 1 0-5.596-7.604M14.75 16a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-.994-2.135A4.75 4.75 0 0 0 17.31 20.7c-1.07.337-2.733.55-5.31.55c-1.975 0-3.42-.125-4.477-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601c0-.851.622-1.775 1.961-2.528c1.316-.74 3.184-1.222 5.29-1.222c.605 0 1.193.04 1.755.115" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUserCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clipRule="evenodd"/><path d="M19.856 14.573a.75.75 0 0 1 .015 1.06l-1.833 1.89a.75.75 0 0 1-1.114-.043l-.834-1a.75.75 0 0 1 1.153-.96l.3.36l1.252-1.291a.75.75 0 0 1 1.06-.016"/><path fillRule="evenodd" d="M14.775 12.513A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.75 4.75 0 1 0-5.596-7.604M14.75 16a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-.994-2.135A4.75 4.75 0 0 0 17.31 20.7c-1.07.337-2.733.55-5.31.55c-1.975 0-3.42-.125-4.477-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601c0-.851.622-1.775 1.961-2.528c1.316-.74 3.184-1.222 5.29-1.222c.605 0 1.193.04 1.755.115" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/><path d="M19.856 14.573a.75.75 0 0 1 .015 1.06l-1.833 1.89a.75.75 0 0 1-1.114-.043l-.834-1a.75.75 0 0 1 1.153-.96l.3.36l1.252-1.291a.75.75 0 0 1 1.06-.016"/><path fill-rule="evenodd" d="M14.775 12.513A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.75 4.75 0 1 0-5.596-7.604M14.75 16a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-.994-2.135A4.75 4.75 0 0 0 17.31 20.7c-1.07.337-2.733.55-5.31.55c-1.975 0-3.42-.125-4.477-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601c0-.851.622-1.775 1.961-2.528c1.316-.74 3.184-1.222 5.29-1.222c.605 0 1.193.04 1.755.115" clip-rule="evenodd"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.856%2014.573a.75.75%200%200%201%20.015%201.06l-1.833%201.89a.75.75%200%200%201-1.114-.043l-.834-1a.75.75%200%200%201%201.153-.96l.3.36l1.252-1.291a.75.75%200%200%201%201.06-.016%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.775%2012.513A14.5%2014.5%200%200%200%2012%2012.25c-2.313%200-4.445.526-6.024%201.414C4.42%2014.54%203.25%2015.866%203.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369c2.868%200%204.81-.254%206.12-.741c1.179-.44%201.877-1.082%202.25-1.892a4.75%204.75%200%201%200-5.596-7.604M14.75%2016a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-.994-2.135A4.75%204.75%200%200%200%2017.31%2020.7c-1.07.337-2.733.55-5.31.55c-1.975%200-3.42-.125-4.477-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601c0-.851.622-1.775%201.961-2.528c1.316-.74%203.184-1.222%205.29-1.222c.605%200%201.193.04%201.755.115%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.856%2014.573a.75.75%200%200%201%20.015%201.06l-1.833%201.89a.75.75%200%200%201-1.114-.043l-.834-1a.75.75%200%200%201%201.153-.96l.3.36l1.252-1.291a.75.75%200%200%201%201.06-.016%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.775%2012.513A14.5%2014.5%200%200%200%2012%2012.25c-2.313%200-4.445.526-6.024%201.414C4.42%2014.54%203.25%2015.866%203.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369c2.868%200%204.81-.254%206.12-.741c1.179-.44%201.877-1.082%202.25-1.892a4.75%204.75%200%201%200-5.596-7.604M14.75%2016a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-.994-2.135A4.75%204.75%200%200%200%2017.31%2020.7c-1.07.337-2.733.55-5.31.55c-1.975%200-3.42-.125-4.477-.339c-1.06-.214-1.68-.509-2.05-.81c-.684-.557-.724-1.293-.724-2.601c0-.851.622-1.775%201.961-2.528c1.316-.74%203.184-1.222%205.29-1.222c.605%200%201.193.04%201.755.115%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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