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

Name
agents-person-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the agents person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.228 17c.978 0 1.772.793 1.772 1.773v.102C22 20.431 20.714 22 17.5 22S13 20.437 13 18.875v-.102c0-.98.794-1.773 1.772-1.773zm-7.58-14c-.293.37-.525.796-.674 1.265l-.356 1.12h.017L7.508 18.384c-.15.475-.017.965.468 1.08a.67.67 0 0 0 .5-.088a.95.95 0 0 0 .435-.537l4.492-14.12a2.47 2.47 0 0 1 3.563-1.402l.025.014c.37.213.683.523.904.905l3.823 6.641c.4.695.4 1.551 0 2.246l-.976 1.693A3.5 3.5 0 0 0 17.5 10h-.002c-1.507 0-2.853.954-3.372 2.29l2.108-6.67c.155-.491.02-.997-.478-1.12s-.795.273-.923.675L10.34 19.294a2.45 2.45 0 0 1-3.56 1.376l-.023-.014a2.45 2.45 0 0 1-.9-.933l-3.615-6.626a2.25 2.25 0 0 1 .026-2.2l3.897-6.771q.118-.205.272-.376h-.012A2.25 2.25 0 0 1 8.104 3zm4.852 8a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgentsPerson24Filled(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="M20.228 17c.978 0 1.772.793 1.772 1.773v.102C22 20.431 20.714 22 17.5 22S13 20.437 13 18.875v-.102c0-.98.794-1.773 1.772-1.773zm-7.58-14c-.293.37-.525.796-.674 1.265l-.356 1.12h.017L7.508 18.384c-.15.475-.017.965.468 1.08a.67.67 0 0 0 .5-.088a.95.95 0 0 0 .435-.537l4.492-14.12a2.47 2.47 0 0 1 3.563-1.402l.025.014c.37.213.683.523.904.905l3.823 6.641c.4.695.4 1.551 0 2.246l-.976 1.693A3.5 3.5 0 0 0 17.5 10h-.002c-1.507 0-2.853.954-3.372 2.29l2.108-6.67c.155-.491.02-.997-.478-1.12s-.795.273-.923.675L10.34 19.294a2.45 2.45 0 0 1-3.56 1.376l-.023-.014a2.45 2.45 0 0 1-.9-.933l-3.615-6.626a2.25 2.25 0 0 1 .026-2.2l3.897-6.771q.118-.205.272-.376h-.012A2.25 2.25 0 0 1 8.104 3zm4.852 8a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.228 17c.978 0 1.772.793 1.772 1.773v.102C22 20.431 20.714 22 17.5 22S13 20.437 13 18.875v-.102c0-.98.794-1.773 1.772-1.773zm-7.58-14c-.293.37-.525.796-.674 1.265l-.356 1.12h.017L7.508 18.384c-.15.475-.017.965.468 1.08a.67.67 0 0 0 .5-.088a.95.95 0 0 0 .435-.537l4.492-14.12a2.47 2.47 0 0 1 3.563-1.402l.025.014c.37.213.683.523.904.905l3.823 6.641c.4.695.4 1.551 0 2.246l-.976 1.693A3.5 3.5 0 0 0 17.5 10h-.002c-1.507 0-2.853.954-3.372 2.29l2.108-6.67c.155-.491.02-.997-.478-1.12s-.795.273-.923.675L10.34 19.294a2.45 2.45 0 0 1-3.56 1.376l-.023-.014a2.45 2.45 0 0 1-.9-.933l-3.615-6.626a2.25 2.25 0 0 1 .026-2.2l3.897-6.771q.118-.205.272-.376h-.012A2.25 2.25 0 0 1 8.104 3zm4.852 8a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5"/></svg>
</template>

CSS

.icon-agents-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.228%2017c.978%200%201.772.793%201.772%201.773v.102C22%2020.431%2020.714%2022%2017.5%2022S13%2020.437%2013%2018.875v-.102c0-.98.794-1.773%201.772-1.773zm-7.58-14c-.293.37-.525.796-.674%201.265l-.356%201.12h.017L7.508%2018.384c-.15.475-.017.965.468%201.08a.67.67%200%200%200%20.5-.088a.95.95%200%200%200%20.435-.537l4.492-14.12a2.47%202.47%200%200%201%203.563-1.402l.025.014c.37.213.683.523.904.905l3.823%206.641c.4.695.4%201.551%200%202.246l-.976%201.693A3.5%203.5%200%200%200%2017.5%2010h-.002c-1.507%200-2.853.954-3.372%202.29l2.108-6.67c.155-.491.02-.997-.478-1.12s-.795.273-.923.675L10.34%2019.294a2.45%202.45%200%200%201-3.56%201.376l-.023-.014a2.45%202.45%200%200%201-.9-.933l-3.615-6.626a2.25%202.25%200%200%201%20.026-2.2l3.897-6.771q.118-.205.272-.376h-.012A2.25%202.25%200%200%201%208.104%203zm4.852%208a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%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%22M20.228%2017c.978%200%201.772.793%201.772%201.773v.102C22%2020.431%2020.714%2022%2017.5%2022S13%2020.437%2013%2018.875v-.102c0-.98.794-1.773%201.772-1.773zm-7.58-14c-.293.37-.525.796-.674%201.265l-.356%201.12h.017L7.508%2018.384c-.15.475-.017.965.468%201.08a.67.67%200%200%200%20.5-.088a.95.95%200%200%200%20.435-.537l4.492-14.12a2.47%202.47%200%200%201%203.563-1.402l.025.014c.37.213.683.523.904.905l3.823%206.641c.4.695.4%201.551%200%202.246l-.976%201.693A3.5%203.5%200%200%200%2017.5%2010h-.002c-1.507%200-2.853.954-3.372%202.29l2.108-6.67c.155-.491.02-.997-.478-1.12s-.795.273-.923.675L10.34%2019.294a2.45%202.45%200%200%201-3.56%201.376l-.023-.014a2.45%202.45%200%200%201-.9-.933l-3.615-6.626a2.25%202.25%200%200%201%20.026-2.2l3.897-6.771q.118-.205.272-.376h-.012A2.25%202.25%200%200%201%208.104%203zm4.852%208a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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