user focus icon
user-focus-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- user-focus-thin
- Set
- Phosphor
- Style
- Thin
- 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="M220 40v36a4 4 0 0 1-8 0V44h-32a4 4 0 0 1 0-8h36a4 4 0 0 1 4 4m-4 136a4 4 0 0 0-4 4v32h-32a4 4 0 0 0 0 8h36a4 4 0 0 0 4-4v-36a4 4 0 0 0-4-4M76 212H44v-32a4 4 0 0 0-8 0v36a4 4 0 0 0 4 4h36a4 4 0 0 0 0-8M40 80a4 4 0 0 0 4-4V44h32a4 4 0 0 0 0-8H40a4 4 0 0 0-4 4v36a4 4 0 0 0 4 4m136 92a4 4 0 0 1-3.2-1.6a56 56 0 0 0-89.6 0a4 4 0 1 1-6.4-4.8a63.65 63.65 0 0 1 32.5-22.85a36 36 0 1 1 37.4 0a63.65 63.65 0 0 1 32.5 22.85a4 4 0 0 1-3.2 6.4m-48-32a28 28 0 1 0-28-28a28 28 0 0 0 28 28"/></svg>
React
import type { SVGProps } from "react";
export function PhUserFocusThin(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="M220 40v36a4 4 0 0 1-8 0V44h-32a4 4 0 0 1 0-8h36a4 4 0 0 1 4 4m-4 136a4 4 0 0 0-4 4v32h-32a4 4 0 0 0 0 8h36a4 4 0 0 0 4-4v-36a4 4 0 0 0-4-4M76 212H44v-32a4 4 0 0 0-8 0v36a4 4 0 0 0 4 4h36a4 4 0 0 0 0-8M40 80a4 4 0 0 0 4-4V44h32a4 4 0 0 0 0-8H40a4 4 0 0 0-4 4v36a4 4 0 0 0 4 4m136 92a4 4 0 0 1-3.2-1.6a56 56 0 0 0-89.6 0a4 4 0 1 1-6.4-4.8a63.65 63.65 0 0 1 32.5-22.85a36 36 0 1 1 37.4 0a63.65 63.65 0 0 1 32.5 22.85a4 4 0 0 1-3.2 6.4m-48-32a28 28 0 1 0-28-28a28 28 0 0 0 28 28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 40v36a4 4 0 0 1-8 0V44h-32a4 4 0 0 1 0-8h36a4 4 0 0 1 4 4m-4 136a4 4 0 0 0-4 4v32h-32a4 4 0 0 0 0 8h36a4 4 0 0 0 4-4v-36a4 4 0 0 0-4-4M76 212H44v-32a4 4 0 0 0-8 0v36a4 4 0 0 0 4 4h36a4 4 0 0 0 0-8M40 80a4 4 0 0 0 4-4V44h32a4 4 0 0 0 0-8H40a4 4 0 0 0-4 4v36a4 4 0 0 0 4 4m136 92a4 4 0 0 1-3.2-1.6a56 56 0 0 0-89.6 0a4 4 0 1 1-6.4-4.8a63.65 63.65 0 0 1 32.5-22.85a36 36 0 1 1 37.4 0a63.65 63.65 0 0 1 32.5 22.85a4 4 0 0 1-3.2 6.4m-48-32a28 28 0 1 0-28-28a28 28 0 0 0 28 28"/></svg> </template>
CSS
.icon-user-focus-thin {
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%22M220%2040v36a4%204%200%200%201-8%200V44h-32a4%204%200%200%201%200-8h36a4%204%200%200%201%204%204m-4%20136a4%204%200%200%200-4%204v32h-32a4%204%200%200%200%200%208h36a4%204%200%200%200%204-4v-36a4%204%200%200%200-4-4M76%20212H44v-32a4%204%200%200%200-8%200v36a4%204%200%200%200%204%204h36a4%204%200%200%200%200-8M40%2080a4%204%200%200%200%204-4V44h32a4%204%200%200%200%200-8H40a4%204%200%200%200-4%204v36a4%204%200%200%200%204%204m136%2092a4%204%200%200%201-3.2-1.6a56%2056%200%200%200-89.6%200a4%204%200%201%201-6.4-4.8a63.65%2063.65%200%200%201%2032.5-22.85a36%2036%200%201%201%2037.4%200a63.65%2063.65%200%200%201%2032.5%2022.85a4%204%200%200%201-3.2%206.4m-48-32a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028%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%22M220%2040v36a4%204%200%200%201-8%200V44h-32a4%204%200%200%201%200-8h36a4%204%200%200%201%204%204m-4%20136a4%204%200%200%200-4%204v32h-32a4%204%200%200%200%200%208h36a4%204%200%200%200%204-4v-36a4%204%200%200%200-4-4M76%20212H44v-32a4%204%200%200%200-8%200v36a4%204%200%200%200%204%204h36a4%204%200%200%200%200-8M40%2080a4%204%200%200%200%204-4V44h32a4%204%200%200%200%200-8H40a4%204%200%200%200-4%204v36a4%204%200%200%200%204%204m136%2092a4%204%200%200%201-3.2-1.6a56%2056%200%200%200-89.6%200a4%204%200%201%201-6.4-4.8a63.65%2063.65%200%200%201%2032.5-22.85a36%2036%200%201%201%2037.4%200a63.65%2063.65%200%200%201%2032.5%2022.85a4%204%200%200%201-3.2%206.4m-48-32a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-focus-thin.svg?color=%231a73e8&size=48