noise control off icon
noise-control-off from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- noise-control-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- noise-control-off-outline, noise-control-off-outline-sharp, noise-control-off-sharp
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the noise control 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.125 21.588q-1.375-.413-2.55-1.163l1.45-1.45q.875.5 1.875.763T12 20t2.1-.262t1.875-.763l1.45 1.45q-1.175.75-2.55 1.163T12 22t-2.875-.413m-5.55-4.162q-.75-1.175-1.162-2.55T2 12t.413-2.875t1.162-2.55l1.45 1.45q-.5.875-.763 1.875T4 12t.263 2.1t.762 1.875zm16.85 0l-1.45-1.45q.5-.875.763-1.875T20 12t-.262-2.1t-.763-1.875l1.45-1.45q.75 1.175 1.163 2.55T22 12t-.413 2.875t-1.162 2.55m-12.4-12.4l-1.45-1.45q1.175-.75 2.55-1.162T12 2t2.875.413t2.55 1.162l-1.45 1.45q-.875-.5-1.875-.763T12 4t-2.1.263t-1.875.762M13 18q-.95 0-1.737-.575T10.15 15.95q-.075-.225-.162-.437t-.263-.388L8.35 13.75q-.65-.65-1-1.487T7 10.5q0-1.875 1.313-3.187T11.5 6q1.725 0 3 1.138T15.975 10H13.95q-.175-.875-.862-1.437T11.5 8q-1.05 0-1.775.725T9 10.5q0 .5.2.988t.575.862l1.35 1.35q.35.35.562.763t.363.837q.125.325.375.513T13 16q.425 0 .713-.288T14 15h2q0 1.25-.862 2.125T13 18m.5-4q-.625 0-1.062-.437T12 12.5q0-.65.438-1.075T13.5 11q.65 0 1.075.425T15 12.5q0 .625-.425 1.063T13.5 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNoiseControlOff(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.125 21.588q-1.375-.413-2.55-1.163l1.45-1.45q.875.5 1.875.763T12 20t2.1-.262t1.875-.763l1.45 1.45q-1.175.75-2.55 1.163T12 22t-2.875-.413m-5.55-4.162q-.75-1.175-1.162-2.55T2 12t.413-2.875t1.162-2.55l1.45 1.45q-.5.875-.763 1.875T4 12t.263 2.1t.762 1.875zm16.85 0l-1.45-1.45q.5-.875.763-1.875T20 12t-.262-2.1t-.763-1.875l1.45-1.45q.75 1.175 1.163 2.55T22 12t-.413 2.875t-1.162 2.55m-12.4-12.4l-1.45-1.45q1.175-.75 2.55-1.162T12 2t2.875.413t2.55 1.162l-1.45 1.45q-.875-.5-1.875-.763T12 4t-2.1.263t-1.875.762M13 18q-.95 0-1.737-.575T10.15 15.95q-.075-.225-.162-.437t-.263-.388L8.35 13.75q-.65-.65-1-1.487T7 10.5q0-1.875 1.313-3.187T11.5 6q1.725 0 3 1.138T15.975 10H13.95q-.175-.875-.862-1.437T11.5 8q-1.05 0-1.775.725T9 10.5q0 .5.2.988t.575.862l1.35 1.35q.35.35.562.763t.363.837q.125.325.375.513T13 16q.425 0 .713-.288T14 15h2q0 1.25-.862 2.125T13 18m.5-4q-.625 0-1.062-.437T12 12.5q0-.65.438-1.075T13.5 11q.65 0 1.075.425T15 12.5q0 .625-.425 1.063T13.5 14"/></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.125 21.588q-1.375-.413-2.55-1.163l1.45-1.45q.875.5 1.875.763T12 20t2.1-.262t1.875-.763l1.45 1.45q-1.175.75-2.55 1.163T12 22t-2.875-.413m-5.55-4.162q-.75-1.175-1.162-2.55T2 12t.413-2.875t1.162-2.55l1.45 1.45q-.5.875-.763 1.875T4 12t.263 2.1t.762 1.875zm16.85 0l-1.45-1.45q.5-.875.763-1.875T20 12t-.262-2.1t-.763-1.875l1.45-1.45q.75 1.175 1.163 2.55T22 12t-.413 2.875t-1.162 2.55m-12.4-12.4l-1.45-1.45q1.175-.75 2.55-1.162T12 2t2.875.413t2.55 1.162l-1.45 1.45q-.875-.5-1.875-.763T12 4t-2.1.263t-1.875.762M13 18q-.95 0-1.737-.575T10.15 15.95q-.075-.225-.162-.437t-.263-.388L8.35 13.75q-.65-.65-1-1.487T7 10.5q0-1.875 1.313-3.187T11.5 6q1.725 0 3 1.138T15.975 10H13.95q-.175-.875-.862-1.437T11.5 8q-1.05 0-1.775.725T9 10.5q0 .5.2.988t.575.862l1.35 1.35q.35.35.562.763t.363.837q.125.325.375.513T13 16q.425 0 .713-.288T14 15h2q0 1.25-.862 2.125T13 18m.5-4q-.625 0-1.062-.437T12 12.5q0-.65.438-1.075T13.5 11q.65 0 1.075.425T15 12.5q0 .625-.425 1.063T13.5 14"/></svg> </template>
CSS
.icon-noise-control-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%22M9.125%2021.588q-1.375-.413-2.55-1.163l1.45-1.45q.875.5%201.875.763T12%2020t2.1-.262t1.875-.763l1.45%201.45q-1.175.75-2.55%201.163T12%2022t-2.875-.413m-5.55-4.162q-.75-1.175-1.162-2.55T2%2012t.413-2.875t1.162-2.55l1.45%201.45q-.5.875-.763%201.875T4%2012t.263%202.1t.762%201.875zm16.85%200l-1.45-1.45q.5-.875.763-1.875T20%2012t-.262-2.1t-.763-1.875l1.45-1.45q.75%201.175%201.163%202.55T22%2012t-.413%202.875t-1.162%202.55m-12.4-12.4l-1.45-1.45q1.175-.75%202.55-1.162T12%202t2.875.413t2.55%201.162l-1.45%201.45q-.875-.5-1.875-.763T12%204t-2.1.263t-1.875.762M13%2018q-.95%200-1.737-.575T10.15%2015.95q-.075-.225-.162-.437t-.263-.388L8.35%2013.75q-.65-.65-1-1.487T7%2010.5q0-1.875%201.313-3.187T11.5%206q1.725%200%203%201.138T15.975%2010H13.95q-.175-.875-.862-1.437T11.5%208q-1.05%200-1.775.725T9%2010.5q0%20.5.2.988t.575.862l1.35%201.35q.35.35.562.763t.363.837q.125.325.375.513T13%2016q.425%200%20.713-.288T14%2015h2q0%201.25-.862%202.125T13%2018m.5-4q-.625%200-1.062-.437T12%2012.5q0-.65.438-1.075T13.5%2011q.65%200%201.075.425T15%2012.5q0%20.625-.425%201.063T13.5%2014%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.125%2021.588q-1.375-.413-2.55-1.163l1.45-1.45q.875.5%201.875.763T12%2020t2.1-.262t1.875-.763l1.45%201.45q-1.175.75-2.55%201.163T12%2022t-2.875-.413m-5.55-4.162q-.75-1.175-1.162-2.55T2%2012t.413-2.875t1.162-2.55l1.45%201.45q-.5.875-.763%201.875T4%2012t.263%202.1t.762%201.875zm16.85%200l-1.45-1.45q.5-.875.763-1.875T20%2012t-.262-2.1t-.763-1.875l1.45-1.45q.75%201.175%201.163%202.55T22%2012t-.413%202.875t-1.162%202.55m-12.4-12.4l-1.45-1.45q1.175-.75%202.55-1.162T12%202t2.875.413t2.55%201.162l-1.45%201.45q-.875-.5-1.875-.763T12%204t-2.1.263t-1.875.762M13%2018q-.95%200-1.737-.575T10.15%2015.95q-.075-.225-.162-.437t-.263-.388L8.35%2013.75q-.65-.65-1-1.487T7%2010.5q0-1.875%201.313-3.187T11.5%206q1.725%200%203%201.138T15.975%2010H13.95q-.175-.875-.862-1.437T11.5%208q-1.05%200-1.775.725T9%2010.5q0%20.5.2.988t.575.862l1.35%201.35q.35.35.562.763t.363.837q.125.325.375.513T13%2016q.425%200%20.713-.288T14%2015h2q0%201.25-.862%202.125T13%2018m.5-4q-.625%200-1.062-.437T12%2012.5q0-.65.438-1.075T13.5%2011q.65%200%201.075.425T15%2012.5q0%20.625-.425%201.063T13.5%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/noise-control-off.svg?color=%231a73e8&size=48