Buz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buz 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/337622.svg" alt="Buz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337622.svg" alt="Buz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337622.svg" alt="Buz icon" :width="24" :height="24" />
CSS background
.icon-buz {
background-image: url('https://proicons.com/icon/337622.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="b" cx="34.07" cy="24.7046" r="2.1103"/><path class="b" d="M22.0289,29.6375v4.8346c0,1.6182,1.3118,2.93,2.93,2.93h0c1.6182,0,2.93-1.3118,2.93-2.93v-4.8346"/><line class="b" x1="27.8889" y1="34.4721" x2="27.8889" y2="37.4021"/><polyline class="b" points="31.1399 29.6375 37 29.6375 31.1399 37.4021 37 37.4021"/><path class="b" d="M15.8346,31.542c1.6182,0,2.93,1.3118,2.93,2.93s-1.3118,2.93-2.93,2.93h-4.8346v-11.7202h4.8346c1.6182,0,2.93,1.3118,2.93,2.93s-1.3118,2.93-2.93,2.93h0Z"/><line class="b" x1="15.8346" y1="31.542" x2="11" y2="31.542"/></svg>
Copied!