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

Name
microphone-chat-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M25.75 15.25a.75.75 0 0 1 .75.75a7 7 0 0 1-6.25 6.959v2.291a.75.75 0 0 1-1.5 0v-2.291A7 7 0 0 1 12.5 16a.75.75 0 0 1 1.5 0a5.5 5.5 0 0 0 11 0a.75.75 0 0 1 .75-.75M11.5 2c2.78 0 5.28 1.194 7.017 3.097a5 5 0 0 0-1.532.582A7.97 7.97 0 0 0 11.501 3.5a8 8 0 0 0-7.067 11.75c.087.164.11.354.066.534l-.907 3.624l3.623-.906l.137-.021a.75.75 0 0 1 .398.086a7.96 7.96 0 0 0 4.536.894q.359.744.856 1.394a9.46 9.46 0 0 1-5.835-.83l-3.755.94a1.25 1.25 0 0 1-1.515-1.516l.938-3.756a9.46 9.46 0 0 1-.975-4.193C2 6.254 6.254 2 11.5 2m8 4a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4m0 1.5A2.5 2.5 0 0 0 17 10v6a2.5 2.5 0 0 0 5 0v-6a2.5 2.5 0 0 0-2.5-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicrophoneChat28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.75 15.25a.75.75 0 0 1 .75.75a7 7 0 0 1-6.25 6.959v2.291a.75.75 0 0 1-1.5 0v-2.291A7 7 0 0 1 12.5 16a.75.75 0 0 1 1.5 0a5.5 5.5 0 0 0 11 0a.75.75 0 0 1 .75-.75M11.5 2c2.78 0 5.28 1.194 7.017 3.097a5 5 0 0 0-1.532.582A7.97 7.97 0 0 0 11.501 3.5a8 8 0 0 0-7.067 11.75c.087.164.11.354.066.534l-.907 3.624l3.623-.906l.137-.021a.75.75 0 0 1 .398.086a7.96 7.96 0 0 0 4.536.894q.359.744.856 1.394a9.46 9.46 0 0 1-5.835-.83l-3.755.94a1.25 1.25 0 0 1-1.515-1.516l.938-3.756a9.46 9.46 0 0 1-.975-4.193C2 6.254 6.254 2 11.5 2m8 4a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4m0 1.5A2.5 2.5 0 0 0 17 10v6a2.5 2.5 0 0 0 5 0v-6a2.5 2.5 0 0 0-2.5-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.75 15.25a.75.75 0 0 1 .75.75a7 7 0 0 1-6.25 6.959v2.291a.75.75 0 0 1-1.5 0v-2.291A7 7 0 0 1 12.5 16a.75.75 0 0 1 1.5 0a5.5 5.5 0 0 0 11 0a.75.75 0 0 1 .75-.75M11.5 2c2.78 0 5.28 1.194 7.017 3.097a5 5 0 0 0-1.532.582A7.97 7.97 0 0 0 11.501 3.5a8 8 0 0 0-7.067 11.75c.087.164.11.354.066.534l-.907 3.624l3.623-.906l.137-.021a.75.75 0 0 1 .398.086a7.96 7.96 0 0 0 4.536.894q.359.744.856 1.394a9.46 9.46 0 0 1-5.835-.83l-3.755.94a1.25 1.25 0 0 1-1.515-1.516l.938-3.756a9.46 9.46 0 0 1-.975-4.193C2 6.254 6.254 2 11.5 2m8 4a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4m0 1.5A2.5 2.5 0 0 0 17 10v6a2.5 2.5 0 0 0 5 0v-6a2.5 2.5 0 0 0-2.5-2.5"/></svg>
</template>

CSS

.icon-microphone-chat-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.75%2015.25a.75.75%200%200%201%20.75.75a7%207%200%200%201-6.25%206.959v2.291a.75.75%200%200%201-1.5%200v-2.291A7%207%200%200%201%2012.5%2016a.75.75%200%200%201%201.5%200a5.5%205.5%200%200%200%2011%200a.75.75%200%200%201%20.75-.75M11.5%202c2.78%200%205.28%201.194%207.017%203.097a5%205%200%200%200-1.532.582A7.97%207.97%200%200%200%2011.501%203.5a8%208%200%200%200-7.067%2011.75c.087.164.11.354.066.534l-.907%203.624l3.623-.906l.137-.021a.75.75%200%200%201%20.398.086a7.96%207.96%200%200%200%204.536.894q.359.744.856%201.394a9.46%209.46%200%200%201-5.835-.83l-3.755.94a1.25%201.25%200%200%201-1.515-1.516l.938-3.756a9.46%209.46%200%200%201-.975-4.193C2%206.254%206.254%202%2011.5%202m8%204a4%204%200%200%201%204%204v6a4%204%200%200%201-8%200v-6a4%204%200%200%201%204-4m0%201.5A2.5%202.5%200%200%200%2017%2010v6a2.5%202.5%200%200%200%205%200v-6a2.5%202.5%200%200%200-2.5-2.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.75%2015.25a.75.75%200%200%201%20.75.75a7%207%200%200%201-6.25%206.959v2.291a.75.75%200%200%201-1.5%200v-2.291A7%207%200%200%201%2012.5%2016a.75.75%200%200%201%201.5%200a5.5%205.5%200%200%200%2011%200a.75.75%200%200%201%20.75-.75M11.5%202c2.78%200%205.28%201.194%207.017%203.097a5%205%200%200%200-1.532.582A7.97%207.97%200%200%200%2011.501%203.5a8%208%200%200%200-7.067%2011.75c.087.164.11.354.066.534l-.907%203.624l3.623-.906l.137-.021a.75.75%200%200%201%20.398.086a7.96%207.96%200%200%200%204.536.894q.359.744.856%201.394a9.46%209.46%200%200%201-5.835-.83l-3.755.94a1.25%201.25%200%200%201-1.515-1.516l.938-3.756a9.46%209.46%200%200%201-.975-4.193C2%206.254%206.254%202%2011.5%202m8%204a4%204%200%200%201%204%204v6a4%204%200%200%201-8%200v-6a4%204%200%200%201%204-4m0%201.5A2.5%202.5%200%200%200%2017%2010v6a2.5%202.5%200%200%200%205%200v-6a2.5%202.5%200%200%200-2.5-2.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-28-regular.svg?color=%231a73e8&size=48