folder person icon
folder-person-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- folder-person-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
folder-add-16-filledfolder-arrow-left-16-filledfolder-arrow-right-16-filledfolder-arrow-up-16-filledfolder-briefcase-20-filledfolder-data-bar-20-filledfolder-dismiss-16-filledfolder-document-16-filledfolder-globe-16-filledfolder-hint-20-filledfolder-holder-20-filledfolder-junk-20-filledfolder-lightning-16-filledfolder-link-16-filledfolder-list-16-filledfolder-mail-16-filledfolder-move-20-filledfolder-multiple-16-filledfolder-open-16-filledfolder-open-down-16-filledfolder-open-vertical-16-filledfolder-people-20-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.504 6.75L3.5 6.683A2.25 2.25 0 0 1 5.75 4.5h3.672c.331 0 .649.132.883.366L12.19 6.75l-1.883 1.884A1.25 1.25 0 0 1 9.422 9H3.504zM2 9.75q0 .039.004.076V20.25A3.75 3.75 0 0 0 5.754 24h9.312a4.3 4.3 0 0 1-.066-.75v-.205q0-.28.049-.545H5.754a2.25 2.25 0 0 1-2.25-2.25V10.5h5.918c.729 0 1.428-.29 1.944-.805L13.561 7.5h8.69a2.25 2.25 0 0 1 2.25 2.25v4.605c.622.705.999 1.63.999 2.645h.5V9.75A3.75 3.75 0 0 0 22.25 6h-8.69l-2.194-2.195A2.75 2.75 0 0 0 9.422 3H5.75A3.75 3.75 0 0 0 2 6.75zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderPerson28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.504 6.75L3.5 6.683A2.25 2.25 0 0 1 5.75 4.5h3.672c.331 0 .649.132.883.366L12.19 6.75l-1.883 1.884A1.25 1.25 0 0 1 9.422 9H3.504zM2 9.75q0 .039.004.076V20.25A3.75 3.75 0 0 0 5.754 24h9.312a4.3 4.3 0 0 1-.066-.75v-.205q0-.28.049-.545H5.754a2.25 2.25 0 0 1-2.25-2.25V10.5h5.918c.729 0 1.428-.29 1.944-.805L13.561 7.5h8.69a2.25 2.25 0 0 1 2.25 2.25v4.605c.622.705.999 1.63.999 2.645h.5V9.75A3.75 3.75 0 0 0 22.25 6h-8.69l-2.194-2.195A2.75 2.75 0 0 0 9.422 3H5.75A3.75 3.75 0 0 0 2 6.75zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.504 6.75L3.5 6.683A2.25 2.25 0 0 1 5.75 4.5h3.672c.331 0 .649.132.883.366L12.19 6.75l-1.883 1.884A1.25 1.25 0 0 1 9.422 9H3.504zM2 9.75q0 .039.004.076V20.25A3.75 3.75 0 0 0 5.754 24h9.312a4.3 4.3 0 0 1-.066-.75v-.205q0-.28.049-.545H5.754a2.25 2.25 0 0 1-2.25-2.25V10.5h5.918c.729 0 1.428-.29 1.944-.805L13.561 7.5h8.69a2.25 2.25 0 0 1 2.25 2.25v4.605c.622.705.999 1.63.999 2.645h.5V9.75A3.75 3.75 0 0 0 22.25 6h-8.69l-2.194-2.195A2.75 2.75 0 0 0 9.422 3H5.75A3.75 3.75 0 0 0 2 6.75zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg> </template>
CSS
.icon-folder-person-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.504%206.75L3.5%206.683A2.25%202.25%200%200%201%205.75%204.5h3.672c.331%200%20.649.132.883.366L12.19%206.75l-1.883%201.884A1.25%201.25%200%200%201%209.422%209H3.504zM2%209.75q0%20.039.004.076V20.25A3.75%203.75%200%200%200%205.754%2024h9.312a4.3%204.3%200%200%201-.066-.75v-.205q0-.28.049-.545H5.754a2.25%202.25%200%200%201-2.25-2.25V10.5h5.918c.729%200%201.428-.29%201.944-.805L13.561%207.5h8.69a2.25%202.25%200%200%201%202.25%202.25v4.605c.622.705.999%201.63.999%202.645h.5V9.75A3.75%203.75%200%200%200%2022.25%206h-8.69l-2.194-2.195A2.75%202.75%200%200%200%209.422%203H5.75A3.75%203.75%200%200%200%202%206.75zM24.5%2017a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.5%206.25c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045h6.909c1.13%200%202.045.915%202.045%202.045z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.504%206.75L3.5%206.683A2.25%202.25%200%200%201%205.75%204.5h3.672c.331%200%20.649.132.883.366L12.19%206.75l-1.883%201.884A1.25%201.25%200%200%201%209.422%209H3.504zM2%209.75q0%20.039.004.076V20.25A3.75%203.75%200%200%200%205.754%2024h9.312a4.3%204.3%200%200%201-.066-.75v-.205q0-.28.049-.545H5.754a2.25%202.25%200%200%201-2.25-2.25V10.5h5.918c.729%200%201.428-.29%201.944-.805L13.561%207.5h8.69a2.25%202.25%200%200%201%202.25%202.25v4.605c.622.705.999%201.63.999%202.645h.5V9.75A3.75%203.75%200%200%200%2022.25%206h-8.69l-2.194-2.195A2.75%202.75%200%200%200%209.422%203H5.75A3.75%203.75%200%200%200%202%206.75zM24.5%2017a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.5%206.25c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045h6.909c1.13%200%202.045.915%202.045%202.045z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-person-28-regular.svg?color=%231a73e8&size=48