Bitz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitz 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/322682.svg" alt="Bitz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322682.svg" alt="Bitz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322682.svg" alt="Bitz icon" :width="24" :height="24" />
CSS background
.icon-bitz {
background-image: url('https://proicons.com/icon/322682.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="n" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><polyline id="d" class="n" points="31.2201 22.0435 38.5 22.0435 31.2201 31.6894 38.5 31.6894"/><g id="e"><line id="f" class="n" x1="27.4077" y1="19.0406" x2="27.4077" y2="31.6894"/><line id="g" class="n" x1="25.4967" y1="22.0435" x2="29.3187" y2="22.0435"/></g><g id="h"><circle id="i" class="n" cx="22.3213" cy="17.5846" r="1.274"/><line id="j" class="n" x1="22.3213" y1="22.0435" x2="22.3213" y2="31.6894"/></g><g id="k"><path id="l" class="n" d="M15.5059,24.4095c2.0103,0,3.64,1.6297,3.64,3.64s-1.6297,3.64-3.64,3.64h-6.0059v-14.5598h6.0059c2.0103,0,3.64,1.6297,3.64,3.64s-1.6297,3.64-3.64,3.6399Z"/><line id="m" class="n" x1="15.5059" y1="24.4095" x2="9.5" y2="24.4095"/></g></svg>
Copied!