noise control off icon

noise-control-off-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
noise-control-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
noise-control-off-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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.529 20.666q-1.144-.333-2.146-.95q-.208-.124-.281-.344t.03-.403q.105-.182.328-.212t.43.087q.904.556 1.935.856T12 20t2.175-.3t1.935-.856q.207-.117.43-.087q.224.03.327.212q.104.183.031.403t-.28.344q-1.002.617-2.147.95Q13.327 21 12 21t-2.471-.334M4.3 14.175q.3 1.03.856 1.935q.117.207.087.43q-.03.224-.212.327q-.183.104-.403.031t-.344-.28q-.617-1.002-.95-2.147Q3 13.327 3 12t.334-2.471t.95-2.146q.124-.208.344-.281t.403.03q.183.105.212.328q.03.223-.087.43q-.556.904-.856 1.935T4 12t.3 2.175M20 12q0-1.144-.3-2.175t-.856-1.934q-.117-.208-.087-.431t.212-.327t.403-.031t.344.28q.617 1.003.95 2.147Q21 10.673 21 12t-.334 2.471t-.95 2.146q-.124.208-.344.281t-.403-.03q-.182-.105-.212-.328t.087-.43q.556-.904.856-1.935T20 12m-8-8q-1.144 0-2.175.3t-1.934.856q-.208.117-.422.087t-.317-.212t-.03-.403q.072-.22.28-.344q1.021-.617 2.156-.95Q10.692 3 12 3q1.327 0 2.471.334q1.144.333 2.146.95q.208.124.281.344t-.03.403q-.105.183-.328.212q-.223.03-.43-.087q-.904-.556-1.935-.856T12 4m.975 13.5q-.84 0-1.48-.513q-.641-.514-.934-1.31l-.21-.484q-.097-.226-.286-.414l-1.269-1.275q-.592-.593-.944-1.356T7.5 10.55q0-1.683 1.168-2.866Q9.837 6.5 11.5 6.5q1.166 0 2.128.61q.963.611 1.48 1.652q.134.25-.019.494q-.152.244-.439.244q-.165 0-.278-.085q-.112-.086-.18-.226q-.383-.785-1.108-1.237Q12.36 7.5 11.5 7.5q-1.261 0-2.13.87T8.5 10.5q0 .621.226 1.192t.678 1.023l1.375 1.331q.292.292.476.676q.183.384.314.776q.164.454.558.728T13 16.5q.41 0 .772-.205t.545-.59q.067-.109.177-.157t.231-.048q.287 0 .442.235t.016.484q-.342.61-.93.946q-.587.335-1.278.335m1.232-4.293q.293-.294.293-.707t-.293-.707t-.707-.293t-.707.293t-.293.707t.293.707t.707.293t.707-.293"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoiseControlOffRounded(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.529 20.666q-1.144-.333-2.146-.95q-.208-.124-.281-.344t.03-.403q.105-.182.328-.212t.43.087q.904.556 1.935.856T12 20t2.175-.3t1.935-.856q.207-.117.43-.087q.224.03.327.212q.104.183.031.403t-.28.344q-1.002.617-2.147.95Q13.327 21 12 21t-2.471-.334M4.3 14.175q.3 1.03.856 1.935q.117.207.087.43q-.03.224-.212.327q-.183.104-.403.031t-.344-.28q-.617-1.002-.95-2.147Q3 13.327 3 12t.334-2.471t.95-2.146q.124-.208.344-.281t.403.03q.183.105.212.328q.03.223-.087.43q-.556.904-.856 1.935T4 12t.3 2.175M20 12q0-1.144-.3-2.175t-.856-1.934q-.117-.208-.087-.431t.212-.327t.403-.031t.344.28q.617 1.003.95 2.147Q21 10.673 21 12t-.334 2.471t-.95 2.146q-.124.208-.344.281t-.403-.03q-.182-.105-.212-.328t.087-.43q.556-.904.856-1.935T20 12m-8-8q-1.144 0-2.175.3t-1.934.856q-.208.117-.422.087t-.317-.212t-.03-.403q.072-.22.28-.344q1.021-.617 2.156-.95Q10.692 3 12 3q1.327 0 2.471.334q1.144.333 2.146.95q.208.124.281.344t-.03.403q-.105.183-.328.212q-.223.03-.43-.087q-.904-.556-1.935-.856T12 4m.975 13.5q-.84 0-1.48-.513q-.641-.514-.934-1.31l-.21-.484q-.097-.226-.286-.414l-1.269-1.275q-.592-.593-.944-1.356T7.5 10.55q0-1.683 1.168-2.866Q9.837 6.5 11.5 6.5q1.166 0 2.128.61q.963.611 1.48 1.652q.134.25-.019.494q-.152.244-.439.244q-.165 0-.278-.085q-.112-.086-.18-.226q-.383-.785-1.108-1.237Q12.36 7.5 11.5 7.5q-1.261 0-2.13.87T8.5 10.5q0 .621.226 1.192t.678 1.023l1.375 1.331q.292.292.476.676q.183.384.314.776q.164.454.558.728T13 16.5q.41 0 .772-.205t.545-.59q.067-.109.177-.157t.231-.048q.287 0 .442.235t.016.484q-.342.61-.93.946q-.587.335-1.278.335m1.232-4.293q.293-.294.293-.707t-.293-.707t-.707-.293t-.707.293t-.293.707t.293.707t.707.293t.707-.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.529 20.666q-1.144-.333-2.146-.95q-.208-.124-.281-.344t.03-.403q.105-.182.328-.212t.43.087q.904.556 1.935.856T12 20t2.175-.3t1.935-.856q.207-.117.43-.087q.224.03.327.212q.104.183.031.403t-.28.344q-1.002.617-2.147.95Q13.327 21 12 21t-2.471-.334M4.3 14.175q.3 1.03.856 1.935q.117.207.087.43q-.03.224-.212.327q-.183.104-.403.031t-.344-.28q-.617-1.002-.95-2.147Q3 13.327 3 12t.334-2.471t.95-2.146q.124-.208.344-.281t.403.03q.183.105.212.328q.03.223-.087.43q-.556.904-.856 1.935T4 12t.3 2.175M20 12q0-1.144-.3-2.175t-.856-1.934q-.117-.208-.087-.431t.212-.327t.403-.031t.344.28q.617 1.003.95 2.147Q21 10.673 21 12t-.334 2.471t-.95 2.146q-.124.208-.344.281t-.403-.03q-.182-.105-.212-.328t.087-.43q.556-.904.856-1.935T20 12m-8-8q-1.144 0-2.175.3t-1.934.856q-.208.117-.422.087t-.317-.212t-.03-.403q.072-.22.28-.344q1.021-.617 2.156-.95Q10.692 3 12 3q1.327 0 2.471.334q1.144.333 2.146.95q.208.124.281.344t-.03.403q-.105.183-.328.212q-.223.03-.43-.087q-.904-.556-1.935-.856T12 4m.975 13.5q-.84 0-1.48-.513q-.641-.514-.934-1.31l-.21-.484q-.097-.226-.286-.414l-1.269-1.275q-.592-.593-.944-1.356T7.5 10.55q0-1.683 1.168-2.866Q9.837 6.5 11.5 6.5q1.166 0 2.128.61q.963.611 1.48 1.652q.134.25-.019.494q-.152.244-.439.244q-.165 0-.278-.085q-.112-.086-.18-.226q-.383-.785-1.108-1.237Q12.36 7.5 11.5 7.5q-1.261 0-2.13.87T8.5 10.5q0 .621.226 1.192t.678 1.023l1.375 1.331q.292.292.476.676q.183.384.314.776q.164.454.558.728T13 16.5q.41 0 .772-.205t.545-.59q.067-.109.177-.157t.231-.048q.287 0 .442.235t.016.484q-.342.61-.93.946q-.587.335-1.278.335m1.232-4.293q.293-.294.293-.707t-.293-.707t-.707-.293t-.707.293t-.293.707t.293.707t.707.293t.707-.293"/></svg>
</template>

CSS

.icon-noise-control-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.529%2020.666q-1.144-.333-2.146-.95q-.208-.124-.281-.344t.03-.403q.105-.182.328-.212t.43.087q.904.556%201.935.856T12%2020t2.175-.3t1.935-.856q.207-.117.43-.087q.224.03.327.212q.104.183.031.403t-.28.344q-1.002.617-2.147.95Q13.327%2021%2012%2021t-2.471-.334M4.3%2014.175q.3%201.03.856%201.935q.117.207.087.43q-.03.224-.212.327q-.183.104-.403.031t-.344-.28q-.617-1.002-.95-2.147Q3%2013.327%203%2012t.334-2.471t.95-2.146q.124-.208.344-.281t.403.03q.183.105.212.328q.03.223-.087.43q-.556.904-.856%201.935T4%2012t.3%202.175M20%2012q0-1.144-.3-2.175t-.856-1.934q-.117-.208-.087-.431t.212-.327t.403-.031t.344.28q.617%201.003.95%202.147Q21%2010.673%2021%2012t-.334%202.471t-.95%202.146q-.124.208-.344.281t-.403-.03q-.182-.105-.212-.328t.087-.43q.556-.904.856-1.935T20%2012m-8-8q-1.144%200-2.175.3t-1.934.856q-.208.117-.422.087t-.317-.212t-.03-.403q.072-.22.28-.344q1.021-.617%202.156-.95Q10.692%203%2012%203q1.327%200%202.471.334q1.144.333%202.146.95q.208.124.281.344t-.03.403q-.105.183-.328.212q-.223.03-.43-.087q-.904-.556-1.935-.856T12%204m.975%2013.5q-.84%200-1.48-.513q-.641-.514-.934-1.31l-.21-.484q-.097-.226-.286-.414l-1.269-1.275q-.592-.593-.944-1.356T7.5%2010.55q0-1.683%201.168-2.866Q9.837%206.5%2011.5%206.5q1.166%200%202.128.61q.963.611%201.48%201.652q.134.25-.019.494q-.152.244-.439.244q-.165%200-.278-.085q-.112-.086-.18-.226q-.383-.785-1.108-1.237Q12.36%207.5%2011.5%207.5q-1.261%200-2.13.87T8.5%2010.5q0%20.621.226%201.192t.678%201.023l1.375%201.331q.292.292.476.676q.183.384.314.776q.164.454.558.728T13%2016.5q.41%200%20.772-.205t.545-.59q.067-.109.177-.157t.231-.048q.287%200%20.442.235t.016.484q-.342.61-.93.946q-.587.335-1.278.335m1.232-4.293q.293-.294.293-.707t-.293-.707t-.707-.293t-.707.293t-.293.707t.293.707t.707.293t.707-.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.529%2020.666q-1.144-.333-2.146-.95q-.208-.124-.281-.344t.03-.403q.105-.182.328-.212t.43.087q.904.556%201.935.856T12%2020t2.175-.3t1.935-.856q.207-.117.43-.087q.224.03.327.212q.104.183.031.403t-.28.344q-1.002.617-2.147.95Q13.327%2021%2012%2021t-2.471-.334M4.3%2014.175q.3%201.03.856%201.935q.117.207.087.43q-.03.224-.212.327q-.183.104-.403.031t-.344-.28q-.617-1.002-.95-2.147Q3%2013.327%203%2012t.334-2.471t.95-2.146q.124-.208.344-.281t.403.03q.183.105.212.328q.03.223-.087.43q-.556.904-.856%201.935T4%2012t.3%202.175M20%2012q0-1.144-.3-2.175t-.856-1.934q-.117-.208-.087-.431t.212-.327t.403-.031t.344.28q.617%201.003.95%202.147Q21%2010.673%2021%2012t-.334%202.471t-.95%202.146q-.124.208-.344.281t-.403-.03q-.182-.105-.212-.328t.087-.43q.556-.904.856-1.935T20%2012m-8-8q-1.144%200-2.175.3t-1.934.856q-.208.117-.422.087t-.317-.212t-.03-.403q.072-.22.28-.344q1.021-.617%202.156-.95Q10.692%203%2012%203q1.327%200%202.471.334q1.144.333%202.146.95q.208.124.281.344t-.03.403q-.105.183-.328.212q-.223.03-.43-.087q-.904-.556-1.935-.856T12%204m.975%2013.5q-.84%200-1.48-.513q-.641-.514-.934-1.31l-.21-.484q-.097-.226-.286-.414l-1.269-1.275q-.592-.593-.944-1.356T7.5%2010.55q0-1.683%201.168-2.866Q9.837%206.5%2011.5%206.5q1.166%200%202.128.61q.963.611%201.48%201.652q.134.25-.019.494q-.152.244-.439.244q-.165%200-.278-.085q-.112-.086-.18-.226q-.383-.785-1.108-1.237Q12.36%207.5%2011.5%207.5q-1.261%200-2.13.87T8.5%2010.5q0%20.621.226%201.192t.678%201.023l1.375%201.331q.292.292.476.676q.183.384.314.776q.164.454.558.728T13%2016.5q.41%200%20.772-.205t.545-.59q.067-.109.177-.157t.231-.048q.287%200%20.442.235t.016.484q-.342.61-.93.946q-.587.335-1.278.335m1.232-4.293q.293-.294.293-.707t-.293-.707t-.707-.293t-.707.293t-.293.707t.293.707t.707.293t.707-.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-rounded.svg?color=%231a73e8&size=48