Easynoise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easynoise 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/324905.svg" alt="Easynoise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324905.svg" alt="Easynoise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324905.svg" alt="Easynoise icon" :width="24" :height="24" />
CSS background
.icon-easynoise {
background-image: url('https://proicons.com/icon/324905.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.6422,42.5,14.8229,30.6662H5.5l0-13.3324h9.3226L28.6422,5.5Z"/><path class="a" d="M37.1354,11.1706s5.3649.812,5.3633,2.387c-.0018,2.3029-7.8488,1.1782-7.8488,3.4811s7.8488,1.1782,7.8488,3.4811S34.65,21.6979,34.65,24.0008s7.8488,1.1782,7.8488,3.4811-7.758,1.1792-7.8488,3.481c-.0942,2.39,7.9658,1.5893,7.8488,3.9784-.0726,1.4835-5.1017,2.1881-5.1017,2.1881"/></svg>
Copied!