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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person 5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14m-8.5 2A3.5 3.5 0 0 0 4 21.5v.5c0 2.394 1.523 4.418 3.685 5.794C9.859 29.177 12.802 30 16 30c1.142 0 2.251-.105 3.305-.303A2.5 2.5 0 0 1 21 26.05v-.415a2.5 2.5 0 0 1-1.739-2.622L19.74 18zm13.755-.095A1 1 0 0 1 22.25 17h6.25a1 1 0 1 1 0 2h-5.34l-.295 3.09l1.91-.26a4.606 4.606 0 1 1 .62 9.17h-.617a5.22 5.22 0 0 1-3.532-1.375l-.422-.388a1 1 0 0 1 1.352-1.474l.423.388a3.22 3.22 0 0 0 2.179.849h.616a2.606 2.606 0 1 0-.35-5.188l-3.16.429a1 1 0 0 1-1.13-1.086z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPerson532Filled(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="M16 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14m-8.5 2A3.5 3.5 0 0 0 4 21.5v.5c0 2.394 1.523 4.418 3.685 5.794C9.859 29.177 12.802 30 16 30c1.142 0 2.251-.105 3.305-.303A2.5 2.5 0 0 1 21 26.05v-.415a2.5 2.5 0 0 1-1.739-2.622L19.74 18zm13.755-.095A1 1 0 0 1 22.25 17h6.25a1 1 0 1 1 0 2h-5.34l-.295 3.09l1.91-.26a4.606 4.606 0 1 1 .62 9.17h-.617a5.22 5.22 0 0 1-3.532-1.375l-.422-.388a1 1 0 0 1 1.352-1.474l.423.388a3.22 3.22 0 0 0 2.179.849h.616a2.606 2.606 0 1 0-.35-5.188l-3.16.429a1 1 0 0 1-1.13-1.086z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14m-8.5 2A3.5 3.5 0 0 0 4 21.5v.5c0 2.394 1.523 4.418 3.685 5.794C9.859 29.177 12.802 30 16 30c1.142 0 2.251-.105 3.305-.303A2.5 2.5 0 0 1 21 26.05v-.415a2.5 2.5 0 0 1-1.739-2.622L19.74 18zm13.755-.095A1 1 0 0 1 22.25 17h6.25a1 1 0 1 1 0 2h-5.34l-.295 3.09l1.91-.26a4.606 4.606 0 1 1 .62 9.17h-.617a5.22 5.22 0 0 1-3.532-1.375l-.422-.388a1 1 0 0 1 1.352-1.474l.423.388a3.22 3.22 0 0 0 2.179.849h.616a2.606 2.606 0 1 0-.35-5.188l-3.16.429a1 1 0 0 1-1.13-1.086z"/></svg>
</template>

CSS

.icon-person-5-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%22M16%2016a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m-8.5%202A3.5%203.5%200%200%200%204%2021.5v.5c0%202.394%201.523%204.418%203.685%205.794C9.859%2029.177%2012.802%2030%2016%2030c1.142%200%202.251-.105%203.305-.303A2.5%202.5%200%200%201%2021%2026.05v-.415a2.5%202.5%200%200%201-1.739-2.622L19.74%2018zm13.755-.095A1%201%200%200%201%2022.25%2017h6.25a1%201%200%201%201%200%202h-5.34l-.295%203.09l1.91-.26a4.606%204.606%200%201%201%20.62%209.17h-.617a5.22%205.22%200%200%201-3.532-1.375l-.422-.388a1%201%200%200%201%201.352-1.474l.423.388a3.22%203.22%200%200%200%202.179.849h.616a2.606%202.606%200%201%200-.35-5.188l-3.16.429a1%201%200%200%201-1.13-1.086z%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%22M16%2016a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m-8.5%202A3.5%203.5%200%200%200%204%2021.5v.5c0%202.394%201.523%204.418%203.685%205.794C9.859%2029.177%2012.802%2030%2016%2030c1.142%200%202.251-.105%203.305-.303A2.5%202.5%200%200%201%2021%2026.05v-.415a2.5%202.5%200%200%201-1.739-2.622L19.74%2018zm13.755-.095A1%201%200%200%201%2022.25%2017h6.25a1%201%200%201%201%200%202h-5.34l-.295%203.09l1.91-.26a4.606%204.606%200%201%201%20.62%209.17h-.617a5.22%205.22%200%200%201-3.532-1.375l-.422-.388a1%201%200%200%201%201.352-1.474l.423.388a3.22%203.22%200%200%200%202.179.849h.616a2.606%202.606%200%201%200-.35-5.188l-3.16.429a1%201%200%200%201-1.13-1.086z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-5-32-filled.svg?color=%231a73e8&size=48