user focus icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the user focus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 40v36a12 12 0 0 1-24 0V52h-24a12 12 0 0 1 0-24h36a12 12 0 0 1 12 12m-12 128a12 12 0 0 0-12 12v24h-24a12 12 0 0 0 0 24h36a12 12 0 0 0 12-12v-36a12 12 0 0 0-12-12M76 204H52v-24a12 12 0 0 0-24 0v36a12 12 0 0 0 12 12h36a12 12 0 0 0 0-24M40 88a12 12 0 0 0 12-12V52h24a12 12 0 0 0 0-24H40a12 12 0 0 0-12 12v36a12 12 0 0 0 12 12m136 92a12 12 0 0 1-9.6-4.79a48 48 0 0 0-76.82 0a12 12 0 0 1-19.18-14.42a72.1 72.1 0 0 1 23.92-20.5a44 44 0 1 1 67.34 0a72.1 72.1 0 0 1 23.92 20.5A12 12 0 0 1 176 180m-48-48a20 20 0 1 0-20-20a20 20 0 0 0 20 20"/></svg>

React

import type { SVGProps } from "react";

export function PhUserFocusBold(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="M228 40v36a12 12 0 0 1-24 0V52h-24a12 12 0 0 1 0-24h36a12 12 0 0 1 12 12m-12 128a12 12 0 0 0-12 12v24h-24a12 12 0 0 0 0 24h36a12 12 0 0 0 12-12v-36a12 12 0 0 0-12-12M76 204H52v-24a12 12 0 0 0-24 0v36a12 12 0 0 0 12 12h36a12 12 0 0 0 0-24M40 88a12 12 0 0 0 12-12V52h24a12 12 0 0 0 0-24H40a12 12 0 0 0-12 12v36a12 12 0 0 0 12 12m136 92a12 12 0 0 1-9.6-4.79a48 48 0 0 0-76.82 0a12 12 0 0 1-19.18-14.42a72.1 72.1 0 0 1 23.92-20.5a44 44 0 1 1 67.34 0a72.1 72.1 0 0 1 23.92 20.5A12 12 0 0 1 176 180m-48-48a20 20 0 1 0-20-20a20 20 0 0 0 20 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 40v36a12 12 0 0 1-24 0V52h-24a12 12 0 0 1 0-24h36a12 12 0 0 1 12 12m-12 128a12 12 0 0 0-12 12v24h-24a12 12 0 0 0 0 24h36a12 12 0 0 0 12-12v-36a12 12 0 0 0-12-12M76 204H52v-24a12 12 0 0 0-24 0v36a12 12 0 0 0 12 12h36a12 12 0 0 0 0-24M40 88a12 12 0 0 0 12-12V52h24a12 12 0 0 0 0-24H40a12 12 0 0 0-12 12v36a12 12 0 0 0 12 12m136 92a12 12 0 0 1-9.6-4.79a48 48 0 0 0-76.82 0a12 12 0 0 1-19.18-14.42a72.1 72.1 0 0 1 23.92-20.5a44 44 0 1 1 67.34 0a72.1 72.1 0 0 1 23.92 20.5A12 12 0 0 1 176 180m-48-48a20 20 0 1 0-20-20a20 20 0 0 0 20 20"/></svg>
</template>

CSS

.icon-user-focus-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%22M228%2040v36a12%2012%200%200%201-24%200V52h-24a12%2012%200%200%201%200-24h36a12%2012%200%200%201%2012%2012m-12%20128a12%2012%200%200%200-12%2012v24h-24a12%2012%200%200%200%200%2024h36a12%2012%200%200%200%2012-12v-36a12%2012%200%200%200-12-12M76%20204H52v-24a12%2012%200%200%200-24%200v36a12%2012%200%200%200%2012%2012h36a12%2012%200%200%200%200-24M40%2088a12%2012%200%200%200%2012-12V52h24a12%2012%200%200%200%200-24H40a12%2012%200%200%200-12%2012v36a12%2012%200%200%200%2012%2012m136%2092a12%2012%200%200%201-9.6-4.79a48%2048%200%200%200-76.82%200a12%2012%200%200%201-19.18-14.42a72.1%2072.1%200%200%201%2023.92-20.5a44%2044%200%201%201%2067.34%200a72.1%2072.1%200%200%201%2023.92%2020.5A12%2012%200%200%201%20176%20180m-48-48a20%2020%200%201%200-20-20a20%2020%200%200%200%2020%2020%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%22M228%2040v36a12%2012%200%200%201-24%200V52h-24a12%2012%200%200%201%200-24h36a12%2012%200%200%201%2012%2012m-12%20128a12%2012%200%200%200-12%2012v24h-24a12%2012%200%200%200%200%2024h36a12%2012%200%200%200%2012-12v-36a12%2012%200%200%200-12-12M76%20204H52v-24a12%2012%200%200%200-24%200v36a12%2012%200%200%200%2012%2012h36a12%2012%200%200%200%200-24M40%2088a12%2012%200%200%200%2012-12V52h24a12%2012%200%200%200%200-24H40a12%2012%200%200%200-12%2012v36a12%2012%200%200%200%2012%2012m136%2092a12%2012%200%200%201-9.6-4.79a48%2048%200%200%200-76.82%200a12%2012%200%200%201-19.18-14.42a72.1%2072.1%200%200%201%2023.92-20.5a44%2044%200%201%201%2067.34%200a72.1%2072.1%200%200%201%2023.92%2020.5A12%2012%200%200%201%20176%20180m-48-48a20%2020%200%201%200-20-20a20%2020%200%200%200%2020%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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