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

Name
microphone-chat-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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.256a9 9 0 0 0-2.586 1.08A13.44 13.44 0 0 0 20 6.5C12.544 6.5 6.5 12.544 6.5 20c0 2.238.544 4.345 1.505 6.2c.14.27.176.583.102.878l-1.604 6.42l6.42-1.605c.296-.074.61-.038.88.102a13.43 13.43 0 0 0 6.79 1.49a14 14 0 0 0 1.565 2.368A16 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-7m0 2.5a4.5 4.5 0 0 0-4.5 4.5v10a4.5 4.5 0 1 0 9 0V17a4.5 4.5 0 0 0-4.5-4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicrophoneChat48Regular(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.256a9 9 0 0 0-2.586 1.08A13.44 13.44 0 0 0 20 6.5C12.544 6.5 6.5 12.544 6.5 20c0 2.238.544 4.345 1.505 6.2c.14.27.176.583.102.878l-1.604 6.42l6.42-1.605c.296-.074.61-.038.88.102a13.43 13.43 0 0 0 6.79 1.49a14 14 0 0 0 1.565 2.368A16 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-7m0 2.5a4.5 4.5 0 0 0-4.5 4.5v10a4.5 4.5 0 1 0 9 0V17a4.5 4.5 0 0 0-4.5-4.5"/></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.256a9 9 0 0 0-2.586 1.08A13.44 13.44 0 0 0 20 6.5C12.544 6.5 6.5 12.544 6.5 20c0 2.238.544 4.345 1.505 6.2c.14.27.176.583.102.878l-1.604 6.42l6.42-1.605c.296-.074.61-.038.88.102a13.43 13.43 0 0 0 6.79 1.49a14 14 0 0 0 1.565 2.368A16 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-7m0 2.5a4.5 4.5 0 0 0-4.5 4.5v10a4.5 4.5 0 1 0 9 0V17a4.5 4.5 0 0 0-4.5-4.5"/></svg>
</template>

CSS

.icon-microphone-chat-48-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%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.256a9%209%200%200%200-2.586%201.08A13.44%2013.44%200%200%200%2020%206.5C12.544%206.5%206.5%2012.544%206.5%2020c0%202.238.544%204.345%201.505%206.2c.14.27.176.583.102.878l-1.604%206.42l6.42-1.605c.296-.074.61-.038.88.102a13.43%2013.43%200%200%200%206.79%201.49a14%2014%200%200%200%201.565%202.368A16%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-7m0%202.5a4.5%204.5%200%200%200-4.5%204.5v10a4.5%204.5%200%201%200%209%200V17a4.5%204.5%200%200%200-4.5-4.5%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.256a9%209%200%200%200-2.586%201.08A13.44%2013.44%200%200%200%2020%206.5C12.544%206.5%206.5%2012.544%206.5%2020c0%202.238.544%204.345%201.505%206.2c.14.27.176.583.102.878l-1.604%206.42l6.42-1.605c.296-.074.61-.038.88.102a13.43%2013.43%200%200%200%206.79%201.49a14%2014%200%200%200%201.565%202.368A16%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-7m0%202.5a4.5%204.5%200%200%200-4.5%204.5v10a4.5%204.5%200%201%200%209%200V17a4.5%204.5%200%200%200-4.5-4.5%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-regular.svg?color=%231a73e8&size=48