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

Name
people-edit-32-light
Set
Fluent UI System Icons
Style
32 Light
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 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4 3a4 4 0 1 1 8 0a4 4 0 0 1-8 0M2 20a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3c0 .739-.183 1.652-.684 2.542l-2.132 2.15C14.873 25.483 13.032 26 10.5 26c-3.34 0-5.476-.9-6.781-2.137C2.417 22.63 2 21.116 2 20m3-2a2 2 0 0 0-2 2c0 .884.333 2.12 1.406 3.137C5.476 24.151 7.34 25 10.5 25s5.024-.85 6.094-1.863C17.667 22.12 18 20.884 18 20a2 2 0 0 0-2-2zm24.644 3.424l-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 FluentPeopleEdit32Light(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 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4 3a4 4 0 1 1 8 0a4 4 0 0 1-8 0M2 20a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3c0 .739-.183 1.652-.684 2.542l-2.132 2.15C14.873 25.483 13.032 26 10.5 26c-3.34 0-5.476-.9-6.781-2.137C2.417 22.63 2 21.116 2 20m3-2a2 2 0 0 0-2 2c0 .884.333 2.12 1.406 3.137C5.476 24.151 7.34 25 10.5 25s5.024-.85 6.094-1.863C17.667 22.12 18 20.884 18 20a2 2 0 0 0-2-2zm24.644 3.424l-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 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4 3a4 4 0 1 1 8 0a4 4 0 0 1-8 0M2 20a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3c0 .739-.183 1.652-.684 2.542l-2.132 2.15C14.873 25.483 13.032 26 10.5 26c-3.34 0-5.476-.9-6.781-2.137C2.417 22.63 2 21.116 2 20m3-2a2 2 0 0 0-2 2c0 .884.333 2.12 1.406 3.137C5.476 24.151 7.34 25 10.5 25s5.024-.85 6.094-1.863C17.667 22.12 18 20.884 18 20a2 2 0 0 0-2-2zm24.644 3.424l-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-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%22M10.5%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9M5%209.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M23%208a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-4%203a4%204%200%201%201%208%200a4%204%200%200%201-8%200M2%2020a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203c0%20.739-.183%201.652-.684%202.542l-2.132%202.15C14.873%2025.483%2013.032%2026%2010.5%2026c-3.34%200-5.476-.9-6.781-2.137C2.417%2022.63%202%2021.116%202%2020m3-2a2%202%200%200%200-2%202c0%20.884.333%202.12%201.406%203.137C5.476%2024.151%207.34%2025%2010.5%2025s5.024-.85%206.094-1.863C17.667%2022.12%2018%2020.884%2018%2020a2%202%200%200%200-2-2zm24.644%203.424l-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%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9M5%209.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M23%208a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-4%203a4%204%200%201%201%208%200a4%204%200%200%201-8%200M2%2020a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203c0%20.739-.183%201.652-.684%202.542l-2.132%202.15C14.873%2025.483%2013.032%2026%2010.5%2026c-3.34%200-5.476-.9-6.781-2.137C2.417%2022.63%202%2021.116%202%2020m3-2a2%202%200%200%200-2%202c0%20.884.333%202.12%201.406%203.137C5.476%2024.151%207.34%2025%2010.5%2025s5.024-.85%206.094-1.863C17.667%2022.12%2018%2020.884%2018%2020a2%202%200%200%200-2-2zm24.644%203.424l-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-light.svg?color=%231a73e8&size=48