Simpleclub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simpleclub 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/347330.svg" alt="Simpleclub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347330.svg" alt="Simpleclub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347330.svg" alt="Simpleclub icon" :width="24" :height="24" />
CSS background
.icon-simpleclub {
background-image: url('https://proicons.com/icon/347330.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><path class="b" d="M26.0708,3.0172l15.0744,8.6919c1.2039.6942,2.0855,2.2184,2.0855,3.6067v17.3684c0,1.3883-.8816,2.9126-2.0855,3.6067l-15.0744,8.6919c-1.1956.6894-2.9461.6894-4.1417,0l-15.0744-8.6919c-1.2039-.6941-2.0855-2.2184-2.0855-3.6067V15.3159c0-1.3883.8816-2.9126,2.0855-3.6067L21.9292,3.0172c1.196-.6896,2.9457-.6896,4.1417,0"/></svg>
Copied!