noise control off icon
noise-control-off from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- noise-control-off
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More android icons from Material Symbols Light
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.27 20.578q-1.29-.422-2.387-1.172l.719-.72q.932.616 2.048.965T12 20t2.35-.349t2.048-.964l.72.719q-1.099.75-2.387 1.172T12 21t-2.73-.422m-4.676-3.46q-.75-1.099-1.172-2.387T3 12t.422-2.73q.422-1.29 1.172-2.387l.72.719q-.616.932-.965 2.048T4 12t.349 2.35t.965 2.048zm14.812 0l-.72-.72q.616-.932.965-2.048T20 12t-.349-2.35t-.964-2.048l.719-.72q.75 1.099 1.172 2.387T21 12t-.422 2.73q-.422 1.29-1.172 2.387M7.602 5.314l-.72-.72q1.099-.75 2.387-1.172T12 3t2.73.422q1.29.422 2.387 1.172l-.719.72q-.932-.616-2.048-.965T12 4t-2.35.349t-2.048.965M13 17.5q-.796 0-1.449-.479t-.92-1.244q-.094-.283-.22-.543t-.34-.475l-1.355-1.355q-.593-.593-.904-1.334T7.5 10.5q0-1.683 1.168-2.841Q9.837 6.5 11.5 6.5q1.533 0 2.654.993t1.321 2.488h-1.006q-.194-1.087-1.026-1.784T11.5 7.5q-1.242 0-2.121.87q-.879.869-.879 2.13q0 .616.239 1.18q.238.564.69 1.016l1.35 1.35q.292.293.486.667t.323.76q.164.46.549.743q.384.284.863.284q.637 0 1.068-.441q.432-.442.432-1.059h1q0 1.02-.728 1.76T13 17.5m.5-4q-.413 0-.707-.293T12.5 12.5q0-.42.293-.71q.294-.29.707-.29q.42 0 .71.29t.29.71q0 .414-.29.707t-.71.293"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoiseControlOff(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.27 20.578q-1.29-.422-2.387-1.172l.719-.72q.932.616 2.048.965T12 20t2.35-.349t2.048-.964l.72.719q-1.099.75-2.387 1.172T12 21t-2.73-.422m-4.676-3.46q-.75-1.099-1.172-2.387T3 12t.422-2.73q.422-1.29 1.172-2.387l.72.719q-.616.932-.965 2.048T4 12t.349 2.35t.965 2.048zm14.812 0l-.72-.72q.616-.932.965-2.048T20 12t-.349-2.35t-.964-2.048l.719-.72q.75 1.099 1.172 2.387T21 12t-.422 2.73q-.422 1.29-1.172 2.387M7.602 5.314l-.72-.72q1.099-.75 2.387-1.172T12 3t2.73.422q1.29.422 2.387 1.172l-.719.72q-.932-.616-2.048-.965T12 4t-2.35.349t-2.048.965M13 17.5q-.796 0-1.449-.479t-.92-1.244q-.094-.283-.22-.543t-.34-.475l-1.355-1.355q-.593-.593-.904-1.334T7.5 10.5q0-1.683 1.168-2.841Q9.837 6.5 11.5 6.5q1.533 0 2.654.993t1.321 2.488h-1.006q-.194-1.087-1.026-1.784T11.5 7.5q-1.242 0-2.121.87q-.879.869-.879 2.13q0 .616.239 1.18q.238.564.69 1.016l1.35 1.35q.292.293.486.667t.323.76q.164.46.549.743q.384.284.863.284q.637 0 1.068-.441q.432-.442.432-1.059h1q0 1.02-.728 1.76T13 17.5m.5-4q-.413 0-.707-.293T12.5 12.5q0-.42.293-.71q.294-.29.707-.29q.42 0 .71.29t.29.71q0 .414-.29.707t-.71.293"/></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.27 20.578q-1.29-.422-2.387-1.172l.719-.72q.932.616 2.048.965T12 20t2.35-.349t2.048-.964l.72.719q-1.099.75-2.387 1.172T12 21t-2.73-.422m-4.676-3.46q-.75-1.099-1.172-2.387T3 12t.422-2.73q.422-1.29 1.172-2.387l.72.719q-.616.932-.965 2.048T4 12t.349 2.35t.965 2.048zm14.812 0l-.72-.72q.616-.932.965-2.048T20 12t-.349-2.35t-.964-2.048l.719-.72q.75 1.099 1.172 2.387T21 12t-.422 2.73q-.422 1.29-1.172 2.387M7.602 5.314l-.72-.72q1.099-.75 2.387-1.172T12 3t2.73.422q1.29.422 2.387 1.172l-.719.72q-.932-.616-2.048-.965T12 4t-2.35.349t-2.048.965M13 17.5q-.796 0-1.449-.479t-.92-1.244q-.094-.283-.22-.543t-.34-.475l-1.355-1.355q-.593-.593-.904-1.334T7.5 10.5q0-1.683 1.168-2.841Q9.837 6.5 11.5 6.5q1.533 0 2.654.993t1.321 2.488h-1.006q-.194-1.087-1.026-1.784T11.5 7.5q-1.242 0-2.121.87q-.879.869-.879 2.13q0 .616.239 1.18q.238.564.69 1.016l1.35 1.35q.292.293.486.667t.323.76q.164.46.549.743q.384.284.863.284q.637 0 1.068-.441q.432-.442.432-1.059h1q0 1.02-.728 1.76T13 17.5m.5-4q-.413 0-.707-.293T12.5 12.5q0-.42.293-.71q.294-.29.707-.29q.42 0 .71.29t.29.71q0 .414-.29.707t-.71.293"/></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.27%2020.578q-1.29-.422-2.387-1.172l.719-.72q.932.616%202.048.965T12%2020t2.35-.349t2.048-.964l.72.719q-1.099.75-2.387%201.172T12%2021t-2.73-.422m-4.676-3.46q-.75-1.099-1.172-2.387T3%2012t.422-2.73q.422-1.29%201.172-2.387l.72.719q-.616.932-.965%202.048T4%2012t.349%202.35t.965%202.048zm14.812%200l-.72-.72q.616-.932.965-2.048T20%2012t-.349-2.35t-.964-2.048l.719-.72q.75%201.099%201.172%202.387T21%2012t-.422%202.73q-.422%201.29-1.172%202.387M7.602%205.314l-.72-.72q1.099-.75%202.387-1.172T12%203t2.73.422q1.29.422%202.387%201.172l-.719.72q-.932-.616-2.048-.965T12%204t-2.35.349t-2.048.965M13%2017.5q-.796%200-1.449-.479t-.92-1.244q-.094-.283-.22-.543t-.34-.475l-1.355-1.355q-.593-.593-.904-1.334T7.5%2010.5q0-1.683%201.168-2.841Q9.837%206.5%2011.5%206.5q1.533%200%202.654.993t1.321%202.488h-1.006q-.194-1.087-1.026-1.784T11.5%207.5q-1.242%200-2.121.87q-.879.869-.879%202.13q0%20.616.239%201.18q.238.564.69%201.016l1.35%201.35q.292.293.486.667t.323.76q.164.46.549.743q.384.284.863.284q.637%200%201.068-.441q.432-.442.432-1.059h1q0%201.02-.728%201.76T13%2017.5m.5-4q-.413%200-.707-.293T12.5%2012.5q0-.42.293-.71q.294-.29.707-.29q.42%200%20.71.29t.29.71q0%20.414-.29.707t-.71.293%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.27%2020.578q-1.29-.422-2.387-1.172l.719-.72q.932.616%202.048.965T12%2020t2.35-.349t2.048-.964l.72.719q-1.099.75-2.387%201.172T12%2021t-2.73-.422m-4.676-3.46q-.75-1.099-1.172-2.387T3%2012t.422-2.73q.422-1.29%201.172-2.387l.72.719q-.616.932-.965%202.048T4%2012t.349%202.35t.965%202.048zm14.812%200l-.72-.72q.616-.932.965-2.048T20%2012t-.349-2.35t-.964-2.048l.719-.72q.75%201.099%201.172%202.387T21%2012t-.422%202.73q-.422%201.29-1.172%202.387M7.602%205.314l-.72-.72q1.099-.75%202.387-1.172T12%203t2.73.422q1.29.422%202.387%201.172l-.719.72q-.932-.616-2.048-.965T12%204t-2.35.349t-2.048.965M13%2017.5q-.796%200-1.449-.479t-.92-1.244q-.094-.283-.22-.543t-.34-.475l-1.355-1.355q-.593-.593-.904-1.334T7.5%2010.5q0-1.683%201.168-2.841Q9.837%206.5%2011.5%206.5q1.533%200%202.654.993t1.321%202.488h-1.006q-.194-1.087-1.026-1.784T11.5%207.5q-1.242%200-2.121.87q-.879.869-.879%202.13q0%20.616.239%201.18q.238.564.69%201.016l1.35%201.35q.292.293.486.667t.323.76q.164.46.549.743q.384.284.863.284q.637%200%201.068-.441q.432-.442.432-1.059h1q0%201.02-.728%201.76T13%2017.5m.5-4q-.413%200-.707-.293T12.5%2012.5q0-.42.293-.71q.294-.29.707-.29q.42%200%20.71.29t.29.71q0%20.414-.29.707t-.71.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/noise-control-off.svg?color=%231a73e8&size=48