Hackclub Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hackclub 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/314603.svg" alt="Hackclub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314603.svg" alt="Hackclub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314603.svg" alt="Hackclub icon" :width="24" :height="24" />
CSS background
.icon-hackclub {
background-image: url('https://proicons.com/icon/314603.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hack Club</title><path d="M12 0C2.4 0 0 2.4 0 12s2.4 12 12 12 12-2.4 12-12S21.6 0 12 0zm4.5 19.5094h-3.3094V13.003c0-.975-.1875-1.6218-.8343-1.6218-.7125 0-1.575 1.003-1.575 2.625v5.503H7.5V4.9689l3.2906-.5625v5.428c.7125-.6468 1.7063-.928 2.7188-.928 2.1562 0 2.9906 1.4156 2.9906 3.628z"/></svg>
Copied!