mic off icon
mic-off-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- mic-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the mic off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.242 13.229q-.176-.085-.248-.295q-.071-.211.014-.388q.117-.236.162-.5q.046-.265.076-.532q.043-.214.186-.364t.357-.15t.353.166q.14.165.13.378q-.037.364-.11.731q-.071.367-.237.694q-.084.197-.285.27t-.398-.01m-3.884-4.202l-2.59-2.629q-.218-.217-.349-.522t-.13-.628V5q0-.846.576-1.423Q10.442 3 11.29 3q.846 0 1.423.577T13.289 5v3.648q0 .368-.334.505q-.334.138-.597-.126M10.788 20v-2.985q-2.165-.223-3.716-1.752q-1.55-1.528-1.747-3.738q-.03-.213.11-.37q.14-.155.354-.155t.356.153q.144.153.186.366q.196 1.923 1.622 3.202T11.289 16q1.08 0 2.016-.426t1.618-1.17l.714.713q-.725.787-1.713 1.28q-.987.494-2.135.619V20q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357m8.792.477L2.31 3.207q-.14-.14-.15-.343t.15-.364t.354-.16t.354.16l17.27 17.27q.14.14.15.344t-.15.363t-.355.16t-.353-.16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMicOffRounded(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="M16.242 13.229q-.176-.085-.248-.295q-.071-.211.014-.388q.117-.236.162-.5q.046-.265.076-.532q.043-.214.186-.364t.357-.15t.353.166q.14.165.13.378q-.037.364-.11.731q-.071.367-.237.694q-.084.197-.285.27t-.398-.01m-3.884-4.202l-2.59-2.629q-.218-.217-.349-.522t-.13-.628V5q0-.846.576-1.423Q10.442 3 11.29 3q.846 0 1.423.577T13.289 5v3.648q0 .368-.334.505q-.334.138-.597-.126M10.788 20v-2.985q-2.165-.223-3.716-1.752q-1.55-1.528-1.747-3.738q-.03-.213.11-.37q.14-.155.354-.155t.356.153q.144.153.186.366q.196 1.923 1.622 3.202T11.289 16q1.08 0 2.016-.426t1.618-1.17l.714.713q-.725.787-1.713 1.28q-.987.494-2.135.619V20q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357m8.792.477L2.31 3.207q-.14-.14-.15-.343t.15-.364t.354-.16t.354.16l17.27 17.27q.14.14.15.344t-.15.363t-.355.16t-.353-.16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.242 13.229q-.176-.085-.248-.295q-.071-.211.014-.388q.117-.236.162-.5q.046-.265.076-.532q.043-.214.186-.364t.357-.15t.353.166q.14.165.13.378q-.037.364-.11.731q-.071.367-.237.694q-.084.197-.285.27t-.398-.01m-3.884-4.202l-2.59-2.629q-.218-.217-.349-.522t-.13-.628V5q0-.846.576-1.423Q10.442 3 11.29 3q.846 0 1.423.577T13.289 5v3.648q0 .368-.334.505q-.334.138-.597-.126M10.788 20v-2.985q-2.165-.223-3.716-1.752q-1.55-1.528-1.747-3.738q-.03-.213.11-.37q.14-.155.354-.155t.356.153q.144.153.186.366q.196 1.923 1.622 3.202T11.289 16q1.08 0 2.016-.426t1.618-1.17l.714.713q-.725.787-1.713 1.28q-.987.494-2.135.619V20q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357m8.792.477L2.31 3.207q-.14-.14-.15-.343t.15-.364t.354-.16t.354.16l17.27 17.27q.14.14.15.344t-.15.363t-.355.16t-.353-.16"/></svg> </template>
CSS
.icon-mic-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%22M16.242%2013.229q-.176-.085-.248-.295q-.071-.211.014-.388q.117-.236.162-.5q.046-.265.076-.532q.043-.214.186-.364t.357-.15t.353.166q.14.165.13.378q-.037.364-.11.731q-.071.367-.237.694q-.084.197-.285.27t-.398-.01m-3.884-4.202l-2.59-2.629q-.218-.217-.349-.522t-.13-.628V5q0-.846.576-1.423Q10.442%203%2011.29%203q.846%200%201.423.577T13.289%205v3.648q0%20.368-.334.505q-.334.138-.597-.126M10.788%2020v-2.985q-2.165-.223-3.716-1.752q-1.55-1.528-1.747-3.738q-.03-.213.11-.37q.14-.155.354-.155t.356.153q.144.153.186.366q.196%201.923%201.622%203.202T11.289%2016q1.08%200%202.016-.426t1.618-1.17l.714.713q-.725.787-1.713%201.28q-.987.494-2.135.619V20q0%20.214-.144.357t-.356.143t-.357-.143t-.143-.357m8.792.477L2.31%203.207q-.14-.14-.15-.343t.15-.364t.354-.16t.354.16l17.27%2017.27q.14.14.15.344t-.15.363t-.355.16t-.353-.16%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%22M16.242%2013.229q-.176-.085-.248-.295q-.071-.211.014-.388q.117-.236.162-.5q.046-.265.076-.532q.043-.214.186-.364t.357-.15t.353.166q.14.165.13.378q-.037.364-.11.731q-.071.367-.237.694q-.084.197-.285.27t-.398-.01m-3.884-4.202l-2.59-2.629q-.218-.217-.349-.522t-.13-.628V5q0-.846.576-1.423Q10.442%203%2011.29%203q.846%200%201.423.577T13.289%205v3.648q0%20.368-.334.505q-.334.138-.597-.126M10.788%2020v-2.985q-2.165-.223-3.716-1.752q-1.55-1.528-1.747-3.738q-.03-.213.11-.37q.14-.155.354-.155t.356.153q.144.153.186.366q.196%201.923%201.622%203.202T11.289%2016q1.08%200%202.016-.426t1.618-1.17l.714.713q-.725.787-1.713%201.28q-.987.494-2.135.619V20q0%20.214-.144.357t-.356.143t-.357-.143t-.143-.357m8.792.477L2.31%203.207q-.14-.14-.15-.343t.15-.364t.354-.16t.354.16l17.27%2017.27q.14.14.15.344t-.15.363t-.355.16t-.353-.16%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-off-rounded.svg?color=%231a73e8&size=48