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

Name
person-support-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="m12.167 17.802l-.006-.014a8 8 0 0 1-.36-.094l-.009-.003A8 8 0 0 1 8.708 16a8 8 0 1 1 13.257-6.75c.039.413-.3.75-.715.75c-.414 0-.745-.337-.793-.749A6.5 6.5 0 1 0 11.496 16l.04.017q.3.123.616.217A2 2 0 0 1 16 17a2 2 0 0 1-3.833.802m-.986 1.272a9.5 9.5 0 0 1-4.53-3.054A3 3 0 0 0 4 19v.715C4 23.433 8.21 26 14 26s10-2.708 10-6.285V19a3 3 0 0 0-3-3h-3.645a3.5 3.5 0 0 1-6.174 3.074M19 10c0-1.512-.67-2.867-1.731-3.784a5 5 0 1 0-5.624 8.195A3.5 3.5 0 0 1 14 13.5a3.5 3.5 0 0 1 2.356.911A5 5 0 0 0 19 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonSupport28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m12.167 17.802l-.006-.014a8 8 0 0 1-.36-.094l-.009-.003A8 8 0 0 1 8.708 16a8 8 0 1 1 13.257-6.75c.039.413-.3.75-.715.75c-.414 0-.745-.337-.793-.749A6.5 6.5 0 1 0 11.496 16l.04.017q.3.123.616.217A2 2 0 0 1 16 17a2 2 0 0 1-3.833.802m-.986 1.272a9.5 9.5 0 0 1-4.53-3.054A3 3 0 0 0 4 19v.715C4 23.433 8.21 26 14 26s10-2.708 10-6.285V19a3 3 0 0 0-3-3h-3.645a3.5 3.5 0 0 1-6.174 3.074M19 10c0-1.512-.67-2.867-1.731-3.784a5 5 0 1 0-5.624 8.195A3.5 3.5 0 0 1 14 13.5a3.5 3.5 0 0 1 2.356.911A5 5 0 0 0 19 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m12.167 17.802l-.006-.014a8 8 0 0 1-.36-.094l-.009-.003A8 8 0 0 1 8.708 16a8 8 0 1 1 13.257-6.75c.039.413-.3.75-.715.75c-.414 0-.745-.337-.793-.749A6.5 6.5 0 1 0 11.496 16l.04.017q.3.123.616.217A2 2 0 0 1 16 17a2 2 0 0 1-3.833.802m-.986 1.272a9.5 9.5 0 0 1-4.53-3.054A3 3 0 0 0 4 19v.715C4 23.433 8.21 26 14 26s10-2.708 10-6.285V19a3 3 0 0 0-3-3h-3.645a3.5 3.5 0 0 1-6.174 3.074M19 10c0-1.512-.67-2.867-1.731-3.784a5 5 0 1 0-5.624 8.195A3.5 3.5 0 0 1 14 13.5a3.5 3.5 0 0 1 2.356.911A5 5 0 0 0 19 10"/></svg>
</template>

CSS

.icon-person-support-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.167%2017.802l-.006-.014a8%208%200%200%201-.36-.094l-.009-.003A8%208%200%200%201%208.708%2016a8%208%200%201%201%2013.257-6.75c.039.413-.3.75-.715.75c-.414%200-.745-.337-.793-.749A6.5%206.5%200%201%200%2011.496%2016l.04.017q.3.123.616.217A2%202%200%200%201%2016%2017a2%202%200%200%201-3.833.802m-.986%201.272a9.5%209.5%200%200%201-4.53-3.054A3%203%200%200%200%204%2019v.715C4%2023.433%208.21%2026%2014%2026s10-2.708%2010-6.285V19a3%203%200%200%200-3-3h-3.645a3.5%203.5%200%200%201-6.174%203.074M19%2010c0-1.512-.67-2.867-1.731-3.784a5%205%200%201%200-5.624%208.195A3.5%203.5%200%200%201%2014%2013.5a3.5%203.5%200%200%201%202.356.911A5%205%200%200%200%2019%2010%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.167%2017.802l-.006-.014a8%208%200%200%201-.36-.094l-.009-.003A8%208%200%200%201%208.708%2016a8%208%200%201%201%2013.257-6.75c.039.413-.3.75-.715.75c-.414%200-.745-.337-.793-.749A6.5%206.5%200%201%200%2011.496%2016l.04.017q.3.123.616.217A2%202%200%200%201%2016%2017a2%202%200%200%201-3.833.802m-.986%201.272a9.5%209.5%200%200%201-4.53-3.054A3%203%200%200%200%204%2019v.715C4%2023.433%208.21%2026%2014%2026s10-2.708%2010-6.285V19a3%203%200%200%200-3-3h-3.645a3.5%203.5%200%200%201-6.174%203.074M19%2010c0-1.512-.67-2.867-1.731-3.784a5%205%200%201%200-5.624%208.195A3.5%203.5%200%200%201%2014%2013.5a3.5%203.5%200%200%201%202.356.911A5%205%200%200%200%2019%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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