user focus icon
user-focus-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- user-focus-light
- Set
- Phosphor
- Style
- Light
- 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="M222 40v36a6 6 0 0 1-12 0V46h-30a6 6 0 0 1 0-12h36a6 6 0 0 1 6 6m-6 134a6 6 0 0 0-6 6v30h-30a6 6 0 0 0 0 12h36a6 6 0 0 0 6-6v-36a6 6 0 0 0-6-6M76 210H46v-30a6 6 0 0 0-12 0v36a6 6 0 0 0 6 6h36a6 6 0 0 0 0-12M40 82a6 6 0 0 0 6-6V46h30a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6m136 92a6 6 0 0 1-4.8-2.4a54 54 0 0 0-86.4 0a6 6 0 1 1-9.6-7.2a65.65 65.65 0 0 1 29.69-22.26a38 38 0 1 1 46.22 0a65.65 65.65 0 0 1 29.69 22.26a6 6 0 0 1-4.8 9.6m-48-36a26 26 0 1 0-26-26a26 26 0 0 0 26 26"/></svg>
React
import type { SVGProps } from "react";
export function PhUserFocusLight(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="M222 40v36a6 6 0 0 1-12 0V46h-30a6 6 0 0 1 0-12h36a6 6 0 0 1 6 6m-6 134a6 6 0 0 0-6 6v30h-30a6 6 0 0 0 0 12h36a6 6 0 0 0 6-6v-36a6 6 0 0 0-6-6M76 210H46v-30a6 6 0 0 0-12 0v36a6 6 0 0 0 6 6h36a6 6 0 0 0 0-12M40 82a6 6 0 0 0 6-6V46h30a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6m136 92a6 6 0 0 1-4.8-2.4a54 54 0 0 0-86.4 0a6 6 0 1 1-9.6-7.2a65.65 65.65 0 0 1 29.69-22.26a38 38 0 1 1 46.22 0a65.65 65.65 0 0 1 29.69 22.26a6 6 0 0 1-4.8 9.6m-48-36a26 26 0 1 0-26-26a26 26 0 0 0 26 26"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 40v36a6 6 0 0 1-12 0V46h-30a6 6 0 0 1 0-12h36a6 6 0 0 1 6 6m-6 134a6 6 0 0 0-6 6v30h-30a6 6 0 0 0 0 12h36a6 6 0 0 0 6-6v-36a6 6 0 0 0-6-6M76 210H46v-30a6 6 0 0 0-12 0v36a6 6 0 0 0 6 6h36a6 6 0 0 0 0-12M40 82a6 6 0 0 0 6-6V46h30a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6m136 92a6 6 0 0 1-4.8-2.4a54 54 0 0 0-86.4 0a6 6 0 1 1-9.6-7.2a65.65 65.65 0 0 1 29.69-22.26a38 38 0 1 1 46.22 0a65.65 65.65 0 0 1 29.69 22.26a6 6 0 0 1-4.8 9.6m-48-36a26 26 0 1 0-26-26a26 26 0 0 0 26 26"/></svg> </template>
CSS
.icon-user-focus-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%22M222%2040v36a6%206%200%200%201-12%200V46h-30a6%206%200%200%201%200-12h36a6%206%200%200%201%206%206m-6%20134a6%206%200%200%200-6%206v30h-30a6%206%200%200%200%200%2012h36a6%206%200%200%200%206-6v-36a6%206%200%200%200-6-6M76%20210H46v-30a6%206%200%200%200-12%200v36a6%206%200%200%200%206%206h36a6%206%200%200%200%200-12M40%2082a6%206%200%200%200%206-6V46h30a6%206%200%200%200%200-12H40a6%206%200%200%200-6%206v36a6%206%200%200%200%206%206m136%2092a6%206%200%200%201-4.8-2.4a54%2054%200%200%200-86.4%200a6%206%200%201%201-9.6-7.2a65.65%2065.65%200%200%201%2029.69-22.26a38%2038%200%201%201%2046.22%200a65.65%2065.65%200%200%201%2029.69%2022.26a6%206%200%200%201-4.8%209.6m-48-36a26%2026%200%201%200-26-26a26%2026%200%200%200%2026%2026%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%22M222%2040v36a6%206%200%200%201-12%200V46h-30a6%206%200%200%201%200-12h36a6%206%200%200%201%206%206m-6%20134a6%206%200%200%200-6%206v30h-30a6%206%200%200%200%200%2012h36a6%206%200%200%200%206-6v-36a6%206%200%200%200-6-6M76%20210H46v-30a6%206%200%200%200-12%200v36a6%206%200%200%200%206%206h36a6%206%200%200%200%200-12M40%2082a6%206%200%200%200%206-6V46h30a6%206%200%200%200%200-12H40a6%206%200%200%200-6%206v36a6%206%200%200%200%206%206m136%2092a6%206%200%200%201-4.8-2.4a54%2054%200%200%200-86.4%200a6%206%200%201%201-9.6-7.2a65.65%2065.65%200%200%201%2029.69-22.26a38%2038%200%201%201%2046.22%200a65.65%2065.65%200%200%201%2029.69%2022.26a6%206%200%200%201-4.8%209.6m-48-36a26%2026%200%201%200-26-26a26%2026%200%200%200%2026%2026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-focus-light.svg?color=%231a73e8&size=48