folder user icon
folder-user-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- folder-user-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 folder user icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.51 197.94a36 36 0 1 0-57 0a43.75 43.75 0 0 0-15.08 23a12 12 0 0 0 8.52 14.67a11.8 11.8 0 0 0 3.05.39a12 12 0 0 0 11.59-8.92C174 218.2 182.35 212 192 212s18 6.2 20.4 15.08a12 12 0 0 0 23.19-6.17a43.7 43.7 0 0 0-15.08-22.97M192 164a12 12 0 1 1-12 12a12 12 0 0 1 12-12m24-96h-82.61l-26-29.29A20 20 0 0 0 92.41 32H40a20 20 0 0 0-20 20v148.61A19.41 19.41 0 0 0 39.38 220h73.18a12 12 0 0 0 0-24H44V92h168v16a12 12 0 0 0 24 0V88a20 20 0 0 0-20-20M44 68V56h46.61l10.67 12Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFolderUserBold(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.51 197.94a36 36 0 1 0-57 0a43.75 43.75 0 0 0-15.08 23a12 12 0 0 0 8.52 14.67a11.8 11.8 0 0 0 3.05.39a12 12 0 0 0 11.59-8.92C174 218.2 182.35 212 192 212s18 6.2 20.4 15.08a12 12 0 0 0 23.19-6.17a43.7 43.7 0 0 0-15.08-22.97M192 164a12 12 0 1 1-12 12a12 12 0 0 1 12-12m24-96h-82.61l-26-29.29A20 20 0 0 0 92.41 32H40a20 20 0 0 0-20 20v148.61A19.41 19.41 0 0 0 39.38 220h73.18a12 12 0 0 0 0-24H44V92h168v16a12 12 0 0 0 24 0V88a20 20 0 0 0-20-20M44 68V56h46.61l10.67 12Z"/></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.51 197.94a36 36 0 1 0-57 0a43.75 43.75 0 0 0-15.08 23a12 12 0 0 0 8.52 14.67a11.8 11.8 0 0 0 3.05.39a12 12 0 0 0 11.59-8.92C174 218.2 182.35 212 192 212s18 6.2 20.4 15.08a12 12 0 0 0 23.19-6.17a43.7 43.7 0 0 0-15.08-22.97M192 164a12 12 0 1 1-12 12a12 12 0 0 1 12-12m24-96h-82.61l-26-29.29A20 20 0 0 0 92.41 32H40a20 20 0 0 0-20 20v148.61A19.41 19.41 0 0 0 39.38 220h73.18a12 12 0 0 0 0-24H44V92h168v16a12 12 0 0 0 24 0V88a20 20 0 0 0-20-20M44 68V56h46.61l10.67 12Z"/></svg> </template>
CSS
.icon-folder-user-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%22M220.51%20197.94a36%2036%200%201%200-57%200a43.75%2043.75%200%200%200-15.08%2023a12%2012%200%200%200%208.52%2014.67a11.8%2011.8%200%200%200%203.05.39a12%2012%200%200%200%2011.59-8.92C174%20218.2%20182.35%20212%20192%20212s18%206.2%2020.4%2015.08a12%2012%200%200%200%2023.19-6.17a43.7%2043.7%200%200%200-15.08-22.97M192%20164a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m24-96h-82.61l-26-29.29A20%2020%200%200%200%2092.41%2032H40a20%2020%200%200%200-20%2020v148.61A19.41%2019.41%200%200%200%2039.38%20220h73.18a12%2012%200%200%200%200-24H44V92h168v16a12%2012%200%200%200%2024%200V88a20%2020%200%200%200-20-20M44%2068V56h46.61l10.67%2012Z%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.51%20197.94a36%2036%200%201%200-57%200a43.75%2043.75%200%200%200-15.08%2023a12%2012%200%200%200%208.52%2014.67a11.8%2011.8%200%200%200%203.05.39a12%2012%200%200%200%2011.59-8.92C174%20218.2%20182.35%20212%20192%20212s18%206.2%2020.4%2015.08a12%2012%200%200%200%2023.19-6.17a43.7%2043.7%200%200%200-15.08-22.97M192%20164a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m24-96h-82.61l-26-29.29A20%2020%200%200%200%2092.41%2032H40a20%2020%200%200%200-20%2020v148.61A19.41%2019.41%200%200%200%2039.38%20220h73.18a12%2012%200%200%200%200-24H44V92h168v16a12%2012%200%200%200%2024%200V88a20%2020%200%200%200-20-20M44%2068V56h46.61l10.67%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/folder-user-bold.svg?color=%231a73e8&size=48