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

Name
person-support-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person support icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 11a7 7 0 1 1 14 0a1 1 0 1 0 2 0a9 9 0 1 0-14.385 7.212a9 9 0 0 0 3.558 1.602a2 2 0 1 0 .216-2A7 7 0 0 1 9 11m1 0a6 6 0 1 1 7.913 5.689A3 3 0 0 0 16 16c-.727 0-1.393.259-1.913.689A6 6 0 0 1 10 11m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M7.5 18h1.359a10 10 0 0 0 2.777 2H7.5A1.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.894c2.878 0 5.435-.744 7.242-1.894C25.061 24.95 26 23.472 26 22v-.5a1.5 1.5 0 0 0-1.5-1.5h-5.67a3 3 0 0 0 0-2h5.67a3.5 3.5 0 0 1 3.5 3.5v.5c0 2.393-1.523 4.417-3.685 5.793C22.141 29.177 19.198 30 16 30s-6.14-.823-8.315-2.207C5.523 26.417 4 24.393 4 22v-.5A3.5 3.5 0 0 1 7.5 18"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonSupport32Regular(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="M9 11a7 7 0 1 1 14 0a1 1 0 1 0 2 0a9 9 0 1 0-14.385 7.212a9 9 0 0 0 3.558 1.602a2 2 0 1 0 .216-2A7 7 0 0 1 9 11m1 0a6 6 0 1 1 7.913 5.689A3 3 0 0 0 16 16c-.727 0-1.393.259-1.913.689A6 6 0 0 1 10 11m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M7.5 18h1.359a10 10 0 0 0 2.777 2H7.5A1.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.894c2.878 0 5.435-.744 7.242-1.894C25.061 24.95 26 23.472 26 22v-.5a1.5 1.5 0 0 0-1.5-1.5h-5.67a3 3 0 0 0 0-2h5.67a3.5 3.5 0 0 1 3.5 3.5v.5c0 2.393-1.523 4.417-3.685 5.793C22.141 29.177 19.198 30 16 30s-6.14-.823-8.315-2.207C5.523 26.417 4 24.393 4 22v-.5A3.5 3.5 0 0 1 7.5 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 11a7 7 0 1 1 14 0a1 1 0 1 0 2 0a9 9 0 1 0-14.385 7.212a9 9 0 0 0 3.558 1.602a2 2 0 1 0 .216-2A7 7 0 0 1 9 11m1 0a6 6 0 1 1 7.913 5.689A3 3 0 0 0 16 16c-.727 0-1.393.259-1.913.689A6 6 0 0 1 10 11m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M7.5 18h1.359a10 10 0 0 0 2.777 2H7.5A1.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.894c2.878 0 5.435-.744 7.242-1.894C25.061 24.95 26 23.472 26 22v-.5a1.5 1.5 0 0 0-1.5-1.5h-5.67a3 3 0 0 0 0-2h5.67a3.5 3.5 0 0 1 3.5 3.5v.5c0 2.393-1.523 4.417-3.685 5.793C22.141 29.177 19.198 30 16 30s-6.14-.823-8.315-2.207C5.523 26.417 4 24.393 4 22v-.5A3.5 3.5 0 0 1 7.5 18"/></svg>
</template>

CSS

.icon-person-support-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%22M9%2011a7%207%200%201%201%2014%200a1%201%200%201%200%202%200a9%209%200%201%200-14.385%207.212a9%209%200%200%200%203.558%201.602a2%202%200%201%200%20.216-2A7%207%200%200%201%209%2011m1%200a6%206%200%201%201%207.913%205.689A3%203%200%200%200%2016%2016c-.727%200-1.393.259-1.913.689A6%206%200%200%201%2010%2011m6-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8M7.5%2018h1.359a10%2010%200%200%200%202.777%202H7.5A1.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.894c2.878%200%205.435-.744%207.242-1.894C25.061%2024.95%2026%2023.472%2026%2022v-.5a1.5%201.5%200%200%200-1.5-1.5h-5.67a3%203%200%200%200%200-2h5.67a3.5%203.5%200%200%201%203.5%203.5v.5c0%202.393-1.523%204.417-3.685%205.793C22.141%2029.177%2019.198%2030%2016%2030s-6.14-.823-8.315-2.207C5.523%2026.417%204%2024.393%204%2022v-.5A3.5%203.5%200%200%201%207.5%2018%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%22M9%2011a7%207%200%201%201%2014%200a1%201%200%201%200%202%200a9%209%200%201%200-14.385%207.212a9%209%200%200%200%203.558%201.602a2%202%200%201%200%20.216-2A7%207%200%200%201%209%2011m1%200a6%206%200%201%201%207.913%205.689A3%203%200%200%200%2016%2016c-.727%200-1.393.259-1.913.689A6%206%200%200%201%2010%2011m6-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8M7.5%2018h1.359a10%2010%200%200%200%202.777%202H7.5A1.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.894c2.878%200%205.435-.744%207.242-1.894C25.061%2024.95%2026%2023.472%2026%2022v-.5a1.5%201.5%200%200%200-1.5-1.5h-5.67a3%203%200%200%200%200-2h5.67a3.5%203.5%200%200%201%203.5%203.5v.5c0%202.393-1.523%204.417-3.685%205.793C22.141%2029.177%2019.198%2030%2016%2030s-6.14-.823-8.315-2.207C5.523%2026.417%204%2024.393%204%2022v-.5A3.5%203.5%200%200%201%207.5%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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