Sonorox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sonorox 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/333086.svg" alt="Sonorox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333086.svg" alt="Sonorox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333086.svg" alt="Sonorox icon" :width="24" :height="24" />
CSS background
.icon-sonorox {
background-image: url('https://proicons.com/icon/333086.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.62,7.6l-2.2-4.1H21.58l-2.2,4.1,2.2,4.1h4.84Z"/><path class="a" d="M21.58,11.7l-2.2-4.1H14.54l-2.2,4.1,2.2,4.1h4.84Z"/><path class="a" d="M14.54,15.8l-2.2-4.1H7.5L5.3,15.8l2.2,4.1h4.84Z"/><path class="a" d="M14.54,24l-2.2-4.1H7.5L5.3,24l2.2,4.1h4.84Z"/><path class="a" d="M14.54,32.2l-2.2-4.1H7.5L5.3,32.2l2.2,4.1h4.84Z"/><path class="a" d="M21.58,36.3l-2.2-4.1H14.54l-2.2,4.1,2.2,4.1h4.84Z"/><path class="a" d="M28.62,40.4l-2.2-4.1H21.58l-2.2,4.1,2.2,4.1h4.84Z"/><path class="a" d="M42.7,32.2l-2.2-4.1H35.66l-2.2,4.1,2.2,4.1H40.5Z"/><path class="a" d="M35.66,36.3l-2.2-4.1H28.62l-2.2,4.1,2.2,4.1h4.84Z"/><path class="a" d="M42.7,15.8l-2.2-4.1H35.66l-2.2,4.1,2.2,4.1H40.5Z"/><path class="a" d="M42.7,24l-2.2-4.1H35.66L33.46,24l2.2,4.1H40.5Z"/><path class="a" d="M35.66,11.7l-2.2-4.1H28.62l-2.2,4.1,2.2,4.1h4.84Z"/></svg>
Copied!