noise control on icon
noise-control-on-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- noise-control-on-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- noise-control-on-outline-rounded
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 on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m.975-2q-.975 0-1.75-.6T10.1 15.85q-.075-.2-.162-.388t-.238-.337L8.45 13.85q-.65-.65-1.05-1.5t-.4-1.8q0-1.875 1.313-3.213T11.5 6q1.3 0 2.388.688T15.55 8.55q.25.5-.038.975T14.65 10q-.3 0-.537-.162T13.75 9.4q-.325-.65-.925-1.025T11.5 8q-1.05 0-1.775.725T9 10.5q0 .525.188 1t.562.85l1.375 1.35q.35.35.563.763t.362.862q.125.3.375.488T13 16q.275 0 .513-.137t.362-.388q.125-.225.35-.35t.5-.125q.575 0 .875.475t.025.975q-.4.725-1.112 1.138T12.974 18m1.588-4.437Q15 13.125 15 12.5t-.437-1.062T13.5 11t-1.062.438T12 12.5t.438 1.063T13.5 14t1.063-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNoiseControlOnRounded(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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m.975-2q-.975 0-1.75-.6T10.1 15.85q-.075-.2-.162-.388t-.238-.337L8.45 13.85q-.65-.65-1.05-1.5t-.4-1.8q0-1.875 1.313-3.213T11.5 6q1.3 0 2.388.688T15.55 8.55q.25.5-.038.975T14.65 10q-.3 0-.537-.162T13.75 9.4q-.325-.65-.925-1.025T11.5 8q-1.05 0-1.775.725T9 10.5q0 .525.188 1t.562.85l1.375 1.35q.35.35.563.763t.362.862q.125.3.375.488T13 16q.275 0 .513-.137t.362-.388q.125-.225.35-.35t.5-.125q.575 0 .875.475t.025.975q-.4.725-1.112 1.138T12.974 18m1.588-4.437Q15 13.125 15 12.5t-.437-1.062T13.5 11t-1.062.438T12 12.5t.438 1.063T13.5 14t1.063-.437"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m.975-2q-.975 0-1.75-.6T10.1 15.85q-.075-.2-.162-.388t-.238-.337L8.45 13.85q-.65-.65-1.05-1.5t-.4-1.8q0-1.875 1.313-3.213T11.5 6q1.3 0 2.388.688T15.55 8.55q.25.5-.038.975T14.65 10q-.3 0-.537-.162T13.75 9.4q-.325-.65-.925-1.025T11.5 8q-1.05 0-1.775.725T9 10.5q0 .525.188 1t.562.85l1.375 1.35q.35.35.563.763t.362.862q.125.3.375.488T13 16q.275 0 .513-.137t.362-.388q.125-.225.35-.35t.5-.125q.575 0 .875.475t.025.975q-.4.725-1.112 1.138T12.974 18m1.588-4.437Q15 13.125 15 12.5t-.437-1.062T13.5 11t-1.062.438T12 12.5t.438 1.063T13.5 14t1.063-.437"/></svg> </template>
CSS
.icon-noise-control-on-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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m.975-2q-.975%200-1.75-.6T10.1%2015.85q-.075-.2-.162-.388t-.238-.337L8.45%2013.85q-.65-.65-1.05-1.5t-.4-1.8q0-1.875%201.313-3.213T11.5%206q1.3%200%202.388.688T15.55%208.55q.25.5-.038.975T14.65%2010q-.3%200-.537-.162T13.75%209.4q-.325-.65-.925-1.025T11.5%208q-1.05%200-1.775.725T9%2010.5q0%20.525.188%201t.562.85l1.375%201.35q.35.35.563.763t.362.862q.125.3.375.488T13%2016q.275%200%20.513-.137t.362-.388q.125-.225.35-.35t.5-.125q.575%200%20.875.475t.025.975q-.4.725-1.112%201.138T12.974%2018m1.588-4.437Q15%2013.125%2015%2012.5t-.437-1.062T13.5%2011t-1.062.438T12%2012.5t.438%201.063T13.5%2014t1.063-.437%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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m.975-2q-.975%200-1.75-.6T10.1%2015.85q-.075-.2-.162-.388t-.238-.337L8.45%2013.85q-.65-.65-1.05-1.5t-.4-1.8q0-1.875%201.313-3.213T11.5%206q1.3%200%202.388.688T15.55%208.55q.25.5-.038.975T14.65%2010q-.3%200-.537-.162T13.75%209.4q-.325-.65-.925-1.025T11.5%208q-1.05%200-1.775.725T9%2010.5q0%20.525.188%201t.562.85l1.375%201.35q.35.35.563.763t.362.862q.125.3.375.488T13%2016q.275%200%20.513-.137t.362-.388q.125-.225.35-.35t.5-.125q.575%200%20.875.475t.025.975q-.4.725-1.112%201.138T12.974%2018m1.588-4.437Q15%2013.125%2015%2012.5t-.437-1.062T13.5%2011t-1.062.438T12%2012.5t.438%201.063T13.5%2014t1.063-.437%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-on-rounded.svg?color=%231a73e8&size=48