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

Name
microphone-chat-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Use the microphone chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.75 15.25a.75.75 0 0 1 .75.75a7 7 0 0 1-6.25 6.959v2.291a.75.75 0 0 1-1.5 0v-2.291A7 7 0 0 1 12.5 16a.75.75 0 0 1 1.5 0a5.5 5.5 0 0 0 11 0a.75.75 0 0 1 .75-.75M11.501 2a9.48 9.48 0 0 1 7.017 3.097A5 5 0 0 0 14.499 10v4.776a1.75 1.75 0 0 0-3 1.224a7.96 7.96 0 0 0 1.644 4.855a9.46 9.46 0 0 1-5.834-.831l-3.755.94a1.25 1.25 0 0 1-1.516-1.515l.939-3.755A9.46 9.46 0 0 1 2 11.5C2 6.254 6.254 2 11.5 2m8 4a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicrophoneChat28Filled(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="M25.75 15.25a.75.75 0 0 1 .75.75a7 7 0 0 1-6.25 6.959v2.291a.75.75 0 0 1-1.5 0v-2.291A7 7 0 0 1 12.5 16a.75.75 0 0 1 1.5 0a5.5 5.5 0 0 0 11 0a.75.75 0 0 1 .75-.75M11.501 2a9.48 9.48 0 0 1 7.017 3.097A5 5 0 0 0 14.499 10v4.776a1.75 1.75 0 0 0-3 1.224a7.96 7.96 0 0 0 1.644 4.855a9.46 9.46 0 0 1-5.834-.831l-3.755.94a1.25 1.25 0 0 1-1.516-1.515l.939-3.755A9.46 9.46 0 0 1 2 11.5C2 6.254 6.254 2 11.5 2m8 4a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.75 15.25a.75.75 0 0 1 .75.75a7 7 0 0 1-6.25 6.959v2.291a.75.75 0 0 1-1.5 0v-2.291A7 7 0 0 1 12.5 16a.75.75 0 0 1 1.5 0a5.5 5.5 0 0 0 11 0a.75.75 0 0 1 .75-.75M11.501 2a9.48 9.48 0 0 1 7.017 3.097A5 5 0 0 0 14.499 10v4.776a1.75 1.75 0 0 0-3 1.224a7.96 7.96 0 0 0 1.644 4.855a9.46 9.46 0 0 1-5.834-.831l-3.755.94a1.25 1.25 0 0 1-1.516-1.515l.939-3.755A9.46 9.46 0 0 1 2 11.5C2 6.254 6.254 2 11.5 2m8 4a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4"/></svg>
</template>

CSS

.icon-microphone-chat-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%22M25.75%2015.25a.75.75%200%200%201%20.75.75a7%207%200%200%201-6.25%206.959v2.291a.75.75%200%200%201-1.5%200v-2.291A7%207%200%200%201%2012.5%2016a.75.75%200%200%201%201.5%200a5.5%205.5%200%200%200%2011%200a.75.75%200%200%201%20.75-.75M11.501%202a9.48%209.48%200%200%201%207.017%203.097A5%205%200%200%200%2014.499%2010v4.776a1.75%201.75%200%200%200-3%201.224a7.96%207.96%200%200%200%201.644%204.855a9.46%209.46%200%200%201-5.834-.831l-3.755.94a1.25%201.25%200%200%201-1.516-1.515l.939-3.755A9.46%209.46%200%200%201%202%2011.5C2%206.254%206.254%202%2011.5%202m8%204a4%204%200%200%201%204%204v6a4%204%200%200%201-8%200v-6a4%204%200%200%201%204-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.75%2015.25a.75.75%200%200%201%20.75.75a7%207%200%200%201-6.25%206.959v2.291a.75.75%200%200%201-1.5%200v-2.291A7%207%200%200%201%2012.5%2016a.75.75%200%200%201%201.5%200a5.5%205.5%200%200%200%2011%200a.75.75%200%200%201%20.75-.75M11.501%202a9.48%209.48%200%200%201%207.017%203.097A5%205%200%200%200%2014.499%2010v4.776a1.75%201.75%200%200%200-3%201.224a7.96%207.96%200%200%200%201.644%204.855a9.46%209.46%200%200%201-5.834-.831l-3.755.94a1.25%201.25%200%200%201-1.516-1.515l.939-3.755A9.46%209.46%200%200%201%202%2011.5C2%206.254%206.254%202%2011.5%202m8%204a4%204%200%200%201%204%204v6a4%204%200%200%201-8%200v-6a4%204%200%200%201%204-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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