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

Name
mic-off-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the mic off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M1.854 1.146a.5.5 0 1 0-.708.708L4 4.707V5.5a2 2 0 0 0 2.676 1.883l.755.755A3 3 0 0 1 3 5.5a.5.5 0 1 0-1.001 0a4 4 0 0 0 3.5 3.97v1.03a.5.5 0 1 0 1 0V9.47a4 4 0 0 0 1.66-.603l1.986 1.987a.5.5 0 0 0 .708-.708zM9.52 7.4l-.75-.75A3 3 0 0 0 9 5.5a.5.5 0 1 1 1 0c0 .688-.173 1.335-.479 1.9M7.97 5.849L4.216 2.095A2 2 0 0 1 8 3v2.5q0 .178-.03.349"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicOff12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M1.854 1.146a.5.5 0 1 0-.708.708L4 4.707V5.5a2 2 0 0 0 2.676 1.883l.755.755A3 3 0 0 1 3 5.5a.5.5 0 1 0-1.001 0a4 4 0 0 0 3.5 3.97v1.03a.5.5 0 1 0 1 0V9.47a4 4 0 0 0 1.66-.603l1.986 1.987a.5.5 0 0 0 .708-.708zM9.52 7.4l-.75-.75A3 3 0 0 0 9 5.5a.5.5 0 1 1 1 0c0 .688-.173 1.335-.479 1.9M7.97 5.849L4.216 2.095A2 2 0 0 1 8 3v2.5q0 .178-.03.349"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M1.854 1.146a.5.5 0 1 0-.708.708L4 4.707V5.5a2 2 0 0 0 2.676 1.883l.755.755A3 3 0 0 1 3 5.5a.5.5 0 1 0-1.001 0a4 4 0 0 0 3.5 3.97v1.03a.5.5 0 1 0 1 0V9.47a4 4 0 0 0 1.66-.603l1.986 1.987a.5.5 0 0 0 .708-.708zM9.52 7.4l-.75-.75A3 3 0 0 0 9 5.5a.5.5 0 1 1 1 0c0 .688-.173 1.335-.479 1.9M7.97 5.849L4.216 2.095A2 2 0 0 1 8 3v2.5q0 .178-.03.349"/></svg>
</template>

CSS

.icon-mic-off-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.854%201.146a.5.5%200%201%200-.708.708L4%204.707V5.5a2%202%200%200%200%202.676%201.883l.755.755A3%203%200%200%201%203%205.5a.5.5%200%201%200-1.001%200a4%204%200%200%200%203.5%203.97v1.03a.5.5%200%201%200%201%200V9.47a4%204%200%200%200%201.66-.603l1.986%201.987a.5.5%200%200%200%20.708-.708zM9.52%207.4l-.75-.75A3%203%200%200%200%209%205.5a.5.5%200%201%201%201%200c0%20.688-.173%201.335-.479%201.9M7.97%205.849L4.216%202.095A2%202%200%200%201%208%203v2.5q0%20.178-.03.349%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.854%201.146a.5.5%200%201%200-.708.708L4%204.707V5.5a2%202%200%200%200%202.676%201.883l.755.755A3%203%200%200%201%203%205.5a.5.5%200%201%200-1.001%200a4%204%200%200%200%203.5%203.97v1.03a.5.5%200%201%200%201%200V9.47a4%204%200%200%200%201.66-.603l1.986%201.987a.5.5%200%200%200%20.708-.708zM9.52%207.4l-.75-.75A3%203%200%200%200%209%205.5a.5.5%200%201%201%201%200c0%20.688-.173%201.335-.479%201.9M7.97%205.849L4.216%202.095A2%202%200%200%201%208%203v2.5q0%20.178-.03.349%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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