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

Name
people-call-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 people call icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.867 7.831c.258-.68 1.063-1.016 1.74-.727l.388.166c.473.201.865.568.947 1.061c.457 2.725-1.909 6.6-4.63 7.589c-.492.178-1.024.04-1.445-.246l-.346-.236a1.184 1.184 0 0 1-.204-1.789l.544-.607a1.07 1.07 0 0 1 1.034-.322l1.225.29q1.458-.911 1.563-2.56l-.878-.86a.94.94 0 0 1-.222-1.009zM7.5 8a2 2 0 0 1 2 2c0 .965-.592 1.73-1.411 2.23C7.27 12.728 6.175 13 5 13s-2.27-.272-3.089-.77C1.091 11.73.5 10.965.5 10a2 2 0 0 1 2-2zM5 1.5A2.75 2.75 0 1 1 5 7a2.75 2.75 0 0 1 0-5.5m6.502.997a2.252 2.252 0 1 1 0 4.503a2.252 2.252 0 0 1 0-4.503"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCall16Filled(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="M12.867 7.831c.258-.68 1.063-1.016 1.74-.727l.388.166c.473.201.865.568.947 1.061c.457 2.725-1.909 6.6-4.63 7.589c-.492.178-1.024.04-1.445-.246l-.346-.236a1.184 1.184 0 0 1-.204-1.789l.544-.607a1.07 1.07 0 0 1 1.034-.322l1.225.29q1.458-.911 1.563-2.56l-.878-.86a.94.94 0 0 1-.222-1.009zM7.5 8a2 2 0 0 1 2 2c0 .965-.592 1.73-1.411 2.23C7.27 12.728 6.175 13 5 13s-2.27-.272-3.089-.77C1.091 11.73.5 10.965.5 10a2 2 0 0 1 2-2zM5 1.5A2.75 2.75 0 1 1 5 7a2.75 2.75 0 0 1 0-5.5m6.502.997a2.252 2.252 0 1 1 0 4.503a2.252 2.252 0 0 1 0-4.503"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.867 7.831c.258-.68 1.063-1.016 1.74-.727l.388.166c.473.201.865.568.947 1.061c.457 2.725-1.909 6.6-4.63 7.589c-.492.178-1.024.04-1.445-.246l-.346-.236a1.184 1.184 0 0 1-.204-1.789l.544-.607a1.07 1.07 0 0 1 1.034-.322l1.225.29q1.458-.911 1.563-2.56l-.878-.86a.94.94 0 0 1-.222-1.009zM7.5 8a2 2 0 0 1 2 2c0 .965-.592 1.73-1.411 2.23C7.27 12.728 6.175 13 5 13s-2.27-.272-3.089-.77C1.091 11.73.5 10.965.5 10a2 2 0 0 1 2-2zM5 1.5A2.75 2.75 0 1 1 5 7a2.75 2.75 0 0 1 0-5.5m6.502.997a2.252 2.252 0 1 1 0 4.503a2.252 2.252 0 0 1 0-4.503"/></svg>
</template>

CSS

.icon-people-call-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%22M12.867%207.831c.258-.68%201.063-1.016%201.74-.727l.388.166c.473.201.865.568.947%201.061c.457%202.725-1.909%206.6-4.63%207.589c-.492.178-1.024.04-1.445-.246l-.346-.236a1.184%201.184%200%200%201-.204-1.789l.544-.607a1.07%201.07%200%200%201%201.034-.322l1.225.29q1.458-.911%201.563-2.56l-.878-.86a.94.94%200%200%201-.222-1.009zM7.5%208a2%202%200%200%201%202%202c0%20.965-.592%201.73-1.411%202.23C7.27%2012.728%206.175%2013%205%2013s-2.27-.272-3.089-.77C1.091%2011.73.5%2010.965.5%2010a2%202%200%200%201%202-2zM5%201.5A2.75%202.75%200%201%201%205%207a2.75%202.75%200%200%201%200-5.5m6.502.997a2.252%202.252%200%201%201%200%204.503a2.252%202.252%200%200%201%200-4.503%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%22M12.867%207.831c.258-.68%201.063-1.016%201.74-.727l.388.166c.473.201.865.568.947%201.061c.457%202.725-1.909%206.6-4.63%207.589c-.492.178-1.024.04-1.445-.246l-.346-.236a1.184%201.184%200%200%201-.204-1.789l.544-.607a1.07%201.07%200%200%201%201.034-.322l1.225.29q1.458-.911%201.563-2.56l-.878-.86a.94.94%200%200%201-.222-1.009zM7.5%208a2%202%200%200%201%202%202c0%20.965-.592%201.73-1.411%202.23C7.27%2012.728%206.175%2013%205%2013s-2.27-.272-3.089-.77C1.091%2011.73.5%2010.965.5%2010a2%202%200%200%201%202-2zM5%201.5A2.75%202.75%200%201%201%205%207a2.75%202.75%200%200%201%200-5.5m6.502.997a2.252%202.252%200%201%201%200%204.503a2.252%202.252%200%200%201%200-4.503%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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