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

Name
mic-prohibited-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mic prohibited icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 12a8 8 0 1 1 16 0v10.996a13.03 13.03 0 0 0-7.65 8.997A8 8 0 0 1 14 24zm8.002 23.25H22c-6.351 0-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-2.741a13 13 0 0 1-.998-4.759M35 46c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2a9 9 0 0 0 7.032-14.618l-12.65 12.65A8.96 8.96 0 0 0 35 44m-7.032-3.382l12.65-12.65a9 9 0 0 0-12.65 12.65"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicProhibited48Filled(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="M14 12a8 8 0 1 1 16 0v10.996a13.03 13.03 0 0 0-7.65 8.997A8 8 0 0 1 14 24zm8.002 23.25H22c-6.351 0-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-2.741a13 13 0 0 1-.998-4.759M35 46c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2a9 9 0 0 0 7.032-14.618l-12.65 12.65A8.96 8.96 0 0 0 35 44m-7.032-3.382l12.65-12.65a9 9 0 0 0-12.65 12.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 12a8 8 0 1 1 16 0v10.996a13.03 13.03 0 0 0-7.65 8.997A8 8 0 0 1 14 24zm8.002 23.25H22c-6.351 0-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-2.741a13 13 0 0 1-.998-4.759M35 46c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2a9 9 0 0 0 7.032-14.618l-12.65 12.65A8.96 8.96 0 0 0 35 44m-7.032-3.382l12.65-12.65a9 9 0 0 0-12.65 12.65"/></svg>
</template>

CSS

.icon-mic-prohibited-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%22M14%2012a8%208%200%201%201%2016%200v10.996a13.03%2013.03%200%200%200-7.65%208.997A8%208%200%200%201%2014%2024zm8.002%2023.25H22c-6.351%200-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-2.741a13%2013%200%200%201-.998-4.759M35%2046c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m0-2a9%209%200%200%200%207.032-14.618l-12.65%2012.65A8.96%208.96%200%200%200%2035%2044m-7.032-3.382l12.65-12.65a9%209%200%200%200-12.65%2012.65%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%22M14%2012a8%208%200%201%201%2016%200v10.996a13.03%2013.03%200%200%200-7.65%208.997A8%208%200%200%201%2014%2024zm8.002%2023.25H22c-6.351%200-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-2.741a13%2013%200%200%201-.998-4.759M35%2046c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m0-2a9%209%200%200%200%207.032-14.618l-12.65%2012.65A8.96%208.96%200%200%200%2035%2044m-7.032-3.382l12.65-12.65a9%209%200%200%200-12.65%2012.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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