mic external off icon
mic-external-off-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- mic-external-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the mic external off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.462 6.766l-3.15-3.15q.234-.103.438-.129t.365-.026q1.039 0 1.77.729q.73.727.73 1.771q0 .2-.031.382t-.123.423m9.385 9.384l-1-1V6.77q0-.98-.664-1.644t-1.643-.665q-.98 0-1.644.665q-.664.664-.664 1.643v3.766l-1-1V6.768q0-1.373.973-2.34q.973-.968 2.334-.968t2.335.968t.973 2.34zm.954 5.18l-6.57-6.568v2.469q0 1.361-.972 2.334q-.973.973-2.335.973t-2.334-.973q-.974-.973-.974-2.334h-.042q-.304 0-.53-.215q-.228-.214-.278-.512l-.723-7.077q-.05-.373.192-.63q.243-.259.616-.259h1.146L2.4 3.931q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.4 17.4q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-8.234-2.457q.665-.664.665-1.643v-3.47l-3.181-3.18l-.584 5.923q-.05.298-.277.512t-.531.215h-.042q0 .979.664 1.643q.664.665 1.643.665t1.643-.665"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMicExternalOffRounded(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="m9.462 6.766l-3.15-3.15q.234-.103.438-.129t.365-.026q1.039 0 1.77.729q.73.727.73 1.771q0 .2-.031.382t-.123.423m9.385 9.384l-1-1V6.77q0-.98-.664-1.644t-1.643-.665q-.98 0-1.644.665q-.664.664-.664 1.643v3.766l-1-1V6.768q0-1.373.973-2.34q.973-.968 2.334-.968t2.335.968t.973 2.34zm.954 5.18l-6.57-6.568v2.469q0 1.361-.972 2.334q-.973.973-2.335.973t-2.334-.973q-.974-.973-.974-2.334h-.042q-.304 0-.53-.215q-.228-.214-.278-.512l-.723-7.077q-.05-.373.192-.63q.243-.259.616-.259h1.146L2.4 3.931q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.4 17.4q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-8.234-2.457q.665-.664.665-1.643v-3.47l-3.181-3.18l-.584 5.923q-.05.298-.277.512t-.531.215h-.042q0 .979.664 1.643q.664.665 1.643.665t1.643-.665"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.462 6.766l-3.15-3.15q.234-.103.438-.129t.365-.026q1.039 0 1.77.729q.73.727.73 1.771q0 .2-.031.382t-.123.423m9.385 9.384l-1-1V6.77q0-.98-.664-1.644t-1.643-.665q-.98 0-1.644.665q-.664.664-.664 1.643v3.766l-1-1V6.768q0-1.373.973-2.34q.973-.968 2.334-.968t2.335.968t.973 2.34zm.954 5.18l-6.57-6.568v2.469q0 1.361-.972 2.334q-.973.973-2.335.973t-2.334-.973q-.974-.973-.974-2.334h-.042q-.304 0-.53-.215q-.228-.214-.278-.512l-.723-7.077q-.05-.373.192-.63q.243-.259.616-.259h1.146L2.4 3.931q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.4 17.4q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-8.234-2.457q.665-.664.665-1.643v-3.47l-3.181-3.18l-.584 5.923q-.05.298-.277.512t-.531.215h-.042q0 .979.664 1.643q.664.665 1.643.665t1.643-.665"/></svg> </template>
CSS
.icon-mic-external-off-rounded {
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%22m9.462%206.766l-3.15-3.15q.234-.103.438-.129t.365-.026q1.039%200%201.77.729q.73.727.73%201.771q0%20.2-.031.382t-.123.423m9.385%209.384l-1-1V6.77q0-.98-.664-1.644t-1.643-.665q-.98%200-1.644.665q-.664.664-.664%201.643v3.766l-1-1V6.768q0-1.373.973-2.34q.973-.968%202.334-.968t2.335.968t.973%202.34zm.954%205.18l-6.57-6.568v2.469q0%201.361-.972%202.334q-.973.973-2.335.973t-2.334-.973q-.974-.973-.974-2.334h-.042q-.304%200-.53-.215q-.228-.214-.278-.512l-.723-7.077q-.05-.373.192-.63q.243-.259.616-.259h1.146L2.4%203.931q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.4%2017.4q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-8.234-2.457q.665-.664.665-1.643v-3.47l-3.181-3.18l-.584%205.923q-.05.298-.277.512t-.531.215h-.042q0%20.979.664%201.643q.664.665%201.643.665t1.643-.665%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%22m9.462%206.766l-3.15-3.15q.234-.103.438-.129t.365-.026q1.039%200%201.77.729q.73.727.73%201.771q0%20.2-.031.382t-.123.423m9.385%209.384l-1-1V6.77q0-.98-.664-1.644t-1.643-.665q-.98%200-1.644.665q-.664.664-.664%201.643v3.766l-1-1V6.768q0-1.373.973-2.34q.973-.968%202.334-.968t2.335.968t.973%202.34zm.954%205.18l-6.57-6.568v2.469q0%201.361-.972%202.334q-.973.973-2.335.973t-2.334-.973q-.974-.973-.974-2.334h-.042q-.304%200-.53-.215q-.228-.214-.278-.512l-.723-7.077q-.05-.373.192-.63q.243-.259.616-.259h1.146L2.4%203.931q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.4%2017.4q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-8.234-2.457q.665-.664.665-1.643v-3.47l-3.181-3.18l-.584%205.923q-.05.298-.277.512t-.531.215h-.042q0%20.979.664%201.643q.664.665%201.643.665t1.643-.665%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mic-external-off-rounded.svg?color=%231a73e8&size=48