microphone chat icon
microphone-chat-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- microphone-chat-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M18.5 10.5a.5.5 0 0 1 .5.5a5 5 0 0 1-4.5 4.975V17.5a.5.5 0 0 1-1 0v-1.525A5 5 0 0 1 9 11a.5.5 0 0 1 1 0a4 4 0 0 0 8 0a.5.5 0 0 1 .5-.5M8.5 2c1.476 0 2.836.492 3.927 1.32A4 4 0 0 0 10 7v2.587A1.498 1.498 0 0 0 8 11a5.98 5.98 0 0 0 1.465 3.928a6.47 6.47 0 0 1-3.78-.574l-2.441.612a1 1 0 0 1-1.213-1.213l.61-2.447a6.5 6.5 0 0 1-.64-2.806a6.5 6.5 0 0 1 6.5-6.5M14 4a3 3 0 0 1 3 3v4a3 3 0 0 1-6 0V7a3 3 0 0 1 3-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicrophoneChat20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M18.5 10.5a.5.5 0 0 1 .5.5a5 5 0 0 1-4.5 4.975V17.5a.5.5 0 0 1-1 0v-1.525A5 5 0 0 1 9 11a.5.5 0 0 1 1 0a4 4 0 0 0 8 0a.5.5 0 0 1 .5-.5M8.5 2c1.476 0 2.836.492 3.927 1.32A4 4 0 0 0 10 7v2.587A1.498 1.498 0 0 0 8 11a5.98 5.98 0 0 0 1.465 3.928a6.47 6.47 0 0 1-3.78-.574l-2.441.612a1 1 0 0 1-1.213-1.213l.61-2.447a6.5 6.5 0 0 1-.64-2.806a6.5 6.5 0 0 1 6.5-6.5M14 4a3 3 0 0 1 3 3v4a3 3 0 0 1-6 0V7a3 3 0 0 1 3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M18.5 10.5a.5.5 0 0 1 .5.5a5 5 0 0 1-4.5 4.975V17.5a.5.5 0 0 1-1 0v-1.525A5 5 0 0 1 9 11a.5.5 0 0 1 1 0a4 4 0 0 0 8 0a.5.5 0 0 1 .5-.5M8.5 2c1.476 0 2.836.492 3.927 1.32A4 4 0 0 0 10 7v2.587A1.498 1.498 0 0 0 8 11a5.98 5.98 0 0 0 1.465 3.928a6.47 6.47 0 0 1-3.78-.574l-2.441.612a1 1 0 0 1-1.213-1.213l.61-2.447a6.5 6.5 0 0 1-.64-2.806a6.5 6.5 0 0 1 6.5-6.5M14 4a3 3 0 0 1 3 3v4a3 3 0 0 1-6 0V7a3 3 0 0 1 3-3"/></svg> </template>
CSS
.icon-microphone-chat-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%2010.5a.5.5%200%200%201%20.5.5a5%205%200%200%201-4.5%204.975V17.5a.5.5%200%200%201-1%200v-1.525A5%205%200%200%201%209%2011a.5.5%200%200%201%201%200a4%204%200%200%200%208%200a.5.5%200%200%201%20.5-.5M8.5%202c1.476%200%202.836.492%203.927%201.32A4%204%200%200%200%2010%207v2.587A1.498%201.498%200%200%200%208%2011a5.98%205.98%200%200%200%201.465%203.928a6.47%206.47%200%200%201-3.78-.574l-2.441.612a1%201%200%200%201-1.213-1.213l.61-2.447a6.5%206.5%200%200%201-.64-2.806a6.5%206.5%200%200%201%206.5-6.5M14%204a3%203%200%200%201%203%203v4a3%203%200%200%201-6%200V7a3%203%200%200%201%203-3%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%2010.5a.5.5%200%200%201%20.5.5a5%205%200%200%201-4.5%204.975V17.5a.5.5%200%200%201-1%200v-1.525A5%205%200%200%201%209%2011a.5.5%200%200%201%201%200a4%204%200%200%200%208%200a.5.5%200%200%201%20.5-.5M8.5%202c1.476%200%202.836.492%203.927%201.32A4%204%200%200%200%2010%207v2.587A1.498%201.498%200%200%200%208%2011a5.98%205.98%200%200%200%201.465%203.928a6.47%206.47%200%200%201-3.78-.574l-2.441.612a1%201%200%200%201-1.213-1.213l.61-2.447a6.5%206.5%200%200%201-.64-2.806a6.5%206.5%200%200%201%206.5-6.5M14%204a3%203%200%200%201%203%203v4a3%203%200%200%201-6%200V7a3%203%200%200%201%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/microphone-chat-20-filled.svg?color=%231a73e8&size=48