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

Name
mic-48
Set
Fluent UI System Color Icons
Style
48
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the mic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGdintbeRm1)" 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 0z"/><path fill="url(#SVGNVICieOE1)" d="M16 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0z"/><defs><linearGradient id="SVGdintbeRm1" x1="10" x2="23.45" y1="13.269" y2="46.06" gradientUnits="userSpaceOnUse"><stop stop-color="#cad2d9"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGNVICieOE1" x1="12" x2="26.691" y1="-2.364" y2="47.657" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorMic48(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 fill="url(#SVGdintbeRm1)" 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 0z"/><path fill="url(#SVGNVICieOE1)" d="M16 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0z"/><defs><linearGradient id="SVGdintbeRm1" x1="10" x2="23.45" y1="13.269" y2="46.06" gradientUnits="userSpaceOnUse"><stop stopColor="#cad2d9"/><stop offset="1" stopColor="#70777d"/></linearGradient><linearGradient id="SVGNVICieOE1" x1="12" x2="26.691" y1="-2.364" y2="47.657" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#cc23d1"/></linearGradient></defs></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 fill="url(#SVGdintbeRm1)" 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 0z"/><path fill="url(#SVGNVICieOE1)" d="M16 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0z"/><defs><linearGradient id="SVGdintbeRm1" x1="10" x2="23.45" y1="13.269" y2="46.06" gradientUnits="userSpaceOnUse"><stop stop-color="#cad2d9"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGNVICieOE1" x1="12" x2="26.691" y1="-2.364" y2="47.657" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-mic-48 {
  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%20fill%3D%22url(%23SVGdintbeRm1)%22%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%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGNVICieOE1)%22%20d%3D%22M16%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdintbeRm1%22%20x1%3D%2210%22%20x2%3D%2223.45%22%20y1%3D%2213.269%22%20y2%3D%2246.06%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cad2d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGNVICieOE1%22%20x1%3D%2212%22%20x2%3D%2226.691%22%20y1%3D%22-2.364%22%20y2%3D%2247.657%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%20fill%3D%22url(%23SVGdintbeRm1)%22%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%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGNVICieOE1)%22%20d%3D%22M16%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdintbeRm1%22%20x1%3D%2210%22%20x2%3D%2223.45%22%20y1%3D%2213.269%22%20y2%3D%2246.06%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cad2d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGNVICieOE1%22%20x1%3D%2212%22%20x2%3D%2226.691%22%20y1%3D%22-2.364%22%20y2%3D%2247.657%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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