folder person icon
folder-person-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- folder-person-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M4 11V8.5A2.5 2.5 0 0 1 6.5 6h3.964a1.5 1.5 0 0 1 1.061.44l2.06 2.06l-2.06 2.06a1.5 1.5 0 0 1-1.06.44zm2.5-7A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h11.113a5 5 0 0 1-.113-1.062q.002-.485.113-.938H6.5A2.5 2.5 0 0 1 4 23.5V13h6.464a3.5 3.5 0 0 0 2.475-1.025L15.414 9.5H25.5A2.5 2.5 0 0 1 28 12v3.5a5 5 0 0 1 1.975 3.5H30v-7a4.5 4.5 0 0 0-4.5-4.5H15.414L12.94 5.025A3.5 3.5 0 0 0 10.464 4zm22 15.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 7.438C31 28.96 29.286 31 25 31s-6-2.031-6-4.062c0-1.336 1.082-2.438 2.417-2.438h7.166c1.335 0 2.417 1.102 2.417 2.438"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderPerson32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 11V8.5A2.5 2.5 0 0 1 6.5 6h3.964a1.5 1.5 0 0 1 1.061.44l2.06 2.06l-2.06 2.06a1.5 1.5 0 0 1-1.06.44zm2.5-7A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h11.113a5 5 0 0 1-.113-1.062q.002-.485.113-.938H6.5A2.5 2.5 0 0 1 4 23.5V13h6.464a3.5 3.5 0 0 0 2.475-1.025L15.414 9.5H25.5A2.5 2.5 0 0 1 28 12v3.5a5 5 0 0 1 1.975 3.5H30v-7a4.5 4.5 0 0 0-4.5-4.5H15.414L12.94 5.025A3.5 3.5 0 0 0 10.464 4zm22 15.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 7.438C31 28.96 29.286 31 25 31s-6-2.031-6-4.062c0-1.336 1.082-2.438 2.417-2.438h7.166c1.335 0 2.417 1.102 2.417 2.438"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 11V8.5A2.5 2.5 0 0 1 6.5 6h3.964a1.5 1.5 0 0 1 1.061.44l2.06 2.06l-2.06 2.06a1.5 1.5 0 0 1-1.06.44zm2.5-7A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h11.113a5 5 0 0 1-.113-1.062q.002-.485.113-.938H6.5A2.5 2.5 0 0 1 4 23.5V13h6.464a3.5 3.5 0 0 0 2.475-1.025L15.414 9.5H25.5A2.5 2.5 0 0 1 28 12v3.5a5 5 0 0 1 1.975 3.5H30v-7a4.5 4.5 0 0 0-4.5-4.5H15.414L12.94 5.025A3.5 3.5 0 0 0 10.464 4zm22 15.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 7.438C31 28.96 29.286 31 25 31s-6-2.031-6-4.062c0-1.336 1.082-2.438 2.417-2.438h7.166c1.335 0 2.417 1.102 2.417 2.438"/></svg> </template>
CSS
.icon-folder-person-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011V8.5A2.5%202.5%200%200%201%206.5%206h3.964a1.5%201.5%200%200%201%201.061.44l2.06%202.06l-2.06%202.06a1.5%201.5%200%200%201-1.06.44zm2.5-7A4.5%204.5%200%200%200%202%208.5v15A4.5%204.5%200%200%200%206.5%2028h11.113a5%205%200%200%201-.113-1.062q.002-.485.113-.938H6.5A2.5%202.5%200%200%201%204%2023.5V13h6.464a3.5%203.5%200%200%200%202.475-1.025L15.414%209.5H25.5A2.5%202.5%200%200%201%2028%2012v3.5a5%205%200%200%201%201.975%203.5H30v-7a4.5%204.5%200%200%200-4.5-4.5H15.414L12.94%205.025A3.5%203.5%200%200%200%2010.464%204zm22%2015.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m2.5%207.438C31%2028.96%2029.286%2031%2025%2031s-6-2.031-6-4.062c0-1.336%201.082-2.438%202.417-2.438h7.166c1.335%200%202.417%201.102%202.417%202.438%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011V8.5A2.5%202.5%200%200%201%206.5%206h3.964a1.5%201.5%200%200%201%201.061.44l2.06%202.06l-2.06%202.06a1.5%201.5%200%200%201-1.06.44zm2.5-7A4.5%204.5%200%200%200%202%208.5v15A4.5%204.5%200%200%200%206.5%2028h11.113a5%205%200%200%201-.113-1.062q.002-.485.113-.938H6.5A2.5%202.5%200%200%201%204%2023.5V13h6.464a3.5%203.5%200%200%200%202.475-1.025L15.414%209.5H25.5A2.5%202.5%200%200%201%2028%2012v3.5a5%205%200%200%201%201.975%203.5H30v-7a4.5%204.5%200%200%200-4.5-4.5H15.414L12.94%205.025A3.5%203.5%200%200%200%2010.464%204zm22%2015.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m2.5%207.438C31%2028.96%2029.286%2031%2025%2031s-6-2.031-6-4.062c0-1.336%201.082-2.438%202.417-2.438h7.166c1.335%200%202.417%201.102%202.417%202.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-person-32-regular.svg?color=%231a73e8&size=48