Noise Reducer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noise Reducer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330263.svg" alt="Noise Reducer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330263.svg" alt="Noise Reducer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330263.svg" alt="Noise Reducer icon" :width="24" :height="24" />
CSS background
.icon-noise-reducer {
background-image: url('https://proicons.com/icon/330263.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><circle id="e" class="f" cx="24" cy="24" r="21.5"/></g></g><line class="f" x1="8.7976" y1="39.2024" x2="39.2024" y2="8.7976"/><polyline class="f" points="2.6018 26.0931 5.4953 23.0654 8.5794 27.6636 11.6636 12.1869 14.7477 36.0748 17.8318 20.0935 20.9159 28.5607 24 21.1028 27.0841 26.8224 30.1682 15.7196 33.2523 33.5514 36.3364 10.1682 39.4206 30.8598 42.5047 19.8131 45.5 24"/></svg>
Copied!