folder-person-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
folder-person-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M6.5 4A4.5 4.5 0 0 0 2 8.5V11h8.465a1.5 1.5 0 0 0 1.06-.44L15 7.087l-2.06-2.06A3.5 3.5 0 0 0 10.463 4zM2 23.5V13h8.465a3.5 3.5 0 0 0 2.474-1.025L17.414 7.5H25.5A4.5 4.5 0 0 1 30 12v7h-.025a5 5 0 1 0-8.546 4h-.012c-2.18 0-3.917 1.79-3.917 3.938q0 .536.113 1.062H6.5A4.5 4.5 0 0 1 2 23.5m26.5-4a3.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 FluentFolderPerson32Filled(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="M6.5 4A4.5 4.5 0 0 0 2 8.5V11h8.465a1.5 1.5 0 0 0 1.06-.44L15 7.087l-2.06-2.06A3.5 3.5 0 0 0 10.463 4zM2 23.5V13h8.465a3.5 3.5 0 0 0 2.474-1.025L17.414 7.5H25.5A4.5 4.5 0 0 1 30 12v7h-.025a5 5 0 1 0-8.546 4h-.012c-2.18 0-3.917 1.79-3.917 3.938q0 .536.113 1.062H6.5A4.5 4.5 0 0 1 2 23.5m26.5-4a3.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="M6.5 4A4.5 4.5 0 0 0 2 8.5V11h8.465a1.5 1.5 0 0 0 1.06-.44L15 7.087l-2.06-2.06A3.5 3.5 0 0 0 10.463 4zM2 23.5V13h8.465a3.5 3.5 0 0 0 2.474-1.025L17.414 7.5H25.5A4.5 4.5 0 0 1 30 12v7h-.025a5 5 0 1 0-8.546 4h-.012c-2.18 0-3.917 1.79-3.917 3.938q0 .536.113 1.062H6.5A4.5 4.5 0 0 1 2 23.5m26.5-4a3.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-filled {
  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%22M6.5%204A4.5%204.5%200%200%200%202%208.5V11h8.465a1.5%201.5%200%200%200%201.06-.44L15%207.087l-2.06-2.06A3.5%203.5%200%200%200%2010.463%204zM2%2023.5V13h8.465a3.5%203.5%200%200%200%202.474-1.025L17.414%207.5H25.5A4.5%204.5%200%200%201%2030%2012v7h-.025a5%205%200%201%200-8.546%204h-.012c-2.18%200-3.917%201.79-3.917%203.938q0%20.536.113%201.062H6.5A4.5%204.5%200%200%201%202%2023.5m26.5-4a3.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%22M6.5%204A4.5%204.5%200%200%200%202%208.5V11h8.465a1.5%201.5%200%200%200%201.06-.44L15%207.087l-2.06-2.06A3.5%203.5%200%200%200%2010.463%204zM2%2023.5V13h8.465a3.5%203.5%200%200%200%202.474-1.025L17.414%207.5H25.5A4.5%204.5%200%200%201%2030%2012v7h-.025a5%205%200%201%200-8.546%204h-.012c-2.18%200-3.917%201.79-3.917%203.938q0%20.536.113%201.062H6.5A4.5%204.5%200%200%201%202%2023.5m26.5-4a3.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-filled.svg?color=%231a73e8&size=48