microphone off icon

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

Name
microphone-off-filled
Set
Carbon
Style
Filled
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="M23 17a7 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-14 .32V14H7v3a9 9 0 0 0 .25 2.09ZM20.76 5.58A5 5 0 0 0 11 7v8.34Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMicrophoneOffFilled(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="M23 17a7 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-14 .32V14H7v3a9 9 0 0 0 .25 2.09ZM20.76 5.58A5 5 0 0 0 11 7v8.34Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 17a7 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-14 .32V14H7v3a9 9 0 0 0 .25 2.09ZM20.76 5.58A5 5 0 0 0 11 7v8.34Z"/></svg>
</template>

CSS

.icon-microphone-off-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2017a7%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-14%20.32V14H7v3a9%209%200%200%200%20.25%202.09ZM20.76%205.58A5%205%200%200%200%2011%207v8.34Z%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%22M23%2017a7%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-14%20.32V14H7v3a9%209%200%200%200%20.25%202.09ZM20.76%205.58A5%205%200%200%200%2011%207v8.34Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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