user check icon

user-check-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
user-check-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

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="M12.865 21.25a.75.75 0 0 1-.22.53a.8.8 0 0 1-.53.22H4.481a.75.75 0 0 1-.75-.75c0-4.102 4.491-7.282 8.372-7.282a.76.76 0 0 1 .75.75zm4.001-12.174a5.07 5.07 0 0 1-4.711 3.141a5.12 5.12 0 0 1-5.102-5.112a5.1 5.1 0 0 1 .87-2.84a5.08 5.08 0 0 1 5.252-2.161c.991.192 1.902.68 2.61 1.4a5.05 5.05 0 0 1 1.4 2.621a5.14 5.14 0 0 1-.32 2.951m-.389 11.534a1.4 1.4 0 0 1-.48-.09a1.3 1.3 0 0 1-.41-.28l-1.33-1.33a.75.75 0 1 1 1.06-1.061l1.17 1.17l2.52-2.53a.75.75 0 0 1 1.06 1.06l-2.7 2.69a1.1 1.1 0 0 1-.4.27a1.2 1.2 0 0 1-.49.1"/></svg>

React

import type { SVGProps } from "react";

export function MageUserCheckFill(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="M12.865 21.25a.75.75 0 0 1-.22.53a.8.8 0 0 1-.53.22H4.481a.75.75 0 0 1-.75-.75c0-4.102 4.491-7.282 8.372-7.282a.76.76 0 0 1 .75.75zm4.001-12.174a5.07 5.07 0 0 1-4.711 3.141a5.12 5.12 0 0 1-5.102-5.112a5.1 5.1 0 0 1 .87-2.84a5.08 5.08 0 0 1 5.252-2.161c.991.192 1.902.68 2.61 1.4a5.05 5.05 0 0 1 1.4 2.621a5.14 5.14 0 0 1-.32 2.951m-.389 11.534a1.4 1.4 0 0 1-.48-.09a1.3 1.3 0 0 1-.41-.28l-1.33-1.33a.75.75 0 1 1 1.06-1.061l1.17 1.17l2.52-2.53a.75.75 0 0 1 1.06 1.06l-2.7 2.69a1.1 1.1 0 0 1-.4.27a1.2 1.2 0 0 1-.49.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.865 21.25a.75.75 0 0 1-.22.53a.8.8 0 0 1-.53.22H4.481a.75.75 0 0 1-.75-.75c0-4.102 4.491-7.282 8.372-7.282a.76.76 0 0 1 .75.75zm4.001-12.174a5.07 5.07 0 0 1-4.711 3.141a5.12 5.12 0 0 1-5.102-5.112a5.1 5.1 0 0 1 .87-2.84a5.08 5.08 0 0 1 5.252-2.161c.991.192 1.902.68 2.61 1.4a5.05 5.05 0 0 1 1.4 2.621a5.14 5.14 0 0 1-.32 2.951m-.389 11.534a1.4 1.4 0 0 1-.48-.09a1.3 1.3 0 0 1-.41-.28l-1.33-1.33a.75.75 0 1 1 1.06-1.061l1.17 1.17l2.52-2.53a.75.75 0 0 1 1.06 1.06l-2.7 2.69a1.1 1.1 0 0 1-.4.27a1.2 1.2 0 0 1-.49.1"/></svg>
</template>

CSS

.icon-user-check-fill {
  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%22M12.865%2021.25a.75.75%200%200%201-.22.53a.8.8%200%200%201-.53.22H4.481a.75.75%200%200%201-.75-.75c0-4.102%204.491-7.282%208.372-7.282a.76.76%200%200%201%20.75.75zm4.001-12.174a5.07%205.07%200%200%201-4.711%203.141a5.12%205.12%200%200%201-5.102-5.112a5.1%205.1%200%200%201%20.87-2.84a5.08%205.08%200%200%201%205.252-2.161c.991.192%201.902.68%202.61%201.4a5.05%205.05%200%200%201%201.4%202.621a5.14%205.14%200%200%201-.32%202.951m-.389%2011.534a1.4%201.4%200%200%201-.48-.09a1.3%201.3%200%200%201-.41-.28l-1.33-1.33a.75.75%200%201%201%201.06-1.061l1.17%201.17l2.52-2.53a.75.75%200%200%201%201.06%201.06l-2.7%202.69a1.1%201.1%200%200%201-.4.27a1.2%201.2%200%200%201-.49.1%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%22M12.865%2021.25a.75.75%200%200%201-.22.53a.8.8%200%200%201-.53.22H4.481a.75.75%200%200%201-.75-.75c0-4.102%204.491-7.282%208.372-7.282a.76.76%200%200%201%20.75.75zm4.001-12.174a5.07%205.07%200%200%201-4.711%203.141a5.12%205.12%200%200%201-5.102-5.112a5.1%205.1%200%200%201%20.87-2.84a5.08%205.08%200%200%201%205.252-2.161c.991.192%201.902.68%202.61%201.4a5.05%205.05%200%200%201%201.4%202.621a5.14%205.14%200%200%201-.32%202.951m-.389%2011.534a1.4%201.4%200%200%201-.48-.09a1.3%201.3%200%200%201-.41-.28l-1.33-1.33a.75.75%200%201%201%201.06-1.061l1.17%201.17l2.52-2.53a.75.75%200%200%201%201.06%201.06l-2.7%202.69a1.1%201.1%200%200%201-.4.27a1.2%201.2%200%200%201-.49.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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