Clubq8 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clubq8 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/323839.svg" alt="Clubq8 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323839.svg" alt="Clubq8 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323839.svg" alt="Clubq8 icon" :width="24" :height="24" />
CSS background
.icon-clubq8 {
background-image: url('https://proicons.com/icon/323839.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>.s{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="s" cx="24" cy="24" r="21.5"/><g id="d"><path id="e" class="s" d="m26.85,34.5c-1.1046,0-2,.8954-2,2h0c0,1.1046.8954,2,2,2h1.3c1.1046,0,2-.8954,2-2h0c0-1.1046-.8954-2-2-2"/><path id="f" class="s" d="m28.15,34.5c1.1046,0,2-.8954,2-2h0c0-1.1046-.8954-2-2-2h-1.3c-1.1046,0-2,.8954-2,2h0c0,1.1046.8954,2,2,2"/><line id="g" class="s" x1="26.85" y1="34.5" x2="28.15" y2="34.5"/></g><g id="h"><line id="i" class="s" x1="23.15" y1="38.4999" x2="20.4999" y2="35.8816"/><path id="j" class="s" d="m20.5,30.5h0c1.4636,0,2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65Z"/></g><g id="k"><path id="l" class="s" d="m32.3627,20.4991c0-1.5766,1.278-2.8545,2.8545-2.8545h0c1.5766,0,2.8545,1.278,2.8545,2.8545v1.8554c0,1.5766-1.278,2.8545-2.8545,2.8545h0c-1.5766,0-2.8545-1.278-2.8545-2.8545"/><line id="m" class="s" x1="32.3627" y1="25.2091" x2="32.3627" y2="13.7909"/></g><g id="n"><path id="o" class="s" d="m24.2185,17.6445v4.71c0,1.5766,1.278,2.8545,2.8545,2.8545h0c1.5766,0,2.8545-1.278,2.8545-2.8545v-4.71"/><line id="p" class="s" x1="29.9276" y1="22.3545" x2="29.9276" y2="25.2091"/></g><path id="q" class="s" d="m19.9279,13.7909v9.9909c0,.7883.639,1.4273,1.4273,1.4273h.4282"/><path id="r" class="s" d="m17.4927,21.38v.0471c0,2.0889-1.6933,3.7823-3.7823,3.7823h0c-2.089,0-3.7823-1.6933-3.7823-3.7823v-3.8536c0-2.089,1.6933-3.7823,3.7823-3.7823h0c2.0889,0,3.7823,1.6933,3.7823,3.7823v.0471"/></svg>
Copied!