Hackerskb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hackerskb 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/326858.svg" alt="Hackerskb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326858.svg" alt="Hackerskb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326858.svg" alt="Hackerskb icon" :width="24" :height="24" />
CSS background
.icon-hackerskb {
background-image: url('https://proicons.com/icon/326858.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="12.5888" y1="30.1173" x2="18.5266" y2="30.1173"/><line class="b" x1="12.5888" y1="18.2416" x2="18.5266" y2="18.2416"/><line class="b" x1="12.5888" y1="24.1795" x2="16.4602" y2="24.1795"/><line class="b" x1="12.5888" y1="18.2416" x2="12.5888" y2="30.1173"/><path class="b" d="M35.4112,27.7277c-.1916,1.4528-1.4348,2.574-2.9399,2.574h0c-1.6378,0-2.9655-1.3277-2.9655-2.9655v-1.9579c0-1.6378,1.3277-2.9655,2.9655-2.9655h0c1.5021,0,2.7433,1.1168,2.9388,2.5653"/><path class="b" d="M26.8979,22.597h-3.7738c-1.0383,0-1.8801.8417-1.8801,1.8801h0c0,1.0383.8417,1.8801,1.8801,1.8801h1.8937c1.0383,0,1.8801.8417,1.8801,1.8801h0c0,1.0383-.8417,1.8801-1.8801,1.8801h-3.7738"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!