people-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
people-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 10.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M10.5 5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m9.5 7a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M5 18a3 3 0 0 0-3 3c0 1.116.417 2.63 1.719 3.863C5.024 26.099 7.16 27 10.499 27s5.477-.9 6.782-2.137C18.583 23.63 19 22.116 19 21a3 3 0 0 0-3-3zm-2 3a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2c0 .884-.333 2.12-1.406 3.137C15.524 25.151 13.66 26 10.5 26s-5.024-.85-6.094-1.863C3.333 23.12 3 21.884 3 21m16.963 2.588q-.19.452-.462.9c.926.317 2.077.512 3.499.512c2.842 0 4.601-.777 5.654-1.76C29.696 22.268 30 21.134 30 20.5a2.5 2.5 0 0 0-2.5-2.5h-8.146c.268.3.497.636.678 1H27.5a1.5 1.5 0 0 1 1.5 1.5c0 .367-.196 1.233-1.029 2.01C27.15 23.277 25.658 24 23 24c-1.255 0-2.25-.161-3.037-.412"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeople32Light(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 10.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M10.5 5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m9.5 7a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M5 18a3 3 0 0 0-3 3c0 1.116.417 2.63 1.719 3.863C5.024 26.099 7.16 27 10.499 27s5.477-.9 6.782-2.137C18.583 23.63 19 22.116 19 21a3 3 0 0 0-3-3zm-2 3a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2c0 .884-.333 2.12-1.406 3.137C15.524 25.151 13.66 26 10.5 26s-5.024-.85-6.094-1.863C3.333 23.12 3 21.884 3 21m16.963 2.588q-.19.452-.462.9c.926.317 2.077.512 3.499.512c2.842 0 4.601-.777 5.654-1.76C29.696 22.268 30 21.134 30 20.5a2.5 2.5 0 0 0-2.5-2.5h-8.146c.268.3.497.636.678 1H27.5a1.5 1.5 0 0 1 1.5 1.5c0 .367-.196 1.233-1.029 2.01C27.15 23.277 25.658 24 23 24c-1.255 0-2.25-.161-3.037-.412"/></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 10.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M10.5 5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m9.5 7a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M5 18a3 3 0 0 0-3 3c0 1.116.417 2.63 1.719 3.863C5.024 26.099 7.16 27 10.499 27s5.477-.9 6.782-2.137C18.583 23.63 19 22.116 19 21a3 3 0 0 0-3-3zm-2 3a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2c0 .884-.333 2.12-1.406 3.137C15.524 25.151 13.66 26 10.5 26s-5.024-.85-6.094-1.863C3.333 23.12 3 21.884 3 21m16.963 2.588q-.19.452-.462.9c.926.317 2.077.512 3.499.512c2.842 0 4.601-.777 5.654-1.76C29.696 22.268 30 21.134 30 20.5a2.5 2.5 0 0 0-2.5-2.5h-8.146c.268.3.497.636.678 1H27.5a1.5 1.5 0 0 1 1.5 1.5c0 .367-.196 1.233-1.029 2.01C27.15 23.277 25.658 24 23 24c-1.255 0-2.25-.161-3.037-.412"/></svg>
</template>

CSS

.icon-people-32-light {
  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%2010.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M10.5%205a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m9.5%207a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8M5%2018a3%203%200%200%200-3%203c0%201.116.417%202.63%201.719%203.863C5.024%2026.099%207.16%2027%2010.499%2027s5.477-.9%206.782-2.137C18.583%2023.63%2019%2022.116%2019%2021a3%203%200%200%200-3-3zm-2%203a2%202%200%200%201%202-2h11a2%202%200%200%201%202%202c0%20.884-.333%202.12-1.406%203.137C15.524%2025.151%2013.66%2026%2010.5%2026s-5.024-.85-6.094-1.863C3.333%2023.12%203%2021.884%203%2021m16.963%202.588q-.19.452-.462.9c.926.317%202.077.512%203.499.512c2.842%200%204.601-.777%205.654-1.76C29.696%2022.268%2030%2021.134%2030%2020.5a2.5%202.5%200%200%200-2.5-2.5h-8.146c.268.3.497.636.678%201H27.5a1.5%201.5%200%200%201%201.5%201.5c0%20.367-.196%201.233-1.029%202.01C27.15%2023.277%2025.658%2024%2023%2024c-1.255%200-2.25-.161-3.037-.412%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%2010.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M10.5%205a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m9.5%207a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8M5%2018a3%203%200%200%200-3%203c0%201.116.417%202.63%201.719%203.863C5.024%2026.099%207.16%2027%2010.499%2027s5.477-.9%206.782-2.137C18.583%2023.63%2019%2022.116%2019%2021a3%203%200%200%200-3-3zm-2%203a2%202%200%200%201%202-2h11a2%202%200%200%201%202%202c0%20.884-.333%202.12-1.406%203.137C15.524%2025.151%2013.66%2026%2010.5%2026s-5.024-.85-6.094-1.863C3.333%2023.12%203%2021.884%203%2021m16.963%202.588q-.19.452-.462.9c.926.317%202.077.512%203.499.512c2.842%200%204.601-.777%205.654-1.76C29.696%2022.268%2030%2021.134%2030%2020.5a2.5%202.5%200%200%200-2.5-2.5h-8.146c.268.3.497.636.678%201H27.5a1.5%201.5%200%200%201%201.5%201.5c0%20.367-.196%201.233-1.029%202.01C27.15%2023.277%2025.658%2024%2023%2024c-1.255%200-2.25-.161-3.037-.412%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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