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

Name
microphone-chat-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M21.751 12.75a.75.75 0 0 1 .75.75a6 6 0 0 1-5.25 5.951v1.799a.75.75 0 0 1-1.5 0v-1.799a6 6 0 0 1-5.25-5.951a.75.75 0 0 1 1.5 0a4.5 4.5 0 0 0 9 0a.75.75 0 0 1 .75-.75M10.001 2c2.096 0 4.004.808 5.43 2.128a4.5 4.5 0 0 0-3.43 4.372v3.42a1.75 1.75 0 0 0-2.5 1.58c0 1.68.593 3.22 1.578 4.426a7.96 7.96 0 0 1-4.528-.712l-2.997.75a1.25 1.25 0 0 1-1.516-1.515l.75-2.998A8 8 0 0 1 2 10c0-4.418 3.583-8 8-8m6.5 3A3.5 3.5 0 0 1 20 8.5v5a3.5 3.5 0 0 1-7 0v-5A3.5 3.5 0 0 1 16.5 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicrophoneChat24Filled(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="M21.751 12.75a.75.75 0 0 1 .75.75a6 6 0 0 1-5.25 5.951v1.799a.75.75 0 0 1-1.5 0v-1.799a6 6 0 0 1-5.25-5.951a.75.75 0 0 1 1.5 0a4.5 4.5 0 0 0 9 0a.75.75 0 0 1 .75-.75M10.001 2c2.096 0 4.004.808 5.43 2.128a4.5 4.5 0 0 0-3.43 4.372v3.42a1.75 1.75 0 0 0-2.5 1.58c0 1.68.593 3.22 1.578 4.426a7.96 7.96 0 0 1-4.528-.712l-2.997.75a1.25 1.25 0 0 1-1.516-1.515l.75-2.998A8 8 0 0 1 2 10c0-4.418 3.583-8 8-8m6.5 3A3.5 3.5 0 0 1 20 8.5v5a3.5 3.5 0 0 1-7 0v-5A3.5 3.5 0 0 1 16.5 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="M21.751 12.75a.75.75 0 0 1 .75.75a6 6 0 0 1-5.25 5.951v1.799a.75.75 0 0 1-1.5 0v-1.799a6 6 0 0 1-5.25-5.951a.75.75 0 0 1 1.5 0a4.5 4.5 0 0 0 9 0a.75.75 0 0 1 .75-.75M10.001 2c2.096 0 4.004.808 5.43 2.128a4.5 4.5 0 0 0-3.43 4.372v3.42a1.75 1.75 0 0 0-2.5 1.58c0 1.68.593 3.22 1.578 4.426a7.96 7.96 0 0 1-4.528-.712l-2.997.75a1.25 1.25 0 0 1-1.516-1.515l.75-2.998A8 8 0 0 1 2 10c0-4.418 3.583-8 8-8m6.5 3A3.5 3.5 0 0 1 20 8.5v5a3.5 3.5 0 0 1-7 0v-5A3.5 3.5 0 0 1 16.5 5"/></svg>
</template>

CSS

.icon-microphone-chat-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%22M21.751%2012.75a.75.75%200%200%201%20.75.75a6%206%200%200%201-5.25%205.951v1.799a.75.75%200%200%201-1.5%200v-1.799a6%206%200%200%201-5.25-5.951a.75.75%200%200%201%201.5%200a4.5%204.5%200%200%200%209%200a.75.75%200%200%201%20.75-.75M10.001%202c2.096%200%204.004.808%205.43%202.128a4.5%204.5%200%200%200-3.43%204.372v3.42a1.75%201.75%200%200%200-2.5%201.58c0%201.68.593%203.22%201.578%204.426a7.96%207.96%200%200%201-4.528-.712l-2.997.75a1.25%201.25%200%200%201-1.516-1.515l.75-2.998A8%208%200%200%201%202%2010c0-4.418%203.583-8%208-8m6.5%203A3.5%203.5%200%200%201%2020%208.5v5a3.5%203.5%200%200%201-7%200v-5A3.5%203.5%200%200%201%2016.5%205%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%22M21.751%2012.75a.75.75%200%200%201%20.75.75a6%206%200%200%201-5.25%205.951v1.799a.75.75%200%200%201-1.5%200v-1.799a6%206%200%200%201-5.25-5.951a.75.75%200%200%201%201.5%200a4.5%204.5%200%200%200%209%200a.75.75%200%200%201%20.75-.75M10.001%202c2.096%200%204.004.808%205.43%202.128a4.5%204.5%200%200%200-3.43%204.372v3.42a1.75%201.75%200%200%200-2.5%201.58c0%201.68.593%203.22%201.578%204.426a7.96%207.96%200%200%201-4.528-.712l-2.997.75a1.25%201.25%200%200%201-1.516-1.515l.75-2.998A8%208%200%200%201%202%2010c0-4.418%203.583-8%208-8m6.5%203A3.5%203.5%200%200%201%2020%208.5v5a3.5%203.5%200%200%201-7%200v-5A3.5%203.5%200%200%201%2016.5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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