user check icon

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

Name
user-check-light
Set
Phosphor
Style
Light
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="M139 158.25a66 66 0 1 0-62 0c-22 6.23-41.88 19.16-57.61 37.89a6 6 0 0 0 9.18 7.72C49.11 179.44 77.31 166 108 166s58.9 13.44 79.41 37.86a6 6 0 1 0 9.18-7.72C180.86 177.41 161 164.48 139 158.25M54 100a54 54 0 1 1 54 54a54.06 54.06 0 0 1-54-54m198.24 32.24l-32 32a6 6 0 0 1-8.48 0l-16-16a6 6 0 0 1 8.48-8.48L216 151.51l27.76-27.75a6 6 0 1 1 8.48 8.48"/></svg>

React

import type { SVGProps } from "react";

export function PhUserCheckLight(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="M139 158.25a66 66 0 1 0-62 0c-22 6.23-41.88 19.16-57.61 37.89a6 6 0 0 0 9.18 7.72C49.11 179.44 77.31 166 108 166s58.9 13.44 79.41 37.86a6 6 0 1 0 9.18-7.72C180.86 177.41 161 164.48 139 158.25M54 100a54 54 0 1 1 54 54a54.06 54.06 0 0 1-54-54m198.24 32.24l-32 32a6 6 0 0 1-8.48 0l-16-16a6 6 0 0 1 8.48-8.48L216 151.51l27.76-27.75a6 6 0 1 1 8.48 8.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M139 158.25a66 66 0 1 0-62 0c-22 6.23-41.88 19.16-57.61 37.89a6 6 0 0 0 9.18 7.72C49.11 179.44 77.31 166 108 166s58.9 13.44 79.41 37.86a6 6 0 1 0 9.18-7.72C180.86 177.41 161 164.48 139 158.25M54 100a54 54 0 1 1 54 54a54.06 54.06 0 0 1-54-54m198.24 32.24l-32 32a6 6 0 0 1-8.48 0l-16-16a6 6 0 0 1 8.48-8.48L216 151.51l27.76-27.75a6 6 0 1 1 8.48 8.48"/></svg>
</template>

CSS

.icon-user-check-light {
  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%22M139%20158.25a66%2066%200%201%200-62%200c-22%206.23-41.88%2019.16-57.61%2037.89a6%206%200%200%200%209.18%207.72C49.11%20179.44%2077.31%20166%20108%20166s58.9%2013.44%2079.41%2037.86a6%206%200%201%200%209.18-7.72C180.86%20177.41%20161%20164.48%20139%20158.25M54%20100a54%2054%200%201%201%2054%2054a54.06%2054.06%200%200%201-54-54m198.24%2032.24l-32%2032a6%206%200%200%201-8.48%200l-16-16a6%206%200%200%201%208.48-8.48L216%20151.51l27.76-27.75a6%206%200%201%201%208.48%208.48%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%22M139%20158.25a66%2066%200%201%200-62%200c-22%206.23-41.88%2019.16-57.61%2037.89a6%206%200%200%200%209.18%207.72C49.11%20179.44%2077.31%20166%20108%20166s58.9%2013.44%2079.41%2037.86a6%206%200%201%200%209.18-7.72C180.86%20177.41%20161%20164.48%20139%20158.25M54%20100a54%2054%200%201%201%2054%2054a54.06%2054.06%200%200%201-54-54m198.24%2032.24l-32%2032a6%206%200%200%201-8.48%200l-16-16a6%206%200%200%201%208.48-8.48L216%20151.51l27.76-27.75a6%206%200%201%201%208.48%208.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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