Xclub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xclub 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/349887.svg" alt="Xclub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349887.svg" alt="Xclub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349887.svg" alt="Xclub icon" :width="24" :height="24" />
CSS background
.icon-xclub {
background-image: url('https://proicons.com/icon/349887.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.5,39.3135l-13.5295-13.7667h-2.2377l4.558,13.7667h11.2093Z"/><path class="c" d="m24.2578,32.5563l-6.507,6.7572H7.119"/><path class="c" d="m5.5,8.6865l13.5295,13.7667h2.2377l-4.558-13.7667H5.5Z"/><path class="c" d="m16.7093,8.6865l13.148,12.7664-.959,1.0003h-7.631"/><path class="c" d="m24.4983,16.2495l5.7508-7.563h10.6318"/><path class="c" d="m24.4983,16.2495l16.3827-7.563-11.0237,12.7664"/><path class="c" d="m31.2907,39.3135l-13.148-12.7664.959-1.0003h7.631"/><path class="c" d="m24.2578,32.5563l-17.1388,6.7572,11.0237-12.7664"/></svg>
Copied!