Hoopla Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hoopla 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/327116.svg" alt="Hoopla icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327116.svg" alt="Hoopla icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327116.svg" alt="Hoopla icon" :width="24" :height="24" />
CSS background
.icon-hoopla {
background-image: url('https://proicons.com/icon/327116.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="9.5007" y1="18.745" x2="9.5007" y2="26.8298"/><path class="b" d="M9.5007,23.4948c0-1.1117.8949-2.0212,1.9886-2.0212s1.9886.9095,1.9886,2.0212v3.335"/><path class="b" d="M17.2893,26.8404c-1.0937,0-1.9886-.9095-1.9886-2.0212v-1.3138c0-1.1117.8949-2.0212,1.9886-2.0212s1.9886.9095,1.9886,2.0212v1.3138c0,1.1117-.8949,2.0212-1.9886,2.0212Z"/><path class="b" d="M23.0887,26.8389c-1.0937,0-1.9886-.9095-1.9886-2.0212v-1.3138c0-1.1117.8949-2.0212,1.9886-2.0212s1.9886.9095,1.9886,2.0212v1.3138c0,1.1117-.8949,2.0212-1.9886,2.0212Z"/><path class="b" d="M26.9003,24.8123c0,1.1117.8949,2.0212,1.9886,2.0212s1.9886-.9095,1.9886-2.0212v-1.3138c0-1.1117-.8949-2.0212-1.9886-2.0212s-1.9886.9095-1.9886,2.0212"/><line class="b" x1="26.9003" y1="21.4773" x2="26.9003" y2="29.5621"/><line class="b" x1="32.6999" y1="18.7622" x2="32.6999" y2="26.8474"/><path class="b" d="M38.5007,24.8235c0,1.1117-.8949,2.0212-1.9886,2.0212s-1.9886-.9095-1.9886-2.0212v-1.3138c0-1.1117.8949-2.0212,1.9886-2.0212s1.9886.9095,1.9886,2.0212"/><line class="b" x1="38.5007" y1="26.8447" x2="38.5007" y2="21.4885"/><rect class="b" x="5.5001" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!