user check icon

user-check-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
user-check-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the user check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152.5 156.54a72 72 0 1 0-89 0a124 124 0 0 0-48.69 35.74a12 12 0 0 0 18.38 15.44C46.88 191.42 71 172 108 172s61.12 19.42 74.81 35.72a12 12 0 1 0 18.38-15.44a123.9 123.9 0 0 0-48.69-35.74M60 100a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m192.49 36.49l-32 32a12 12 0 0 1-17 0l-16-16a12 12 0 0 1 17-17L212 143l23.51-23.52a12 12 0 1 1 17 17Z"/></svg>

React

import type { SVGProps } from "react";

export function PhUserCheckBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152.5 156.54a72 72 0 1 0-89 0a124 124 0 0 0-48.69 35.74a12 12 0 0 0 18.38 15.44C46.88 191.42 71 172 108 172s61.12 19.42 74.81 35.72a12 12 0 1 0 18.38-15.44a123.9 123.9 0 0 0-48.69-35.74M60 100a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m192.49 36.49l-32 32a12 12 0 0 1-17 0l-16-16a12 12 0 0 1 17-17L212 143l23.51-23.52a12 12 0 1 1 17 17Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152.5 156.54a72 72 0 1 0-89 0a124 124 0 0 0-48.69 35.74a12 12 0 0 0 18.38 15.44C46.88 191.42 71 172 108 172s61.12 19.42 74.81 35.72a12 12 0 1 0 18.38-15.44a123.9 123.9 0 0 0-48.69-35.74M60 100a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m192.49 36.49l-32 32a12 12 0 0 1-17 0l-16-16a12 12 0 0 1 17-17L212 143l23.51-23.52a12 12 0 1 1 17 17Z"/></svg>
</template>

CSS

.icon-user-check-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152.5%20156.54a72%2072%200%201%200-89%200a124%20124%200%200%200-48.69%2035.74a12%2012%200%200%200%2018.38%2015.44C46.88%20191.42%2071%20172%20108%20172s61.12%2019.42%2074.81%2035.72a12%2012%200%201%200%2018.38-15.44a123.9%20123.9%200%200%200-48.69-35.74M60%20100a48%2048%200%201%201%2048%2048a48.05%2048.05%200%200%201-48-48m192.49%2036.49l-32%2032a12%2012%200%200%201-17%200l-16-16a12%2012%200%200%201%2017-17L212%20143l23.51-23.52a12%2012%200%201%201%2017%2017Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152.5%20156.54a72%2072%200%201%200-89%200a124%20124%200%200%200-48.69%2035.74a12%2012%200%200%200%2018.38%2015.44C46.88%20191.42%2071%20172%20108%20172s61.12%2019.42%2074.81%2035.72a12%2012%200%201%200%2018.38-15.44a123.9%20123.9%200%200%200-48.69-35.74M60%20100a48%2048%200%201%201%2048%2048a48.05%2048.05%200%200%201-48-48m192.49%2036.49l-32%2032a12%2012%200%200%201-17%200l-16-16a12%2012%200%200%201%2017-17L212%20143l23.51-23.52a12%2012%200%201%201%2017%2017Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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