folder user icon
folder-user-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- folder-user-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 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="M211.28 199a30 30 0 1 0-38.56 0a38.1 38.1 0 0 0-18.52 23.5a6 6 0 0 0 4.26 7.34a6.3 6.3 0 0 0 1.54.2a6 6 0 0 0 5.8-4.46C168.86 214 179.63 206 192 206s23.14 8 26.2 19.54a6 6 0 0 0 11.6-3.09A38.1 38.1 0 0 0 211.28 199M192 158a18 18 0 1 1-18 18a18 18 0 0 1 18-18m24-84h-85.52l-27.89-27.9a13.94 13.94 0 0 0-9.9-4.1H40a14 14 0 0 0-14 14v144.61A13.4 13.4 0 0 0 39.38 214h81.18a6 6 0 0 0 0-12H39.38a1.4 1.4 0 0 1-1.38-1.39V86h178a2 2 0 0 1 2 2v32a6 6 0 0 0 12 0V88a14 14 0 0 0-14-14M40 54h52.69a2 2 0 0 1 1.41.59L113.51 74H38V56a2 2 0 0 1 2-2"/></svg>
React
import type { SVGProps } from "react";
export function PhFolderUserLight(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="M211.28 199a30 30 0 1 0-38.56 0a38.1 38.1 0 0 0-18.52 23.5a6 6 0 0 0 4.26 7.34a6.3 6.3 0 0 0 1.54.2a6 6 0 0 0 5.8-4.46C168.86 214 179.63 206 192 206s23.14 8 26.2 19.54a6 6 0 0 0 11.6-3.09A38.1 38.1 0 0 0 211.28 199M192 158a18 18 0 1 1-18 18a18 18 0 0 1 18-18m24-84h-85.52l-27.89-27.9a13.94 13.94 0 0 0-9.9-4.1H40a14 14 0 0 0-14 14v144.61A13.4 13.4 0 0 0 39.38 214h81.18a6 6 0 0 0 0-12H39.38a1.4 1.4 0 0 1-1.38-1.39V86h178a2 2 0 0 1 2 2v32a6 6 0 0 0 12 0V88a14 14 0 0 0-14-14M40 54h52.69a2 2 0 0 1 1.41.59L113.51 74H38V56a2 2 0 0 1 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.28 199a30 30 0 1 0-38.56 0a38.1 38.1 0 0 0-18.52 23.5a6 6 0 0 0 4.26 7.34a6.3 6.3 0 0 0 1.54.2a6 6 0 0 0 5.8-4.46C168.86 214 179.63 206 192 206s23.14 8 26.2 19.54a6 6 0 0 0 11.6-3.09A38.1 38.1 0 0 0 211.28 199M192 158a18 18 0 1 1-18 18a18 18 0 0 1 18-18m24-84h-85.52l-27.89-27.9a13.94 13.94 0 0 0-9.9-4.1H40a14 14 0 0 0-14 14v144.61A13.4 13.4 0 0 0 39.38 214h81.18a6 6 0 0 0 0-12H39.38a1.4 1.4 0 0 1-1.38-1.39V86h178a2 2 0 0 1 2 2v32a6 6 0 0 0 12 0V88a14 14 0 0 0-14-14M40 54h52.69a2 2 0 0 1 1.41.59L113.51 74H38V56a2 2 0 0 1 2-2"/></svg> </template>
CSS
.icon-folder-user-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%22M211.28%20199a30%2030%200%201%200-38.56%200a38.1%2038.1%200%200%200-18.52%2023.5a6%206%200%200%200%204.26%207.34a6.3%206.3%200%200%200%201.54.2a6%206%200%200%200%205.8-4.46C168.86%20214%20179.63%20206%20192%20206s23.14%208%2026.2%2019.54a6%206%200%200%200%2011.6-3.09A38.1%2038.1%200%200%200%20211.28%20199M192%20158a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m24-84h-85.52l-27.89-27.9a13.94%2013.94%200%200%200-9.9-4.1H40a14%2014%200%200%200-14%2014v144.61A13.4%2013.4%200%200%200%2039.38%20214h81.18a6%206%200%200%200%200-12H39.38a1.4%201.4%200%200%201-1.38-1.39V86h178a2%202%200%200%201%202%202v32a6%206%200%200%200%2012%200V88a14%2014%200%200%200-14-14M40%2054h52.69a2%202%200%200%201%201.41.59L113.51%2074H38V56a2%202%200%200%201%202-2%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%22M211.28%20199a30%2030%200%201%200-38.56%200a38.1%2038.1%200%200%200-18.52%2023.5a6%206%200%200%200%204.26%207.34a6.3%206.3%200%200%200%201.54.2a6%206%200%200%200%205.8-4.46C168.86%20214%20179.63%20206%20192%20206s23.14%208%2026.2%2019.54a6%206%200%200%200%2011.6-3.09A38.1%2038.1%200%200%200%20211.28%20199M192%20158a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m24-84h-85.52l-27.89-27.9a13.94%2013.94%200%200%200-9.9-4.1H40a14%2014%200%200%200-14%2014v144.61A13.4%2013.4%200%200%200%2039.38%20214h81.18a6%206%200%200%200%200-12H39.38a1.4%201.4%200%200%201-1.38-1.39V86h178a2%202%200%200%201%202%202v32a6%206%200%200%200%2012%200V88a14%2014%200%200%200-14-14M40%2054h52.69a2%202%200%200%201%201.41.59L113.51%2074H38V56a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/folder-user-light.svg?color=%231a73e8&size=48