Bunpo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bunpo 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/337592.svg" alt="Bunpo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337592.svg" alt="Bunpo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337592.svg" alt="Bunpo icon" :width="24" :height="24" />
CSS background
.icon-bunpo {
background-image: url('https://proicons.com/icon/337592.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m35.6213,22.9441c3.746,4.504,2.4937,11.4908-1.494,15.4895-7.4921,6.9867-14.9841,4.7457-13.4901-4.9984,1.5013-10.9854,6.4961-19.9752,14.9841-26.9693,4.493-2.988,7.4921,1.505,2.999,5.9981-11.2381,11.2381-20.2242,11.2381-31.4623,1.494"/></svg>
Copied!