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

Name
mic-on-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mic on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M16 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0V12zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 24 6.5z" fill="currentColor"/><path d="M25 37.715c7.265-.513 13-6.57 13-13.965a1.25 1.25 0 1 0-2.5 0c0 6.351-5.149 11.5-11.5 11.5s-11.5-5.149-11.5-11.5a1.25 1.25 0 1 0-2.5 0c0 7.225 5.473 13.172 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-5.035z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentMicOn48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M16 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0V12zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 24 6.5z" fill="currentColor"/><path d="M25 37.715c7.265-.513 13-6.57 13-13.965a1.25 1.25 0 1 0-2.5 0c0 6.351-5.149 11.5-11.5 11.5s-11.5-5.149-11.5-11.5a1.25 1.25 0 1 0-2.5 0c0 7.225 5.473 13.172 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-5.035z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M16 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0V12zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 24 6.5z" fill="currentColor"/><path d="M25 37.715c7.265-.513 13-6.57 13-13.965a1.25 1.25 0 1 0-2.5 0c0 6.351-5.149 11.5-11.5 11.5s-11.5-5.149-11.5-11.5a1.25 1.25 0 1 0-2.5 0c0 7.225 5.473 13.172 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-5.035z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-mic-on-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200V12zm8-5.5a5.5%205.5%200%200%200-5.5%205.5v12a5.5%205.5%200%201%200%2011%200V12A5.5%205.5%200%200%200%2024%206.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2037.715c7.265-.513%2013-6.57%2013-13.965a1.25%201.25%200%201%200-2.5%200c0%206.351-5.149%2011.5-11.5%2011.5s-11.5-5.149-11.5-11.5a1.25%201.25%200%201%200-2.5%200c0%207.225%205.473%2013.172%2012.5%2013.92v5.08a1.25%201.25%200%201%200%202.5%200v-5.035z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200V12zm8-5.5a5.5%205.5%200%200%200-5.5%205.5v12a5.5%205.5%200%201%200%2011%200V12A5.5%205.5%200%200%200%2024%206.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2037.715c7.265-.513%2013-6.57%2013-13.965a1.25%201.25%200%201%200-2.5%200c0%206.351-5.149%2011.5-11.5%2011.5s-11.5-5.149-11.5-11.5a1.25%201.25%200%201%200-2.5%200c0%207.225%205.473%2013.172%2012.5%2013.92v5.08a1.25%201.25%200%201%200%202.5%200v-5.035z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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