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

Name
people-edit-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

8 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0a4 4 0 0 1-8 0M5 17a3 3 0 0 0-3 3v.226l.003.067q.004.081.018.212c.019.173.056.408.128.686a5.55 5.55 0 0 0 1 2.017C4.319 24.71 6.52 26 10.5 26c2.593 0 4.431-.547 5.72-1.344l2.054-2.071a5.5 5.5 0 0 0 .577-1.394a5 5 0 0 0 .146-.898l.003-.067V20a3 3 0 0 0-3-3zm-1 3.19V20a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v.19q0 .026-.009.094c-.01.09-.031.23-.076.404c-.09.348-.273.818-.641 1.291C15.569 22.883 14.02 24 10.5 24s-5.07-1.117-5.774-2.02a3.6 3.6 0 0 1-.64-1.292A3 3 0 0 1 4 20.19m25.644 1.234l-8.61 8.543a2.8 2.8 0 0 1-1.269.721l-3.02.778a1 1 0 0 1-1.216-1.22l.79-3.05a2.66 2.66 0 0 1 .686-1.206l8.567-8.64a2.88 2.88 0 0 1 4.144.057a2.88 2.88 0 0 1-.072 4.017"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleEdit32Regular(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="M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0a4 4 0 0 1-8 0M5 17a3 3 0 0 0-3 3v.226l.003.067q.004.081.018.212c.019.173.056.408.128.686a5.55 5.55 0 0 0 1 2.017C4.319 24.71 6.52 26 10.5 26c2.593 0 4.431-.547 5.72-1.344l2.054-2.071a5.5 5.5 0 0 0 .577-1.394a5 5 0 0 0 .146-.898l.003-.067V20a3 3 0 0 0-3-3zm-1 3.19V20a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v.19q0 .026-.009.094c-.01.09-.031.23-.076.404c-.09.348-.273.818-.641 1.291C15.569 22.883 14.02 24 10.5 24s-5.07-1.117-5.774-2.02a3.6 3.6 0 0 1-.64-1.292A3 3 0 0 1 4 20.19m25.644 1.234l-8.61 8.543a2.8 2.8 0 0 1-1.269.721l-3.02.778a1 1 0 0 1-1.216-1.22l.79-3.05a2.66 2.66 0 0 1 .686-1.206l8.567-8.64a2.88 2.88 0 0 1 4.144.057a2.88 2.88 0 0 1-.072 4.017"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0a4 4 0 0 1-8 0M5 17a3 3 0 0 0-3 3v.226l.003.067q.004.081.018.212c.019.173.056.408.128.686a5.55 5.55 0 0 0 1 2.017C4.319 24.71 6.52 26 10.5 26c2.593 0 4.431-.547 5.72-1.344l2.054-2.071a5.5 5.5 0 0 0 .577-1.394a5 5 0 0 0 .146-.898l.003-.067V20a3 3 0 0 0-3-3zm-1 3.19V20a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v.19q0 .026-.009.094c-.01.09-.031.23-.076.404c-.09.348-.273.818-.641 1.291C15.569 22.883 14.02 24 10.5 24s-5.07-1.117-5.774-2.02a3.6 3.6 0 0 1-.64-1.292A3 3 0 0 1 4 20.19m25.644 1.234l-8.61 8.543a2.8 2.8 0 0 1-1.269.721l-3.02.778a1 1 0 0 1-1.216-1.22l.79-3.05a2.66 2.66 0 0 1 .686-1.206l8.567-8.64a2.88 2.88 0 0 1 4.144.057a2.88 2.88 0 0 1-.072 4.017"/></svg>
</template>

CSS

.icon-people-edit-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%22M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M5%209.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M23%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-4%202a4%204%200%201%201%208%200a4%204%200%200%201-8%200M5%2017a3%203%200%200%200-3%203v.226l.003.067q.004.081.018.212c.019.173.056.408.128.686a5.55%205.55%200%200%200%201%202.017C4.319%2024.71%206.52%2026%2010.5%2026c2.593%200%204.431-.547%205.72-1.344l2.054-2.071a5.5%205.5%200%200%200%20.577-1.394a5%205%200%200%200%20.146-.898l.003-.067V20a3%203%200%200%200-3-3zm-1%203.19V20a1%201%200%200%201%201-1h11a1%201%200%200%201%201%201v.19q0%20.026-.009.094c-.01.09-.031.23-.076.404c-.09.348-.273.818-.641%201.291C15.569%2022.883%2014.02%2024%2010.5%2024s-5.07-1.117-5.774-2.02a3.6%203.6%200%200%201-.64-1.292A3%203%200%200%201%204%2020.19m25.644%201.234l-8.61%208.543a2.8%202.8%200%200%201-1.269.721l-3.02.778a1%201%200%200%201-1.216-1.22l.79-3.05a2.66%202.66%200%200%201%20.686-1.206l8.567-8.64a2.88%202.88%200%200%201%204.144.057a2.88%202.88%200%200%201-.072%204.017%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%22M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M5%209.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M23%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-4%202a4%204%200%201%201%208%200a4%204%200%200%201-8%200M5%2017a3%203%200%200%200-3%203v.226l.003.067q.004.081.018.212c.019.173.056.408.128.686a5.55%205.55%200%200%200%201%202.017C4.319%2024.71%206.52%2026%2010.5%2026c2.593%200%204.431-.547%205.72-1.344l2.054-2.071a5.5%205.5%200%200%200%20.577-1.394a5%205%200%200%200%20.146-.898l.003-.067V20a3%203%200%200%200-3-3zm-1%203.19V20a1%201%200%200%201%201-1h11a1%201%200%200%201%201%201v.19q0%20.026-.009.094c-.01.09-.031.23-.076.404c-.09.348-.273.818-.641%201.291C15.569%2022.883%2014.02%2024%2010.5%2024s-5.07-1.117-5.774-2.02a3.6%203.6%200%200%201-.64-1.292A3%203%200%200%201%204%2020.19m25.644%201.234l-8.61%208.543a2.8%202.8%200%200%201-1.269.721l-3.02.778a1%201%200%200%201-1.216-1.22l.79-3.05a2.66%202.66%200%200%201%20.686-1.206l8.567-8.64a2.88%202.88%200%200%201%204.144.057a2.88%202.88%200%200%201-.072%204.017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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