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

Name
agents-person-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M14.5 11a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S9 13.75 9 12.5a1.5 1.5 0 0 1 1.5-1.5zM8.44 2a2.5 2.5 0 0 0-.383.747L5.023 12.35a.5.5 0 1 0 .954.3L9.01 3.048A1.5 1.5 0 0 1 10.388 2a2.5 2.5 0 0 1 2.097 1.249l1.136 1.968a2.99 2.99 0 0 0-3.408.842l.762-2.41a.5.5 0 0 0-.953-.3l-3.034 9.602A1.5 1.5 0 0 1 5.61 14a2.5 2.5 0 0 1-2.096-1.249l-2.309-4a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm4.06 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentAgentsPerson16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 11a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S9 13.75 9 12.5a1.5 1.5 0 0 1 1.5-1.5zM8.44 2a2.5 2.5 0 0 0-.383.747L5.023 12.35a.5.5 0 1 0 .954.3L9.01 3.048A1.5 1.5 0 0 1 10.388 2a2.5 2.5 0 0 1 2.097 1.249l1.136 1.968a2.99 2.99 0 0 0-3.408.842l.762-2.41a.5.5 0 0 0-.953-.3l-3.034 9.602A1.5 1.5 0 0 1 5.61 14a2.5 2.5 0 0 1-2.096-1.249l-2.309-4a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm4.06 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 11a1.5 1.5 0 0 1 1.5 1.5c0 1.245-1 2.5-3.5 2.5S9 13.75 9 12.5a1.5 1.5 0 0 1 1.5-1.5zM8.44 2a2.5 2.5 0 0 0-.383.747L5.023 12.35a.5.5 0 1 0 .954.3L9.01 3.048A1.5 1.5 0 0 1 10.388 2a2.5 2.5 0 0 1 2.097 1.249l1.136 1.968a2.99 2.99 0 0 0-3.408.842l.762-2.41a.5.5 0 0 0-.953-.3l-3.034 9.602A1.5 1.5 0 0 1 5.61 14a2.5 2.5 0 0 1-2.096-1.249l-2.309-4a1.5 1.5 0 0 1 0-1.5l2.598-4.5A1.5 1.5 0 0 1 5.102 2zm4.06 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
</template>

CSS

.icon-agents-person-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2011a1.5%201.5%200%200%201%201.5%201.5c0%201.245-1%202.5-3.5%202.5S9%2013.75%209%2012.5a1.5%201.5%200%200%201%201.5-1.5zM8.44%202a2.5%202.5%200%200%200-.383.747L5.023%2012.35a.5.5%200%201%200%20.954.3L9.01%203.048A1.5%201.5%200%200%201%2010.388%202a2.5%202.5%200%200%201%202.097%201.249l1.136%201.968a2.99%202.99%200%200%200-3.408.842l.762-2.41a.5.5%200%200%200-.953-.3l-3.034%209.602A1.5%201.5%200%200%201%205.61%2014a2.5%202.5%200%200%201-2.096-1.249l-2.309-4a1.5%201.5%200%200%201%200-1.5l2.598-4.5A1.5%201.5%200%200%201%205.102%202zm4.06%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2011a1.5%201.5%200%200%201%201.5%201.5c0%201.245-1%202.5-3.5%202.5S9%2013.75%209%2012.5a1.5%201.5%200%200%201%201.5-1.5zM8.44%202a2.5%202.5%200%200%200-.383.747L5.023%2012.35a.5.5%200%201%200%20.954.3L9.01%203.048A1.5%201.5%200%200%201%2010.388%202a2.5%202.5%200%200%201%202.097%201.249l1.136%201.968a2.99%202.99%200%200%200-3.408.842l.762-2.41a.5.5%200%200%200-.953-.3l-3.034%209.602A1.5%201.5%200%200%201%205.61%2014a2.5%202.5%200%200%201-2.096-1.249l-2.309-4a1.5%201.5%200%200%201%200-1.5l2.598-4.5A1.5%201.5%200%200%201%205.102%202zm4.06%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Agents Person 16 filled icon — Fluent UI System Icons · IconsDB