md mic off icon

md-mic-off from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-mic-off
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-microphone-off

Related icons in IonIcons

Use the md mic off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M367.951 354.654l-26.616-26.562-9.568-9.548-4.698-4.706L187 174.041v.346L76.112 63.531 51.921 87.572 187 222.47v28.816c0 37.79 31.121 68.714 68.91 68.714a68.6 68.6 0 0024.565-4.545l32.389 32.274c-17.333 8.793-36.812 13.86-56.782 13.86-62.986 0-121.365-48.59-121.365-116.59H95.773C95.773 322 158 387.701 233 398.013V480h46v-81.987c22-3.352 43.066-11.222 61.627-22.622l95.278 95.078 24.033-24-33.847-33.785-58.216-57.959 58.224 57.959-58.148-58.03z" fill="currentColor"/><path d="M325 251.286V100.714C325 62.924 293.791 32 256 32s-69 30.924-69 68.714v25.244l137.109 136.968c.67-3.791.891-7.679.891-11.64z" fill="currentColor"/><path d="M416.439 245h-38.941c0 20.496-5.498 39.676-14.931 56.197l27.572 27.516c16.523-24.11 26.3-52.787 26.3-83.713z" fill="currentColor"/><path d="M459.999 446.427l-33.897-33.743 33.855 33.785z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdMicOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M367.951 354.654l-26.616-26.562-9.568-9.548-4.698-4.706L187 174.041v.346L76.112 63.531 51.921 87.572 187 222.47v28.816c0 37.79 31.121 68.714 68.91 68.714a68.6 68.6 0 0024.565-4.545l32.389 32.274c-17.333 8.793-36.812 13.86-56.782 13.86-62.986 0-121.365-48.59-121.365-116.59H95.773C95.773 322 158 387.701 233 398.013V480h46v-81.987c22-3.352 43.066-11.222 61.627-22.622l95.278 95.078 24.033-24-33.847-33.785-58.216-57.959 58.224 57.959-58.148-58.03z" fill="currentColor"/><path d="M325 251.286V100.714C325 62.924 293.791 32 256 32s-69 30.924-69 68.714v25.244l137.109 136.968c.67-3.791.891-7.679.891-11.64z" fill="currentColor"/><path d="M416.439 245h-38.941c0 20.496-5.498 39.676-14.931 56.197l27.572 27.516c16.523-24.11 26.3-52.787 26.3-83.713z" fill="currentColor"/><path d="M459.999 446.427l-33.897-33.743 33.855 33.785z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M367.951 354.654l-26.616-26.562-9.568-9.548-4.698-4.706L187 174.041v.346L76.112 63.531 51.921 87.572 187 222.47v28.816c0 37.79 31.121 68.714 68.91 68.714a68.6 68.6 0 0024.565-4.545l32.389 32.274c-17.333 8.793-36.812 13.86-56.782 13.86-62.986 0-121.365-48.59-121.365-116.59H95.773C95.773 322 158 387.701 233 398.013V480h46v-81.987c22-3.352 43.066-11.222 61.627-22.622l95.278 95.078 24.033-24-33.847-33.785-58.216-57.959 58.224 57.959-58.148-58.03z" fill="currentColor"/><path d="M325 251.286V100.714C325 62.924 293.791 32 256 32s-69 30.924-69 68.714v25.244l137.109 136.968c.67-3.791.891-7.679.891-11.64z" fill="currentColor"/><path d="M416.439 245h-38.941c0 20.496-5.498 39.676-14.931 56.197l27.572 27.516c16.523-24.11 26.3-52.787 26.3-83.713z" fill="currentColor"/><path d="M459.999 446.427l-33.897-33.743 33.855 33.785z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-mic-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%20512%20512%22%3E%3Cpath%20d%3D%22M367.951%20354.654l-26.616-26.562-9.568-9.548-4.698-4.706L187%20174.041v.346L76.112%2063.531%2051.921%2087.572%20187%20222.47v28.816c0%2037.79%2031.121%2068.714%2068.91%2068.714a68.6%2068.6%200%200024.565-4.545l32.389%2032.274c-17.333%208.793-36.812%2013.86-56.782%2013.86-62.986%200-121.365-48.59-121.365-116.59H95.773C95.773%20322%20158%20387.701%20233%20398.013V480h46v-81.987c22-3.352%2043.066-11.222%2061.627-22.622l95.278%2095.078%2024.033-24-33.847-33.785-58.216-57.959%2058.224%2057.959-58.148-58.03z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M325%20251.286V100.714C325%2062.924%20293.791%2032%20256%2032s-69%2030.924-69%2068.714v25.244l137.109%20136.968c.67-3.791.891-7.679.891-11.64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416.439%20245h-38.941c0%2020.496-5.498%2039.676-14.931%2056.197l27.572%2027.516c16.523-24.11%2026.3-52.787%2026.3-83.713z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M459.999%20446.427l-33.897-33.743%2033.855%2033.785z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M367.951%20354.654l-26.616-26.562-9.568-9.548-4.698-4.706L187%20174.041v.346L76.112%2063.531%2051.921%2087.572%20187%20222.47v28.816c0%2037.79%2031.121%2068.714%2068.91%2068.714a68.6%2068.6%200%200024.565-4.545l32.389%2032.274c-17.333%208.793-36.812%2013.86-56.782%2013.86-62.986%200-121.365-48.59-121.365-116.59H95.773C95.773%20322%20158%20387.701%20233%20398.013V480h46v-81.987c22-3.352%2043.066-11.222%2061.627-22.622l95.278%2095.078%2024.033-24-33.847-33.785-58.216-57.959%2058.224%2057.959-58.148-58.03z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M325%20251.286V100.714C325%2062.924%20293.791%2032%20256%2032s-69%2030.924-69%2068.714v25.244l137.109%20136.968c.67-3.791.891-7.679.891-11.64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416.439%20245h-38.941c0%2020.496-5.498%2039.676-14.931%2056.197l27.572%2027.516c16.523-24.11%2026.3-52.787%2026.3-83.713z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M459.999%20446.427l-33.897-33.743%2033.855%2033.785z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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