face-agent from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
face-agent
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
customer-service, emoji-agent, emoticon-agent, support

Related icons in Material Design Icons

Use the face agent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.72 14.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.2 9.2 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64c.57 1.09.83 1.63.81 1.63c-1.64.55-2.91.82-3.78.82c-2.42 0-4.73-.95-6.43-2.66a9 9 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6a9 9 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33c-.63 0-1.14-.5-1.14-1.13s.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14s-.5 1.13-1.13 1.13s-1.14-.5-1.14-1.13a1.14 1.14 0 0 1 1.14-1.14"/></svg>

React

import type { SVGProps } from "react";

export function MdiFaceAgent(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="M18.72 14.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.2 9.2 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64c.57 1.09.83 1.63.81 1.63c-1.64.55-2.91.82-3.78.82c-2.42 0-4.73-.95-6.43-2.66a9 9 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6a9 9 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33c-.63 0-1.14-.5-1.14-1.13s.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14s-.5 1.13-1.13 1.13s-1.14-.5-1.14-1.13a1.14 1.14 0 0 1 1.14-1.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.72 14.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.2 9.2 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64c.57 1.09.83 1.63.81 1.63c-1.64.55-2.91.82-3.78.82c-2.42 0-4.73-.95-6.43-2.66a9 9 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6a9 9 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33c-.63 0-1.14-.5-1.14-1.13s.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14s-.5 1.13-1.13 1.13s-1.14-.5-1.14-1.13a1.14 1.14 0 0 1 1.14-1.14"/></svg>
</template>

CSS

.icon-face-agent {
  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%22M18.72%2014.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07%209.07%200%200%201%209.5%206.34a9.2%209.2%200%200%201-4.73%204.88c-.04.25-.04.52-.04.78A7.27%207.27%200%200%200%2012%2019.27c1.05%200%202.06-.23%202.97-.64c.57%201.09.83%201.63.81%201.63c-1.64.55-2.91.82-3.78.82c-2.42%200-4.73-.95-6.43-2.66a9%209%200%200%201-2.24-3.69H2v-4.55h1.09a9.09%209.09%200%200%201%2015.33-4.6a9%209%200%200%201%202.47%204.6H22v4.55h-.06L18.38%2018l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3%200%20.59.12.8.34a1.136%201.136%200%200%201%200%201.6c-.21.21-.5.33-.8.33c-.63%200-1.14-.5-1.14-1.13s.51-1.14%201.14-1.14m5.45%200c.63%200%201.13.51%201.13%201.14s-.5%201.13-1.13%201.13s-1.14-.5-1.14-1.13a1.14%201.14%200%200%201%201.14-1.14%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%22M18.72%2014.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07%209.07%200%200%201%209.5%206.34a9.2%209.2%200%200%201-4.73%204.88c-.04.25-.04.52-.04.78A7.27%207.27%200%200%200%2012%2019.27c1.05%200%202.06-.23%202.97-.64c.57%201.09.83%201.63.81%201.63c-1.64.55-2.91.82-3.78.82c-2.42%200-4.73-.95-6.43-2.66a9%209%200%200%201-2.24-3.69H2v-4.55h1.09a9.09%209.09%200%200%201%2015.33-4.6a9%209%200%200%201%202.47%204.6H22v4.55h-.06L18.38%2018l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3%200%20.59.12.8.34a1.136%201.136%200%200%201%200%201.6c-.21.21-.5.33-.8.33c-.63%200-1.14-.5-1.14-1.13s.51-1.14%201.14-1.14m5.45%200c.63%200%201.13.51%201.13%201.14s-.5%201.13-1.13%201.13s-1.14-.5-1.14-1.13a1.14%201.14%200%200%201%201.14-1.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/face-agent.svg?color=%231a73e8&size=48