mic off icon

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

Name
mic-off-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the mic off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M432 400L96 64"/><path fill="currentColor" d="M400 240v-31.55c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 208v32a111.6 111.6 0 0 1-2.45 23.31a4.05 4.05 0 0 0 1.07 3.69l21.82 21.81a2 2 0 0 0 3.29-.72A143.3 143.3 0 0 0 400 240M256 352a112.36 112.36 0 0 1-112-112v-31.55c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 208v32c0 74 56.1 135.12 128 143.11V432h-47.55c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 192 464h127.55c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 320 432h-48v-48.89a143.1 143.1 0 0 0 52-16.22a4 4 0 0 0 .91-6.35L307 342.63a4 4 0 0 0-4.51-.78A110.8 110.8 0 0 1 256 352m0-272a47.18 47.18 0 0 1 48 48v74.72a4 4 0 0 0 1.17 2.82L332.59 233a2 2 0 0 0 3.41-1.42V128.91C336 85 301 48.6 257.14 48a79.66 79.66 0 0 0-68.47 36.57a4 4 0 0 0 .54 5l19.54 19.54a2 2 0 0 0 3.25-.63A47.44 47.44 0 0 1 256 80"/><path fill="currentColor" d="M207.27 242.9L179.41 215a2 2 0 0 0-3.41 1.42V239a80.9 80.9 0 0 0 23.45 56.9a78.55 78.55 0 0 0 77.8 21.19a2 2 0 0 0 .86-3.35l-24.91-24.91a4.08 4.08 0 0 0-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43a4 4 0 0 0-1.14-2.35"/></svg>

React

import type { SVGProps } from "react";

export function IonMicOffOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="M432 400L96 64"/><path fill="currentColor" d="M400 240v-31.55c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 208v32a111.6 111.6 0 0 1-2.45 23.31a4.05 4.05 0 0 0 1.07 3.69l21.82 21.81a2 2 0 0 0 3.29-.72A143.3 143.3 0 0 0 400 240M256 352a112.36 112.36 0 0 1-112-112v-31.55c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 208v32c0 74 56.1 135.12 128 143.11V432h-47.55c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 192 464h127.55c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 320 432h-48v-48.89a143.1 143.1 0 0 0 52-16.22a4 4 0 0 0 .91-6.35L307 342.63a4 4 0 0 0-4.51-.78A110.8 110.8 0 0 1 256 352m0-272a47.18 47.18 0 0 1 48 48v74.72a4 4 0 0 0 1.17 2.82L332.59 233a2 2 0 0 0 3.41-1.42V128.91C336 85 301 48.6 257.14 48a79.66 79.66 0 0 0-68.47 36.57a4 4 0 0 0 .54 5l19.54 19.54a2 2 0 0 0 3.25-.63A47.44 47.44 0 0 1 256 80"/><path fill="currentColor" d="M207.27 242.9L179.41 215a2 2 0 0 0-3.41 1.42V239a80.9 80.9 0 0 0 23.45 56.9a78.55 78.55 0 0 0 77.8 21.19a2 2 0 0 0 .86-3.35l-24.91-24.91a4.08 4.08 0 0 0-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43a4 4 0 0 0-1.14-2.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M432 400L96 64"/><path fill="currentColor" d="M400 240v-31.55c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 208v32a111.6 111.6 0 0 1-2.45 23.31a4.05 4.05 0 0 0 1.07 3.69l21.82 21.81a2 2 0 0 0 3.29-.72A143.3 143.3 0 0 0 400 240M256 352a112.36 112.36 0 0 1-112-112v-31.55c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 208v32c0 74 56.1 135.12 128 143.11V432h-47.55c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 192 464h127.55c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 320 432h-48v-48.89a143.1 143.1 0 0 0 52-16.22a4 4 0 0 0 .91-6.35L307 342.63a4 4 0 0 0-4.51-.78A110.8 110.8 0 0 1 256 352m0-272a47.18 47.18 0 0 1 48 48v74.72a4 4 0 0 0 1.17 2.82L332.59 233a2 2 0 0 0 3.41-1.42V128.91C336 85 301 48.6 257.14 48a79.66 79.66 0 0 0-68.47 36.57a4 4 0 0 0 .54 5l19.54 19.54a2 2 0 0 0 3.25-.63A47.44 47.44 0 0 1 256 80"/><path fill="currentColor" d="M207.27 242.9L179.41 215a2 2 0 0 0-3.41 1.42V239a80.9 80.9 0 0 0 23.45 56.9a78.55 78.55 0 0 0 77.8 21.19a2 2 0 0 0 .86-3.35l-24.91-24.91a4.08 4.08 0 0 0-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43a4 4 0 0 0-1.14-2.35"/></svg>
</template>

CSS

.icon-mic-off-outline {
  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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M432%20400L96%2064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M400%20240v-31.55c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20368%20208v32a111.6%20111.6%200%200%201-2.45%2023.31a4.05%204.05%200%200%200%201.07%203.69l21.82%2021.81a2%202%200%200%200%203.29-.72A143.3%20143.3%200%200%200%20400%20240M256%20352a112.36%20112.36%200%200%201-112-112v-31.55c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20112%20208v32c0%2074%2056.1%20135.12%20128%20143.11V432h-47.55c-8.61%200-16%206.62-16.43%2015.23A16%2016%200%200%200%20192%20464h127.55c8.61%200%2016-6.62%2016.43-15.23A16%2016%200%200%200%20320%20432h-48v-48.89a143.1%20143.1%200%200%200%2052-16.22a4%204%200%200%200%20.91-6.35L307%20342.63a4%204%200%200%200-4.51-.78A110.8%20110.8%200%200%201%20256%20352m0-272a47.18%2047.18%200%200%201%2048%2048v74.72a4%204%200%200%200%201.17%202.82L332.59%20233a2%202%200%200%200%203.41-1.42V128.91C336%2085%20301%2048.6%20257.14%2048a79.66%2079.66%200%200%200-68.47%2036.57a4%204%200%200%200%20.54%205l19.54%2019.54a2%202%200%200%200%203.25-.63A47.44%2047.44%200%200%201%20256%2080%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M207.27%20242.9L179.41%20215a2%202%200%200%200-3.41%201.42V239a80.9%2080.9%200%200%200%2023.45%2056.9a78.55%2078.55%200%200%200%2077.8%2021.19a2%202%200%200%200%20.86-3.35l-24.91-24.91a4.08%204.08%200%200%200-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43a4%204%200%200%200-1.14-2.35%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M432%20400L96%2064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M400%20240v-31.55c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20368%20208v32a111.6%20111.6%200%200%201-2.45%2023.31a4.05%204.05%200%200%200%201.07%203.69l21.82%2021.81a2%202%200%200%200%203.29-.72A143.3%20143.3%200%200%200%20400%20240M256%20352a112.36%20112.36%200%200%201-112-112v-31.55c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20112%20208v32c0%2074%2056.1%20135.12%20128%20143.11V432h-47.55c-8.61%200-16%206.62-16.43%2015.23A16%2016%200%200%200%20192%20464h127.55c8.61%200%2016-6.62%2016.43-15.23A16%2016%200%200%200%20320%20432h-48v-48.89a143.1%20143.1%200%200%200%2052-16.22a4%204%200%200%200%20.91-6.35L307%20342.63a4%204%200%200%200-4.51-.78A110.8%20110.8%200%200%201%20256%20352m0-272a47.18%2047.18%200%200%201%2048%2048v74.72a4%204%200%200%200%201.17%202.82L332.59%20233a2%202%200%200%200%203.41-1.42V128.91C336%2085%20301%2048.6%20257.14%2048a79.66%2079.66%200%200%200-68.47%2036.57a4%204%200%200%200%20.54%205l19.54%2019.54a2%202%200%200%200%203.25-.63A47.44%2047.44%200%200%201%20256%2080%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M207.27%20242.9L179.41%20215a2%202%200%200%200-3.41%201.42V239a80.9%2080.9%200%200%200%2023.45%2056.9a78.55%2078.55%200%200%200%2077.8%2021.19a2%202%200%200%200%20.86-3.35l-24.91-24.91a4.08%204.08%200%200%200-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43a4%204%200%200%200-1.14-2.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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