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

Name
person-6-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 6 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 14m0-2a5 5 0 1 1 0-10a5 5 0 0 1 0 10m-8.5 6A1.5 1.5 0 0 0 6 21.5v.5c0 1.473.94 2.949 2.759 4.106c1.807 1.15 4.364 1.894 7.24 1.894c.956 0 1.875-.082 2.744-.233a6.5 6.5 0 0 0 .869 1.87A18 18 0 0 1 16 30c-3.198 0-6.14-.823-8.315-2.206C5.523 26.418 4 24.394 4 22v-.5A3.5 3.5 0 0 1 7.5 18h11.83a6.7 6.7 0 0 0-.716 2zm17.743-2A3.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 FluentPerson632Regular(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 14m0-2a5 5 0 1 1 0-10a5 5 0 0 1 0 10m-8.5 6A1.5 1.5 0 0 0 6 21.5v.5c0 1.473.94 2.949 2.759 4.106c1.807 1.15 4.364 1.894 7.24 1.894c.956 0 1.875-.082 2.744-.233a6.5 6.5 0 0 0 .869 1.87A18 18 0 0 1 16 30c-3.198 0-6.14-.823-8.315-2.206C5.523 26.418 4 24.394 4 22v-.5A3.5 3.5 0 0 1 7.5 18h11.83a6.7 6.7 0 0 0-.716 2zm17.743-2A3.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="M16 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-2a5 5 0 1 1 0-10a5 5 0 0 1 0 10m-8.5 6A1.5 1.5 0 0 0 6 21.5v.5c0 1.473.94 2.949 2.759 4.106c1.807 1.15 4.364 1.894 7.24 1.894c.956 0 1.875-.082 2.744-.233a6.5 6.5 0 0 0 .869 1.87A18 18 0 0 1 16 30c-3.198 0-6.14-.823-8.315-2.206C5.523 26.418 4 24.394 4 22v-.5A3.5 3.5 0 0 1 7.5 18h11.83a6.7 6.7 0 0 0-.716 2zm17.743-2A3.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-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%22M16%2016a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-2a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m-8.5%206A1.5%201.5%200%200%200%206%2021.5v.5c0%201.473.94%202.949%202.759%204.106c1.807%201.15%204.364%201.894%207.24%201.894c.956%200%201.875-.082%202.744-.233a6.5%206.5%200%200%200%20.869%201.87A18%2018%200%200%201%2016%2030c-3.198%200-6.14-.823-8.315-2.206C5.523%2026.418%204%2024.394%204%2022v-.5A3.5%203.5%200%200%201%207.5%2018h11.83a6.7%206.7%200%200%200-.716%202zm17.743-2A3.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%22M16%2016a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-2a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m-8.5%206A1.5%201.5%200%200%200%206%2021.5v.5c0%201.473.94%202.949%202.759%204.106c1.807%201.15%204.364%201.894%207.24%201.894c.956%200%201.875-.082%202.744-.233a6.5%206.5%200%200%200%20.869%201.87A18%2018%200%200%201%2016%2030c-3.198%200-6.14-.823-8.315-2.206C5.523%2026.418%204%2024.394%204%2022v-.5A3.5%203.5%200%200%201%207.5%2018h11.83a6.7%206.7%200%200%200-.716%202zm17.743-2A3.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-regular.svg?color=%231a73e8&size=48