Noisecapture Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noisecapture 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/330264.svg" alt="Noisecapture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330264.svg" alt="Noisecapture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330264.svg" alt="Noisecapture icon" :width="24" :height="24" />
CSS background
.icon-noisecapture {
background-image: url('https://proicons.com/icon/330264.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m9.9775,18.2051c-1.0953,0-1.9833.8464-1.9833,1.8904s.888,1.8904,1.9833,1.8904,1.9833-.8464,1.9833-1.8904-.888-1.8904-1.9833-1.8904h0Z"/><path class="c" d="m10.5037,33.7762c-.1198.1713-.3355.1964-.4817.0561-.0025-.0024-.0049-.0048-.0073-.0072l-.043-.0489c-1.1256-1.5207-5.4717-7.7924-5.4717-12.9853-.001-3.6674,2.5422-6.6412,5.6802-6.6424,3.138-.0011,5.6827,2.971,5.6837,6.6383v.004c0,5.1274-4.2825,11.3913-5.3592,12.9853h-.001Zm26.4909-23.826c2.3109,0,4.1837,2.3021,4.1837,5.1411v6.3636c0,2.84-1.8728,5.1411-4.1837,5.1411s-4.1827-2.3011-4.1827-5.1411v-6.3636c0-2.839,1.8728-5.1411,4.1827-5.1411Zm1.6166,19.3557v4.2189m-3.2322,0v-4.2199"/><path class="c" d="m30.5597,22.7702c.7119,4.3912,4.1857,7.2419,7.7591,6.3671,2.6156-.6403,4.6602-3.1529,5.1812-6.3671m-6.4702-12.5257v5.8766m1.4933-5.6233v5.6233m-2.9857-5.5538v5.5538m-25.3819,17.8174l6.166-.1369,2.3295-7.3992,2.0557,11.3737,1.6449-8.0848,1.9188,6.7147,2.3295-11.0998,2.1926,12.7438,1.3701-4.3852,8.4329.0665"/></svg>
Copied!