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

Name
person-6-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 6 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 0M4 21.5A3.5 3.5 0 0 1 7.5 18h11.83a6.7 6.7 0 0 0-.83 3.243V26a6.47 6.47 0 0 0 1.112 3.637A18 18 0 0 1 16 30c-3.198 0-6.14-.823-8.315-2.206C5.523 26.418 4 24.394 4 22zM25.243 18A3.243 3.243 0 0 0 22 21.243V22a5 5 0 1 1-2 4v-4.757a5.243 5.243 0 0 1 8.95-3.707l.257.257a1 1 0 0 1-1.414 1.414l-.258-.257a3.24 3.24 0 0 0-2.292-.95M25 29a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>

React

import type { SVGProps } from "react";

export function FluentPerson632Filled(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 0M4 21.5A3.5 3.5 0 0 1 7.5 18h11.83a6.7 6.7 0 0 0-.83 3.243V26a6.47 6.47 0 0 0 1.112 3.637A18 18 0 0 1 16 30c-3.198 0-6.14-.823-8.315-2.206C5.523 26.418 4 24.394 4 22zM25.243 18A3.243 3.243 0 0 0 22 21.243V22a5 5 0 1 1-2 4v-4.757a5.243 5.243 0 0 1 8.95-3.707l.257.257a1 1 0 0 1-1.414 1.414l-.258-.257a3.24 3.24 0 0 0-2.292-.95M25 29a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></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 0M4 21.5A3.5 3.5 0 0 1 7.5 18h11.83a6.7 6.7 0 0 0-.83 3.243V26a6.47 6.47 0 0 0 1.112 3.637A18 18 0 0 1 16 30c-3.198 0-6.14-.823-8.315-2.206C5.523 26.418 4 24.394 4 22zM25.243 18A3.243 3.243 0 0 0 22 21.243V22a5 5 0 1 1-2 4v-4.757a5.243 5.243 0 0 1 8.95-3.707l.257.257a1 1 0 0 1-1.414 1.414l-.258-.257a3.24 3.24 0 0 0-2.292-.95M25 29a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>
</template>

CSS

.icon-person-6-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%22M23%209A7%207%200%201%201%209%209a7%207%200%200%201%2014%200M4%2021.5A3.5%203.5%200%200%201%207.5%2018h11.83a6.7%206.7%200%200%200-.83%203.243V26a6.47%206.47%200%200%200%201.112%203.637A18%2018%200%200%201%2016%2030c-3.198%200-6.14-.823-8.315-2.206C5.523%2026.418%204%2024.394%204%2022zM25.243%2018A3.243%203.243%200%200%200%2022%2021.243V22a5%205%200%201%201-2%204v-4.757a5.243%205.243%200%200%201%208.95-3.707l.257.257a1%201%200%200%201-1.414%201.414l-.258-.257a3.24%203.24%200%200%200-2.292-.95M25%2029a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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%200M4%2021.5A3.5%203.5%200%200%201%207.5%2018h11.83a6.7%206.7%200%200%200-.83%203.243V26a6.47%206.47%200%200%200%201.112%203.637A18%2018%200%200%201%2016%2030c-3.198%200-6.14-.823-8.315-2.206C5.523%2026.418%204%2024.394%204%2022zM25.243%2018A3.243%203.243%200%200%200%2022%2021.243V22a5%205%200%201%201-2%204v-4.757a5.243%205.243%200%200%201%208.95-3.707l.257.257a1%201%200%200%201-1.414%201.414l-.258-.257a3.24%203.24%200%200%200-2.292-.95M25%2029a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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