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

Name
microphone-chat-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M43.75 25.75c.69 0 1.25.56 1.25 1.25c0 6.205-4.71 11.31-10.75 11.935v3.815a1.25 1.25 0 1 1-2.5 0v-3.815C25.71 38.31 21 33.206 21 27a1.25 1.25 0 1 1 2.5 0a9.5 9.5 0 0 0 19 0c0-.69.56-1.25 1.25-1.25M20 4c4.195 0 8.012 1.615 10.865 4.256C26.925 9.214 24 12.766 24 17v7.262A3.25 3.25 0 0 0 19 27c0 3.36 1.186 6.441 3.158 8.853A16 16 0 0 1 20 36c-2.476 0-4.822-.564-6.917-1.57L7.11 35.925c-1.83.457-3.49-1.202-3.033-3.032L5.57 26.92A15.94 15.94 0 0 1 4 20c0-8.837 7.163-16 16-16m13 6a7 7 0 0 1 7 7v10a7 7 0 1 1-14 0V17a7 7 0 0 1 7-7"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicrophoneChat48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M43.75 25.75c.69 0 1.25.56 1.25 1.25c0 6.205-4.71 11.31-10.75 11.935v3.815a1.25 1.25 0 1 1-2.5 0v-3.815C25.71 38.31 21 33.206 21 27a1.25 1.25 0 1 1 2.5 0a9.5 9.5 0 0 0 19 0c0-.69.56-1.25 1.25-1.25M20 4c4.195 0 8.012 1.615 10.865 4.256C26.925 9.214 24 12.766 24 17v7.262A3.25 3.25 0 0 0 19 27c0 3.36 1.186 6.441 3.158 8.853A16 16 0 0 1 20 36c-2.476 0-4.822-.564-6.917-1.57L7.11 35.925c-1.83.457-3.49-1.202-3.033-3.032L5.57 26.92A15.94 15.94 0 0 1 4 20c0-8.837 7.163-16 16-16m13 6a7 7 0 0 1 7 7v10a7 7 0 1 1-14 0V17a7 7 0 0 1 7-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M43.75 25.75c.69 0 1.25.56 1.25 1.25c0 6.205-4.71 11.31-10.75 11.935v3.815a1.25 1.25 0 1 1-2.5 0v-3.815C25.71 38.31 21 33.206 21 27a1.25 1.25 0 1 1 2.5 0a9.5 9.5 0 0 0 19 0c0-.69.56-1.25 1.25-1.25M20 4c4.195 0 8.012 1.615 10.865 4.256C26.925 9.214 24 12.766 24 17v7.262A3.25 3.25 0 0 0 19 27c0 3.36 1.186 6.441 3.158 8.853A16 16 0 0 1 20 36c-2.476 0-4.822-.564-6.917-1.57L7.11 35.925c-1.83.457-3.49-1.202-3.033-3.032L5.57 26.92A15.94 15.94 0 0 1 4 20c0-8.837 7.163-16 16-16m13 6a7 7 0 0 1 7 7v10a7 7 0 1 1-14 0V17a7 7 0 0 1 7-7"/></svg>
</template>

CSS

.icon-microphone-chat-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M43.75%2025.75c.69%200%201.25.56%201.25%201.25c0%206.205-4.71%2011.31-10.75%2011.935v3.815a1.25%201.25%200%201%201-2.5%200v-3.815C25.71%2038.31%2021%2033.206%2021%2027a1.25%201.25%200%201%201%202.5%200a9.5%209.5%200%200%200%2019%200c0-.69.56-1.25%201.25-1.25M20%204c4.195%200%208.012%201.615%2010.865%204.256C26.925%209.214%2024%2012.766%2024%2017v7.262A3.25%203.25%200%200%200%2019%2027c0%203.36%201.186%206.441%203.158%208.853A16%2016%200%200%201%2020%2036c-2.476%200-4.822-.564-6.917-1.57L7.11%2035.925c-1.83.457-3.49-1.202-3.033-3.032L5.57%2026.92A15.94%2015.94%200%200%201%204%2020c0-8.837%207.163-16%2016-16m13%206a7%207%200%200%201%207%207v10a7%207%200%201%201-14%200V17a7%207%200%200%201%207-7%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M43.75%2025.75c.69%200%201.25.56%201.25%201.25c0%206.205-4.71%2011.31-10.75%2011.935v3.815a1.25%201.25%200%201%201-2.5%200v-3.815C25.71%2038.31%2021%2033.206%2021%2027a1.25%201.25%200%201%201%202.5%200a9.5%209.5%200%200%200%2019%200c0-.69.56-1.25%201.25-1.25M20%204c4.195%200%208.012%201.615%2010.865%204.256C26.925%209.214%2024%2012.766%2024%2017v7.262A3.25%203.25%200%200%200%2019%2027c0%203.36%201.186%206.441%203.158%208.853A16%2016%200%200%201%2020%2036c-2.476%200-4.822-.564-6.917-1.57L7.11%2035.925c-1.83.457-3.49-1.202-3.033-3.032L5.57%2026.92A15.94%2015.94%200%200%201%204%2020c0-8.837%207.163-16%2016-16m13%206a7%207%200%200%201%207%207v10a7%207%200%201%201-14%200V17a7%207%200%200%201%207-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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