folder simple user icon
folder-simple-user-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- folder-simple-user-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the folder simple 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.08A38.1 38.1 0 0 0 211.28 199M192 158a18 18 0 1 1-18 18a18 18 0 0 1 18-18m38-70v32a6 6 0 0 1-12 0V88a2 2 0 0 0-2-2h-85.33a14 14 0 0 1-8.4-2.8L94.53 62.4a2 2 0 0 0-1.2-.4H40a2 2 0 0 0-2 2v136a2 2 0 0 0 2 2h80a6 6 0 0 1 0 12H40a14 14 0 0 1-14-14V64a14 14 0 0 1 14-14h53.33a14 14 0 0 1 8.4 2.8l27.74 20.8a2 2 0 0 0 1.2.4H216a14 14 0 0 1 14 14"/></svg>
React
import type { SVGProps } from "react";
export function PhFolderSimpleUserLight(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.08A38.1 38.1 0 0 0 211.28 199M192 158a18 18 0 1 1-18 18a18 18 0 0 1 18-18m38-70v32a6 6 0 0 1-12 0V88a2 2 0 0 0-2-2h-85.33a14 14 0 0 1-8.4-2.8L94.53 62.4a2 2 0 0 0-1.2-.4H40a2 2 0 0 0-2 2v136a2 2 0 0 0 2 2h80a6 6 0 0 1 0 12H40a14 14 0 0 1-14-14V64a14 14 0 0 1 14-14h53.33a14 14 0 0 1 8.4 2.8l27.74 20.8a2 2 0 0 0 1.2.4H216a14 14 0 0 1 14 14"/></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.08A38.1 38.1 0 0 0 211.28 199M192 158a18 18 0 1 1-18 18a18 18 0 0 1 18-18m38-70v32a6 6 0 0 1-12 0V88a2 2 0 0 0-2-2h-85.33a14 14 0 0 1-8.4-2.8L94.53 62.4a2 2 0 0 0-1.2-.4H40a2 2 0 0 0-2 2v136a2 2 0 0 0 2 2h80a6 6 0 0 1 0 12H40a14 14 0 0 1-14-14V64a14 14 0 0 1 14-14h53.33a14 14 0 0 1 8.4 2.8l27.74 20.8a2 2 0 0 0 1.2.4H216a14 14 0 0 1 14 14"/></svg> </template>
CSS
.icon-folder-simple-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.08A38.1%2038.1%200%200%200%20211.28%20199M192%20158a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m38-70v32a6%206%200%200%201-12%200V88a2%202%200%200%200-2-2h-85.33a14%2014%200%200%201-8.4-2.8L94.53%2062.4a2%202%200%200%200-1.2-.4H40a2%202%200%200%200-2%202v136a2%202%200%200%200%202%202h80a6%206%200%200%201%200%2012H40a14%2014%200%200%201-14-14V64a14%2014%200%200%201%2014-14h53.33a14%2014%200%200%201%208.4%202.8l27.74%2020.8a2%202%200%200%200%201.2.4H216a14%2014%200%200%201%2014%2014%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.08A38.1%2038.1%200%200%200%20211.28%20199M192%20158a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m38-70v32a6%206%200%200%201-12%200V88a2%202%200%200%200-2-2h-85.33a14%2014%200%200%201-8.4-2.8L94.53%2062.4a2%202%200%200%200-1.2-.4H40a2%202%200%200%200-2%202v136a2%202%200%200%200%202%202h80a6%206%200%200%201%200%2012H40a14%2014%200%200%201-14-14V64a14%2014%200%200%201%2014-14h53.33a14%2014%200%200%201%208.4%202.8l27.74%2020.8a2%202%200%200%200%201.2.4H216a14%2014%200%200%201%2014%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/folder-simple-user-light.svg?color=%231a73e8&size=48