microphone off icon

microphone-off from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
microphone-off
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

The same icon in other sets

More actions icons from Carbon

Use the microphone off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.18 18.57A7.4 7.4 0 0 1 9 17v-3H7v3a8.8 8.8 0 0 0 .58 3.18ZM13 15V7a3 3 0 0 1 6 0v1.75l2-2A5 5 0 0 0 11 7v8Zm10 2a7 7 0 0 1-11.73 5.14l1.42-1.41A5 5 0 0 0 21 17v-4.58l9-9L28.59 2L2 28.59L3.41 30l6.44-6.44A8.9 8.9 0 0 0 15 25.94V28h-4v2h10v-2h-4v-2.06A9 9 0 0 0 25 17v-3h-2Zm-4 0a3 3 0 0 1-4.9 2.31l4.9-4.89Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMicrophoneOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.18 18.57A7.4 7.4 0 0 1 9 17v-3H7v3a8.8 8.8 0 0 0 .58 3.18ZM13 15V7a3 3 0 0 1 6 0v1.75l2-2A5 5 0 0 0 11 7v8Zm10 2a7 7 0 0 1-11.73 5.14l1.42-1.41A5 5 0 0 0 21 17v-4.58l9-9L28.59 2L2 28.59L3.41 30l6.44-6.44A8.9 8.9 0 0 0 15 25.94V28h-4v2h10v-2h-4v-2.06A9 9 0 0 0 25 17v-3h-2Zm-4 0a3 3 0 0 1-4.9 2.31l4.9-4.89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.18 18.57A7.4 7.4 0 0 1 9 17v-3H7v3a8.8 8.8 0 0 0 .58 3.18ZM13 15V7a3 3 0 0 1 6 0v1.75l2-2A5 5 0 0 0 11 7v8Zm10 2a7 7 0 0 1-11.73 5.14l1.42-1.41A5 5 0 0 0 21 17v-4.58l9-9L28.59 2L2 28.59L3.41 30l6.44-6.44A8.9 8.9 0 0 0 15 25.94V28h-4v2h10v-2h-4v-2.06A9 9 0 0 0 25 17v-3h-2Zm-4 0a3 3 0 0 1-4.9 2.31l4.9-4.89Z"/></svg>
</template>

CSS

.icon-microphone-off {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.18%2018.57A7.4%207.4%200%200%201%209%2017v-3H7v3a8.8%208.8%200%200%200%20.58%203.18ZM13%2015V7a3%203%200%200%201%206%200v1.75l2-2A5%205%200%200%200%2011%207v8Zm10%202a7%207%200%200%201-11.73%205.14l1.42-1.41A5%205%200%200%200%2021%2017v-4.58l9-9L28.59%202L2%2028.59L3.41%2030l6.44-6.44A8.9%208.9%200%200%200%2015%2025.94V28h-4v2h10v-2h-4v-2.06A9%209%200%200%200%2025%2017v-3h-2Zm-4%200a3%203%200%200%201-4.9%202.31l4.9-4.89Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.18%2018.57A7.4%207.4%200%200%201%209%2017v-3H7v3a8.8%208.8%200%200%200%20.58%203.18ZM13%2015V7a3%203%200%200%201%206%200v1.75l2-2A5%205%200%200%200%2011%207v8Zm10%202a7%207%200%200%201-11.73%205.14l1.42-1.41A5%205%200%200%200%2021%2017v-4.58l9-9L28.59%202L2%2028.59L3.41%2030l6.44-6.44A8.9%208.9%200%200%200%2015%2025.94V28h-4v2h10v-2h-4v-2.06A9%209%200%200%200%2025%2017v-3h-2Zm-4%200a3%203%200%200%201-4.9%202.31l4.9-4.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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