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

Name
person-5-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M23 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0m-2 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0M6 21.5A1.5 1.5 0 0 1 7.5 20h12.048l.19-2H7.5A3.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-.172-2.004C18.151 27.891 17.1 28 16 28c-2.877 0-5.434-.744-7.241-1.894C6.939 24.95 6 23.473 6 22zM22.25 17a1 1 0 0 0-.995.905l-.5 5.25a1 1 0 0 0 1.13 1.086l3.16-.429a2.606 2.606 0 1 1 .35 5.188h-.617a3.22 3.22 0 0 1-2.18-.849l-.422-.388a1 1 0 0 0-1.352 1.474l.422.388A5.22 5.22 0 0 0 24.778 31h.616a4.606 4.606 0 1 0-.619-9.17l-1.91.26l.294-3.09H28.5a1 1 0 1 0 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPerson532Regular(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="M23 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0m-2 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0M6 21.5A1.5 1.5 0 0 1 7.5 20h12.048l.19-2H7.5A3.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-.172-2.004C18.151 27.891 17.1 28 16 28c-2.877 0-5.434-.744-7.241-1.894C6.939 24.95 6 23.473 6 22zM22.25 17a1 1 0 0 0-.995.905l-.5 5.25a1 1 0 0 0 1.13 1.086l3.16-.429a2.606 2.606 0 1 1 .35 5.188h-.617a3.22 3.22 0 0 1-2.18-.849l-.422-.388a1 1 0 0 0-1.352 1.474l.422.388A5.22 5.22 0 0 0 24.778 31h.616a4.606 4.606 0 1 0-.619-9.17l-1.91.26l.294-3.09H28.5a1 1 0 1 0 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0m-2 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0M6 21.5A1.5 1.5 0 0 1 7.5 20h12.048l.19-2H7.5A3.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-.172-2.004C18.151 27.891 17.1 28 16 28c-2.877 0-5.434-.744-7.241-1.894C6.939 24.95 6 23.473 6 22zM22.25 17a1 1 0 0 0-.995.905l-.5 5.25a1 1 0 0 0 1.13 1.086l3.16-.429a2.606 2.606 0 1 1 .35 5.188h-.617a3.22 3.22 0 0 1-2.18-.849l-.422-.388a1 1 0 0 0-1.352 1.474l.422.388A5.22 5.22 0 0 0 24.778 31h.616a4.606 4.606 0 1 0-.619-9.17l-1.91.26l.294-3.09H28.5a1 1 0 1 0 0-2z"/></svg>
</template>

CSS

.icon-person-5-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%22M23%209A7%207%200%201%201%209%209a7%207%200%200%201%2014%200m-2%200a5%205%200%201%200-10%200a5%205%200%200%200%2010%200M6%2021.5A1.5%201.5%200%200%201%207.5%2020h12.048l.19-2H7.5A3.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-.172-2.004C18.151%2027.891%2017.1%2028%2016%2028c-2.877%200-5.434-.744-7.241-1.894C6.939%2024.95%206%2023.473%206%2022zM22.25%2017a1%201%200%200%200-.995.905l-.5%205.25a1%201%200%200%200%201.13%201.086l3.16-.429a2.606%202.606%200%201%201%20.35%205.188h-.617a3.22%203.22%200%200%201-2.18-.849l-.422-.388a1%201%200%200%200-1.352%201.474l.422.388A5.22%205.22%200%200%200%2024.778%2031h.616a4.606%204.606%200%201%200-.619-9.17l-1.91.26l.294-3.09H28.5a1%201%200%201%200%200-2z%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%22M23%209A7%207%200%201%201%209%209a7%207%200%200%201%2014%200m-2%200a5%205%200%201%200-10%200a5%205%200%200%200%2010%200M6%2021.5A1.5%201.5%200%200%201%207.5%2020h12.048l.19-2H7.5A3.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-.172-2.004C18.151%2027.891%2017.1%2028%2016%2028c-2.877%200-5.434-.744-7.241-1.894C6.939%2024.95%206%2023.473%206%2022zM22.25%2017a1%201%200%200%200-.995.905l-.5%205.25a1%201%200%200%200%201.13%201.086l3.16-.429a2.606%202.606%200%201%201%20.35%205.188h-.617a3.22%203.22%200%200%201-2.18-.849l-.422-.388a1%201%200%200%200-1.352%201.474l.422.388A5.22%205.22%200%200%200%2024.778%2031h.616a4.606%204.606%200%201%200-.619-9.17l-1.91.26l.294-3.09H28.5a1%201%200%201%200%200-2z%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-regular.svg?color=%231a73e8&size=48