user-check from Font Awesome Solid by Dave Gandy · Solid · Users & People · CC-BY-4.0 Attribution required.

Name
user-check
Set
Font Awesome Solid
Style
Solid
Category
Users & People
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More users & people icons from Font Awesome Solid

Use the user check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286 368c98.5 0 178.3 79.8 178.3 178.3c0 16.4-13.3 29.7-29.7 29.7H78c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3zm299.7-198.1c7.8-10.7 22.8-13.1 33.5-5.3s13.1 22.8 5.3 33.5L522.1 338.9c-4.2 5.7-10.7 9.4-17.7 9.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7.6-33.9c9.5-9.2 24.7-8.9 33.9.6l26.5 27.4l85.6-117.7zM256.3 312c-66.3 0-120-53.7-120-120S190 72 256.3 72s120 53.7 120 120s-53.7 120-120 120"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUserCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286 368c98.5 0 178.3 79.8 178.3 178.3c0 16.4-13.3 29.7-29.7 29.7H78c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3zm299.7-198.1c7.8-10.7 22.8-13.1 33.5-5.3s13.1 22.8 5.3 33.5L522.1 338.9c-4.2 5.7-10.7 9.4-17.7 9.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7.6-33.9c9.5-9.2 24.7-8.9 33.9.6l26.5 27.4l85.6-117.7zM256.3 312c-66.3 0-120-53.7-120-120S190 72 256.3 72s120 53.7 120 120s-53.7 120-120 120"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286 368c98.5 0 178.3 79.8 178.3 178.3c0 16.4-13.3 29.7-29.7 29.7H78c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3zm299.7-198.1c7.8-10.7 22.8-13.1 33.5-5.3s13.1 22.8 5.3 33.5L522.1 338.9c-4.2 5.7-10.7 9.4-17.7 9.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7.6-33.9c9.5-9.2 24.7-8.9 33.9.6l26.5 27.4l85.6-117.7zM256.3 312c-66.3 0-120-53.7-120-120S190 72 256.3 72s120 53.7 120 120s-53.7 120-120 120"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286%20368c98.5%200%20178.3%2079.8%20178.3%20178.3c0%2016.4-13.3%2029.7-29.7%2029.7H78c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3zm299.7-198.1c7.8-10.7%2022.8-13.1%2033.5-5.3s13.1%2022.8%205.3%2033.5L522.1%20338.9c-4.2%205.7-10.7%209.4-17.7%209.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7.6-33.9c9.5-9.2%2024.7-8.9%2033.9.6l26.5%2027.4l85.6-117.7zM256.3%20312c-66.3%200-120-53.7-120-120S190%2072%20256.3%2072s120%2053.7%20120%20120s-53.7%20120-120%20120%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286%20368c98.5%200%20178.3%2079.8%20178.3%20178.3c0%2016.4-13.3%2029.7-29.7%2029.7H78c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3zm299.7-198.1c7.8-10.7%2022.8-13.1%2033.5-5.3s13.1%2022.8%205.3%2033.5L522.1%20338.9c-4.2%205.7-10.7%209.4-17.7%209.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7.6-33.9c9.5-9.2%2024.7-8.9%2033.9.6l26.5%2027.4l85.6-117.7zM256.3%20312c-66.3%200-120-53.7-120-120S190%2072%20256.3%2072s120%2053.7%20120%20120s-53.7%20120-120%20120%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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