Geekbench Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geekbench 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/340990.svg" alt="Geekbench icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340990.svg" alt="Geekbench icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340990.svg" alt="Geekbench icon" :width="24" :height="24" />
CSS background
.icon-geekbench {
background-image: url('https://proicons.com/icon/340990.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="36.8351" y="10.6286" width="4.4571" height="26.7429"/><rect class="a" x="29.0351" y="15.4242" width="4.4571" height="21.9473"/><rect class="a" x="14.5077" y="10.6286" width="4.4571" height="26.7429"/><rect class="a" x="6.7077" y="20.3916" width="4.4571" height="16.9798"/><line class="a" x1="41.2922" y1="33.3256" x2="43.5" y2="33.3256"/><polyline class="a" points="33.492 33.326 34.617 33.326 36.835 33.326"/><line class="a" x1="18.9649" y1="33.3256" x2="29.0351" y2="33.3256"/><line class="a" x1="11.1649" y1="33.3256" x2="14.5077" y2="33.3256"/><line class="a" x1="4.5" y1="33.3256" x2="6.7077" y2="33.3256"/><line class="a" x1="41.2922" y1="13.5601" x2="43.5" y2="13.5601"/><line class="a" x1="18.9649" y1="13.5601" x2="36.8351" y2="13.5601"/><line class="a" x1="4.5" y1="13.5601" x2="14.5077" y2="13.5601"/><line class="a" x1="41.2922" y1="23.4429" x2="43.5" y2="23.4429"/><polyline class="a" points="33.492 23.443 34.617 23.443 36.835 23.443"/><line class="a" x1="18.9649" y1="23.4429" x2="29.0351" y2="23.4429"/><line class="a" x1="11.1649" y1="23.4429" x2="14.5077" y2="23.4429"/><line class="a" x1="4.5" y1="23.4429" x2="6.7077" y2="23.4429"/></svg>
Copied!