microphone chat icon
microphone-chat-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- microphone-chat-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.75 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 10.5 13.5a.75.75 0 0 1 1.5 0a4.5 4.5 0 0 0 9 0a.75.75 0 0 1 .75-.75M10 2a7.97 7.97 0 0 1 5.432 2.128a4.5 4.5 0 0 0-1.513.686a6.5 6.5 0 0 0-9.673 8.205a.75.75 0 0 1 .063.53l-.715 2.86l2.86-.716l.135-.021a.75.75 0 0 1 .395.085a6.5 6.5 0 0 0 3.017.743q.086-.001.172-.005c.244.515.55.994.906 1.43a7.96 7.96 0 0 1-4.527-.712l-2.998.752a1.25 1.25 0 0 1-1.515-1.516l.749-2.998A7.96 7.96 0 0 1 2 10a8 8 0 0 1 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 5m0 1.5a2 2 0 0 0-2 2v5a2 2 0 0 0 4 0v-5a2 2 0 0 0-2-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicrophoneChat24Regular(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.75 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 10.5 13.5a.75.75 0 0 1 1.5 0a4.5 4.5 0 0 0 9 0a.75.75 0 0 1 .75-.75M10 2a7.97 7.97 0 0 1 5.432 2.128a4.5 4.5 0 0 0-1.513.686a6.5 6.5 0 0 0-9.673 8.205a.75.75 0 0 1 .063.53l-.715 2.86l2.86-.716l.135-.021a.75.75 0 0 1 .395.085a6.5 6.5 0 0 0 3.017.743q.086-.001.172-.005c.244.515.55.994.906 1.43a7.96 7.96 0 0 1-4.527-.712l-2.998.752a1.25 1.25 0 0 1-1.515-1.516l.749-2.998A7.96 7.96 0 0 1 2 10a8 8 0 0 1 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 5m0 1.5a2 2 0 0 0-2 2v5a2 2 0 0 0 4 0v-5a2 2 0 0 0-2-2"/></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.75 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 10.5 13.5a.75.75 0 0 1 1.5 0a4.5 4.5 0 0 0 9 0a.75.75 0 0 1 .75-.75M10 2a7.97 7.97 0 0 1 5.432 2.128a4.5 4.5 0 0 0-1.513.686a6.5 6.5 0 0 0-9.673 8.205a.75.75 0 0 1 .063.53l-.715 2.86l2.86-.716l.135-.021a.75.75 0 0 1 .395.085a6.5 6.5 0 0 0 3.017.743q.086-.001.172-.005c.244.515.55.994.906 1.43a7.96 7.96 0 0 1-4.527-.712l-2.998.752a1.25 1.25 0 0 1-1.515-1.516l.749-2.998A7.96 7.96 0 0 1 2 10a8 8 0 0 1 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 5m0 1.5a2 2 0 0 0-2 2v5a2 2 0 0 0 4 0v-5a2 2 0 0 0-2-2"/></svg> </template>
CSS
.icon-microphone-chat-24-regular {
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.75%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%2010.5%2013.5a.75.75%200%200%201%201.5%200a4.5%204.5%200%200%200%209%200a.75.75%200%200%201%20.75-.75M10%202a7.97%207.97%200%200%201%205.432%202.128a4.5%204.5%200%200%200-1.513.686a6.5%206.5%200%200%200-9.673%208.205a.75.75%200%200%201%20.063.53l-.715%202.86l2.86-.716l.135-.021a.75.75%200%200%201%20.395.085a6.5%206.5%200%200%200%203.017.743q.086-.001.172-.005c.244.515.55.994.906%201.43a7.96%207.96%200%200%201-4.527-.712l-2.998.752a1.25%201.25%200%200%201-1.515-1.516l.749-2.998A7.96%207.96%200%200%201%202%2010a8%208%200%200%201%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%205m0%201.5a2%202%200%200%200-2%202v5a2%202%200%200%200%204%200v-5a2%202%200%200%200-2-2%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.75%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%2010.5%2013.5a.75.75%200%200%201%201.5%200a4.5%204.5%200%200%200%209%200a.75.75%200%200%201%20.75-.75M10%202a7.97%207.97%200%200%201%205.432%202.128a4.5%204.5%200%200%200-1.513.686a6.5%206.5%200%200%200-9.673%208.205a.75.75%200%200%201%20.063.53l-.715%202.86l2.86-.716l.135-.021a.75.75%200%200%201%20.395.085a6.5%206.5%200%200%200%203.017.743q.086-.001.172-.005c.244.515.55.994.906%201.43a7.96%207.96%200%200%201-4.527-.712l-2.998.752a1.25%201.25%200%200%201-1.515-1.516l.749-2.998A7.96%207.96%200%200%201%202%2010a8%208%200%200%201%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%205m0%201.5a2%202%200%200%200-2%202v5a2%202%200%200%200%204%200v-5a2%202%200%200%200-2-2%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-regular.svg?color=%231a73e8&size=48