Bunpro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bunpro 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/337593.svg" alt="Bunpro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337593.svg" alt="Bunpro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337593.svg" alt="Bunpro icon" :width="24" :height="24" />
CSS background
.icon-bunpro {
background-image: url('https://proicons.com/icon/337593.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="34.6676" cy="14.0009" r="3"/><path class="c" d="M24.0006,14.0009v-2"/><path class="c" d="M15.8056,19.9999c1.3753,3.6251,3.5718,7.522,6.6296,10.904M26.8815,34.9345c1.6392,1.2012,3.1286,2.2443,4.7186,3.0665M33.167,17c-2.5603,9.5551-9.486,23-25.667,23h-2V8h37v32h-4"/><path class="c" d="M37.6676,17.0009h1.833M8.5006,17.0009h26.167"/></svg>
Copied!