Bongkoch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bongkoch 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/337408.svg" alt="Bongkoch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337408.svg" alt="Bongkoch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337408.svg" alt="Bongkoch icon" :width="24" :height="24" />
CSS background
.icon-bongkoch {
background-image: url('https://proicons.com/icon/337408.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><path class="b" d="M13.4195,16.9547c2.6849-3.9179,6.3628-7.7408,10.5747-12.4547,4.2899,4.7999,8.0258,8.6768,10.7227,12.6717M36.4299,36.9682c1.664-2.4149,2.8329-5.3459,2.6379-8.4898-.268-4.3229-2.0179-7.8498-4.3509-11.3057-2.7599,5.3319-5.1799,8.9228-8.7898,12.8737,3.3959,2.6889,6.9138,4.9359,10.5027,6.9218-2.815,4.0942-7.4671,6.5377-12.4357,6.5318-8.3218,0-15.3816-6.7318-15.0736-15.0216.165-4.4199,2.0829-7.9998,4.4989-11.5237,3.8939,5.3689,8.0998,9.6018,12.5077,13.0917"/></svg>
Copied!