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

Name
person-support-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m10.155 14.773l-.009-.021a7 7 0 0 1-.402-.123l-.01-.004A7 7 0 0 1 5 8a7 7 0 0 1 13.96-.749c.044.412-.296.749-.71.749s-.745-.338-.8-.748a5.501 5.501 0 1 0-7.279 5.937a2 2 0 0 1 3.829.81c0 .598-.262 1.134-.677 1.5A2 2 0 0 1 12 16a1.99 1.99 0 0 1-1.845-1.227m-2.158.727a8.5 8.5 0 0 1-2.003-1.485a2.25 2.25 0 0 0-1.99 2.234v.578c0 .892.318 1.756.898 2.435c1.566 1.834 3.952 2.74 7.098 2.74s5.533-.906 7.102-2.74a3.75 3.75 0 0 0 .901-2.438v-.575a2.25 2.25 0 0 0-2.248-2.25H15.5c0 .538-.12 1.046-.337 1.5h2.592a.75.75 0 0 1 .748.75v.575a2.25 2.25 0 0 1-.54 1.463c-1.257 1.468-3.224 2.214-5.963 2.214s-4.704-.746-5.957-2.213a2.25 2.25 0 0 1-.54-1.462v-.577a.75.75 0 0 1 .75-.75zM8 8a4 4 0 1 1 6.243 3.313A3.5 3.5 0 0 0 12 10.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5c-.854 0-1.636.306-2.242.813A3.99 3.99 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonSupport24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.155 14.773l-.009-.021a7 7 0 0 1-.402-.123l-.01-.004A7 7 0 0 1 5 8a7 7 0 0 1 13.96-.749c.044.412-.296.749-.71.749s-.745-.338-.8-.748a5.501 5.501 0 1 0-7.279 5.937a2 2 0 0 1 3.829.81c0 .598-.262 1.134-.677 1.5A2 2 0 0 1 12 16a1.99 1.99 0 0 1-1.845-1.227m-2.158.727a8.5 8.5 0 0 1-2.003-1.485a2.25 2.25 0 0 0-1.99 2.234v.578c0 .892.318 1.756.898 2.435c1.566 1.834 3.952 2.74 7.098 2.74s5.533-.906 7.102-2.74a3.75 3.75 0 0 0 .901-2.438v-.575a2.25 2.25 0 0 0-2.248-2.25H15.5c0 .538-.12 1.046-.337 1.5h2.592a.75.75 0 0 1 .748.75v.575a2.25 2.25 0 0 1-.54 1.463c-1.257 1.468-3.224 2.214-5.963 2.214s-4.704-.746-5.957-2.213a2.25 2.25 0 0 1-.54-1.462v-.577a.75.75 0 0 1 .75-.75zM8 8a4 4 0 1 1 6.243 3.313A3.5 3.5 0 0 0 12 10.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5c-.854 0-1.636.306-2.242.813A3.99 3.99 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.155 14.773l-.009-.021a7 7 0 0 1-.402-.123l-.01-.004A7 7 0 0 1 5 8a7 7 0 0 1 13.96-.749c.044.412-.296.749-.71.749s-.745-.338-.8-.748a5.501 5.501 0 1 0-7.279 5.937a2 2 0 0 1 3.829.81c0 .598-.262 1.134-.677 1.5A2 2 0 0 1 12 16a1.99 1.99 0 0 1-1.845-1.227m-2.158.727a8.5 8.5 0 0 1-2.003-1.485a2.25 2.25 0 0 0-1.99 2.234v.578c0 .892.318 1.756.898 2.435c1.566 1.834 3.952 2.74 7.098 2.74s5.533-.906 7.102-2.74a3.75 3.75 0 0 0 .901-2.438v-.575a2.25 2.25 0 0 0-2.248-2.25H15.5c0 .538-.12 1.046-.337 1.5h2.592a.75.75 0 0 1 .748.75v.575a2.25 2.25 0 0 1-.54 1.463c-1.257 1.468-3.224 2.214-5.963 2.214s-4.704-.746-5.957-2.213a2.25 2.25 0 0 1-.54-1.462v-.577a.75.75 0 0 1 .75-.75zM8 8a4 4 0 1 1 6.243 3.313A3.5 3.5 0 0 0 12 10.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5c-.854 0-1.636.306-2.242.813A3.99 3.99 0 0 1 8 8"/></svg>
</template>

CSS

.icon-person-support-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.155%2014.773l-.009-.021a7%207%200%200%201-.402-.123l-.01-.004A7%207%200%200%201%205%208a7%207%200%200%201%2013.96-.749c.044.412-.296.749-.71.749s-.745-.338-.8-.748a5.501%205.501%200%201%200-7.279%205.937a2%202%200%200%201%203.829.81c0%20.598-.262%201.134-.677%201.5A2%202%200%200%201%2012%2016a1.99%201.99%200%200%201-1.845-1.227m-2.158.727a8.5%208.5%200%200%201-2.003-1.485a2.25%202.25%200%200%200-1.99%202.234v.578c0%20.892.318%201.756.898%202.435c1.566%201.834%203.952%202.74%207.098%202.74s5.533-.906%207.102-2.74a3.75%203.75%200%200%200%20.901-2.438v-.575a2.25%202.25%200%200%200-2.248-2.25H15.5c0%20.538-.12%201.046-.337%201.5h2.592a.75.75%200%200%201%20.748.75v.575a2.25%202.25%200%200%201-.54%201.463c-1.257%201.468-3.224%202.214-5.963%202.214s-4.704-.746-5.957-2.213a2.25%202.25%200%200%201-.54-1.462v-.577a.75.75%200%200%201%20.75-.75zM8%208a4%204%200%201%201%206.243%203.313A3.5%203.5%200%200%200%2012%2010.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205c-.854%200-1.636.306-2.242.813A3.99%203.99%200%200%201%208%208%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.155%2014.773l-.009-.021a7%207%200%200%201-.402-.123l-.01-.004A7%207%200%200%201%205%208a7%207%200%200%201%2013.96-.749c.044.412-.296.749-.71.749s-.745-.338-.8-.748a5.501%205.501%200%201%200-7.279%205.937a2%202%200%200%201%203.829.81c0%20.598-.262%201.134-.677%201.5A2%202%200%200%201%2012%2016a1.99%201.99%200%200%201-1.845-1.227m-2.158.727a8.5%208.5%200%200%201-2.003-1.485a2.25%202.25%200%200%200-1.99%202.234v.578c0%20.892.318%201.756.898%202.435c1.566%201.834%203.952%202.74%207.098%202.74s5.533-.906%207.102-2.74a3.75%203.75%200%200%200%20.901-2.438v-.575a2.25%202.25%200%200%200-2.248-2.25H15.5c0%20.538-.12%201.046-.337%201.5h2.592a.75.75%200%200%201%20.748.75v.575a2.25%202.25%200%200%201-.54%201.463c-1.257%201.468-3.224%202.214-5.963%202.214s-4.704-.746-5.957-2.213a2.25%202.25%200%200%201-.54-1.462v-.577a.75.75%200%200%201%20.75-.75zM8%208a4%204%200%201%201%206.243%203.313A3.5%203.5%200%200%200%2012%2010.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205c-.854%200-1.636.306-2.242.813A3.99%203.99%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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