mic off icon
mic-off from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- mic-off
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the mic off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M1.14 1.15c.2-.2.51-.2.71 0l12.994 12.995c.196.2.195.506-.004.705a.485.485 0 0 1-.7 0l-3.01-3.01c-.74.6-1.64 1-2.64 1.1v1.55c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1.55c-2.52-.26-4.5-2.37-4.5-4.95v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5a4 4 0 0 0 6.45 3.16l-.71-.71c-.49.35-1.09.56-1.74.56c-1.65 0-3-1.35-3-3V5.71L1.14 1.86c-.2-.2-.2-.51 0-.71M6 8c0 1.1.9 2 2 2v.01c.38 0 .72-.1 1.02-.28L6 6.71z" clip-rule="evenodd"/><path d="M12.5 7c.28 0 .5.22.5.5V8c0 .83-.23 1.6-.59 2.29l-.73-.73c.21-.48.32-1.01.32-1.56v-.5c0-.28.22-.5.5-.5M8 1c1.65 0 3 1.35 3 3v4c0 .27-.04.52-.11.77L10 7.88V4c0-1.1-.9-2-2-2c-1.07 0-1.93.84-1.99 1.89l-.84-.84A2.99 2.99 0 0 1 8 1"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconMicOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M1.14 1.15c.2-.2.51-.2.71 0l12.994 12.995c.196.2.195.506-.004.705a.485.485 0 0 1-.7 0l-3.01-3.01c-.74.6-1.64 1-2.64 1.1v1.55c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1.55c-2.52-.26-4.5-2.37-4.5-4.95v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5a4 4 0 0 0 6.45 3.16l-.71-.71c-.49.35-1.09.56-1.74.56c-1.65 0-3-1.35-3-3V5.71L1.14 1.86c-.2-.2-.2-.51 0-.71M6 8c0 1.1.9 2 2 2v.01c.38 0 .72-.1 1.02-.28L6 6.71z" clipRule="evenodd"/><path d="M12.5 7c.28 0 .5.22.5.5V8c0 .83-.23 1.6-.59 2.29l-.73-.73c.21-.48.32-1.01.32-1.56v-.5c0-.28.22-.5.5-.5M8 1c1.65 0 3 1.35 3 3v4c0 .27-.04.52-.11.77L10 7.88V4c0-1.1-.9-2-2-2c-1.07 0-1.93.84-1.99 1.89l-.84-.84A2.99 2.99 0 0 1 8 1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M1.14 1.15c.2-.2.51-.2.71 0l12.994 12.995c.196.2.195.506-.004.705a.485.485 0 0 1-.7 0l-3.01-3.01c-.74.6-1.64 1-2.64 1.1v1.55c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1.55c-2.52-.26-4.5-2.37-4.5-4.95v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5a4 4 0 0 0 6.45 3.16l-.71-.71c-.49.35-1.09.56-1.74.56c-1.65 0-3-1.35-3-3V5.71L1.14 1.86c-.2-.2-.2-.51 0-.71M6 8c0 1.1.9 2 2 2v.01c.38 0 .72-.1 1.02-.28L6 6.71z" clip-rule="evenodd"/><path d="M12.5 7c.28 0 .5.22.5.5V8c0 .83-.23 1.6-.59 2.29l-.73-.73c.21-.48.32-1.01.32-1.56v-.5c0-.28.22-.5.5-.5M8 1c1.65 0 3 1.35 3 3v4c0 .27-.04.52-.11.77L10 7.88V4c0-1.1-.9-2-2-2c-1.07 0-1.93.84-1.99 1.89l-.84-.84A2.99 2.99 0 0 1 8 1"/></g></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.14%201.15c.2-.2.51-.2.71%200l12.994%2012.995c.196.2.195.506-.004.705a.485.485%200%200%201-.7%200l-3.01-3.01c-.74.6-1.64%201-2.64%201.1v1.55c0%20.28-.22.5-.5.5s-.5-.22-.5-.5v-1.55c-2.52-.26-4.5-2.37-4.5-4.95v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5a4%204%200%200%200%206.45%203.16l-.71-.71c-.49.35-1.09.56-1.74.56c-1.65%200-3-1.35-3-3V5.71L1.14%201.86c-.2-.2-.2-.51%200-.71M6%208c0%201.1.9%202%202%202v.01c.38%200%20.72-.1%201.02-.28L6%206.71z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.5%207c.28%200%20.5.22.5.5V8c0%20.83-.23%201.6-.59%202.29l-.73-.73c.21-.48.32-1.01.32-1.56v-.5c0-.28.22-.5.5-.5M8%201c1.65%200%203%201.35%203%203v4c0%20.27-.04.52-.11.77L10%207.88V4c0-1.1-.9-2-2-2c-1.07%200-1.93.84-1.99%201.89l-.84-.84A2.99%202.99%200%200%201%208%201%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.14%201.15c.2-.2.51-.2.71%200l12.994%2012.995c.196.2.195.506-.004.705a.485.485%200%200%201-.7%200l-3.01-3.01c-.74.6-1.64%201-2.64%201.1v1.55c0%20.28-.22.5-.5.5s-.5-.22-.5-.5v-1.55c-2.52-.26-4.5-2.37-4.5-4.95v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5a4%204%200%200%200%206.45%203.16l-.71-.71c-.49.35-1.09.56-1.74.56c-1.65%200-3-1.35-3-3V5.71L1.14%201.86c-.2-.2-.2-.51%200-.71M6%208c0%201.1.9%202%202%202v.01c.38%200%20.72-.1%201.02-.28L6%206.71z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.5%207c.28%200%20.5.22.5.5V8c0%20.83-.23%201.6-.59%202.29l-.73-.73c.21-.48.32-1.01.32-1.56v-.5c0-.28.22-.5.5-.5M8%201c1.65%200%203%201.35%203%203v4c0%20.27-.04.52-.11.77L10%207.88V4c0-1.1-.9-2-2-2c-1.07%200-1.93.84-1.99%201.89l-.84-.84A2.99%202.99%200%200%201%208%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/mic-off.svg?color=%231a73e8&size=48