Chorus Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chorus Pro 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/338231.svg" alt="Chorus Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338231.svg" alt="Chorus Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338231.svg" alt="Chorus Pro icon" :width="24" :height="24" />
CSS background
.icon-chorus-pro {
background-image: url('https://proicons.com/icon/338231.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="10.986" y="16.0293" width="15.0559" height="15.0559" rx="1.107" ry="1.107"/><rect class="b" x="25.8943" y="5.5" width="7.6755" height="7.6755" rx="1.1562" ry="1.1562"/><rect class="b" x="33.1762" y="34.8245" width="7.6755" height="7.6755" rx="1.1562" ry="1.1562"/><rect class="b" x="7.1483" y="11.6995" width="7.6755" height="7.6755" rx="1.1562" ry="1.1562"/><rect class="b" x="20.7363" y="24.0984" width="10.2258" height="10.2258" rx="1.5404" ry="1.5404"/><line class="b" x1="25.3435" y1="16.1093" x2="26.5839" y2="13.0757"/><line class="b" x1="30.5303" y1="33.8495" x2="33.1762" y2="35.5625"/></svg>
Copied!