person-support-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
person-support-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 14.5a2 2 0 0 1-1.994-1.84A6.002 6.002 0 0 1 10 1a6 6 0 0 1 5.98 5.5a.47.47 0 0 1-.48.5a.54.54 0 0 1-.525-.5a5 5 0 1 0-6.79 5.16A2 2 0 1 1 10 14.5M5.009 12H5.1a7 7 0 0 0 2.033 1.388A3 3 0 0 0 12.959 12H15a2 2 0 0 1 2 2c0 1.691-.833 2.966-2.135 3.797C13.583 18.614 11.855 19 10 19s-3.583-.386-4.865-1.203C3.833 16.967 3 15.69 3 14c0-1.113.903-2 2.009-2M14 7a4 4 0 0 1-1.87 3.387A3 3 0 0 0 10 9.5a3 3 0 0 0-2.13.887a4 4 0 0 1-1.638-2.042A4 4 0 0 1 6 7a4 4 0 1 1 8 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonSupport20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 14.5a2 2 0 0 1-1.994-1.84A6.002 6.002 0 0 1 10 1a6 6 0 0 1 5.98 5.5a.47.47 0 0 1-.48.5a.54.54 0 0 1-.525-.5a5 5 0 1 0-6.79 5.16A2 2 0 1 1 10 14.5M5.009 12H5.1a7 7 0 0 0 2.033 1.388A3 3 0 0 0 12.959 12H15a2 2 0 0 1 2 2c0 1.691-.833 2.966-2.135 3.797C13.583 18.614 11.855 19 10 19s-3.583-.386-4.865-1.203C3.833 16.967 3 15.69 3 14c0-1.113.903-2 2.009-2M14 7a4 4 0 0 1-1.87 3.387A3 3 0 0 0 10 9.5a3 3 0 0 0-2.13.887a4 4 0 0 1-1.638-2.042A4 4 0 0 1 6 7a4 4 0 1 1 8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 14.5a2 2 0 0 1-1.994-1.84A6.002 6.002 0 0 1 10 1a6 6 0 0 1 5.98 5.5a.47.47 0 0 1-.48.5a.54.54 0 0 1-.525-.5a5 5 0 1 0-6.79 5.16A2 2 0 1 1 10 14.5M5.009 12H5.1a7 7 0 0 0 2.033 1.388A3 3 0 0 0 12.959 12H15a2 2 0 0 1 2 2c0 1.691-.833 2.966-2.135 3.797C13.583 18.614 11.855 19 10 19s-3.583-.386-4.865-1.203C3.833 16.967 3 15.69 3 14c0-1.113.903-2 2.009-2M14 7a4 4 0 0 1-1.87 3.387A3 3 0 0 0 10 9.5a3 3 0 0 0-2.13.887a4 4 0 0 1-1.638-2.042A4 4 0 0 1 6 7a4 4 0 1 1 8 0"/></svg>
</template>

CSS

.icon-person-support-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2014.5a2%202%200%200%201-1.994-1.84A6.002%206.002%200%200%201%2010%201a6%206%200%200%201%205.98%205.5a.47.47%200%200%201-.48.5a.54.54%200%200%201-.525-.5a5%205%200%201%200-6.79%205.16A2%202%200%201%201%2010%2014.5M5.009%2012H5.1a7%207%200%200%200%202.033%201.388A3%203%200%200%200%2012.959%2012H15a2%202%200%200%201%202%202c0%201.691-.833%202.966-2.135%203.797C13.583%2018.614%2011.855%2019%2010%2019s-3.583-.386-4.865-1.203C3.833%2016.967%203%2015.69%203%2014c0-1.113.903-2%202.009-2M14%207a4%204%200%200%201-1.87%203.387A3%203%200%200%200%2010%209.5a3%203%200%200%200-2.13.887a4%204%200%200%201-1.638-2.042A4%204%200%200%201%206%207a4%204%200%201%201%208%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2014.5a2%202%200%200%201-1.994-1.84A6.002%206.002%200%200%201%2010%201a6%206%200%200%201%205.98%205.5a.47.47%200%200%201-.48.5a.54.54%200%200%201-.525-.5a5%205%200%201%200-6.79%205.16A2%202%200%201%201%2010%2014.5M5.009%2012H5.1a7%207%200%200%200%202.033%201.388A3%203%200%200%200%2012.959%2012H15a2%202%200%200%201%202%202c0%201.691-.833%202.966-2.135%203.797C13.583%2018.614%2011.855%2019%2010%2019s-3.583-.386-4.865-1.203C3.833%2016.967%203%2015.69%203%2014c0-1.113.903-2%202.009-2M14%207a4%204%200%200%201-1.87%203.387A3%203%200%200%200%2010%209.5a3%203%200%200%200-2.13.887a4%204%200%200%201-1.638-2.042A4%204%200%200%201%206%207a4%204%200%201%201%208%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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