microphone off icon
microphone-off from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- microphone-off
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-microphone-off
The same icon in other sets
Use the microphone off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.707 20.293l-3.388-3.388A7.94 7.94 0 0 0 20 12.021h-2a5.95 5.95 0 0 1-1.109 3.456l-1.452-1.452c.348-.591.561-1.27.561-2.004v-6C16 3.804 14.215 2 12.021 2q-.105 0-.209.025A4.005 4.005 0 0 0 8 6.021v.565L3.707 2.293L2.293 3.707l18 18zM10 6.021c0-1.103.897-2 2-2a1 1 0 0 0 .164-.015C13.188 4.08 14 4.956 14 6.021v6c0 .172-.029.335-.071.494L10 8.586zm-4 6H4c0 4.072 3.06 7.436 7 7.931v2.069h2v-2.07a8 8 0 0 0 2.218-.611l-1.558-1.558a6 6 0 0 1-1.66.239c-3.309 0-6-2.692-6-6"/><path fill="currentColor" d="M8.011 12.132a3.993 3.993 0 0 0 3.877 3.877z"/></svg>
React
import type { SVGProps } from "react";
export function BxMicrophoneOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.707 20.293l-3.388-3.388A7.94 7.94 0 0 0 20 12.021h-2a5.95 5.95 0 0 1-1.109 3.456l-1.452-1.452c.348-.591.561-1.27.561-2.004v-6C16 3.804 14.215 2 12.021 2q-.105 0-.209.025A4.005 4.005 0 0 0 8 6.021v.565L3.707 2.293L2.293 3.707l18 18zM10 6.021c0-1.103.897-2 2-2a1 1 0 0 0 .164-.015C13.188 4.08 14 4.956 14 6.021v6c0 .172-.029.335-.071.494L10 8.586zm-4 6H4c0 4.072 3.06 7.436 7 7.931v2.069h2v-2.07a8 8 0 0 0 2.218-.611l-1.558-1.558a6 6 0 0 1-1.66.239c-3.309 0-6-2.692-6-6"/><path fill="currentColor" d="M8.011 12.132a3.993 3.993 0 0 0 3.877 3.877z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.707 20.293l-3.388-3.388A7.94 7.94 0 0 0 20 12.021h-2a5.95 5.95 0 0 1-1.109 3.456l-1.452-1.452c.348-.591.561-1.27.561-2.004v-6C16 3.804 14.215 2 12.021 2q-.105 0-.209.025A4.005 4.005 0 0 0 8 6.021v.565L3.707 2.293L2.293 3.707l18 18zM10 6.021c0-1.103.897-2 2-2a1 1 0 0 0 .164-.015C13.188 4.08 14 4.956 14 6.021v6c0 .172-.029.335-.071.494L10 8.586zm-4 6H4c0 4.072 3.06 7.436 7 7.931v2.069h2v-2.07a8 8 0 0 0 2.218-.611l-1.558-1.558a6 6 0 0 1-1.66.239c-3.309 0-6-2.692-6-6"/><path fill="currentColor" d="M8.011 12.132a3.993 3.993 0 0 0 3.877 3.877z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.707%2020.293l-3.388-3.388A7.94%207.94%200%200%200%2020%2012.021h-2a5.95%205.95%200%200%201-1.109%203.456l-1.452-1.452c.348-.591.561-1.27.561-2.004v-6C16%203.804%2014.215%202%2012.021%202q-.105%200-.209.025A4.005%204.005%200%200%200%208%206.021v.565L3.707%202.293L2.293%203.707l18%2018zM10%206.021c0-1.103.897-2%202-2a1%201%200%200%200%20.164-.015C13.188%204.08%2014%204.956%2014%206.021v6c0%20.172-.029.335-.071.494L10%208.586zm-4%206H4c0%204.072%203.06%207.436%207%207.931v2.069h2v-2.07a8%208%200%200%200%202.218-.611l-1.558-1.558a6%206%200%200%201-1.66.239c-3.309%200-6-2.692-6-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.011%2012.132a3.993%203.993%200%200%200%203.877%203.877z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.707%2020.293l-3.388-3.388A7.94%207.94%200%200%200%2020%2012.021h-2a5.95%205.95%200%200%201-1.109%203.456l-1.452-1.452c.348-.591.561-1.27.561-2.004v-6C16%203.804%2014.215%202%2012.021%202q-.105%200-.209.025A4.005%204.005%200%200%200%208%206.021v.565L3.707%202.293L2.293%203.707l18%2018zM10%206.021c0-1.103.897-2%202-2a1%201%200%200%200%20.164-.015C13.188%204.08%2014%204.956%2014%206.021v6c0%20.172-.029.335-.071.494L10%208.586zm-4%206H4c0%204.072%203.06%207.436%207%207.931v2.069h2v-2.07a8%208%200%200%200%202.218-.611l-1.558-1.558a6%206%200%200%201-1.66.239c-3.309%200-6-2.692-6-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.011%2012.132a3.993%203.993%200%200%200%203.877%203.877z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/microphone-off.svg?color=%231a73e8&size=48