Bangchak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bangchak 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/322369.svg" alt="Bangchak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322369.svg" alt="Bangchak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322369.svg" alt="Bangchak icon" :width="24" :height="24" />
CSS background
.icon-bangchak {
background-image: url('https://proicons.com/icon/322369.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.6163,10.4073c-16.5506.2196-27.4709,13.4275-19.9483,21.3396,7.1323,7.5015,22.0702.1996,19.9483-21.3392,1.3178-.071,2.7957-.1168,4.5593-.1179-.1292-1.4779-.3146-3.0081-.5603-4.5909C17.165,3.2597-3.6882,23.7727,12.1074,38.2671c11.3252,10.3922,31.6762,1.8651,29.0681-27.9772"/><path class="c" d="m17.4839,18.3407c2.0753-3.9042,6.7239-11.3244,23.1313-12.6417"/><path class="c" d="m17.4699,10.907c-3.2183,3.9794-3.6167,11.1598-3.2173,15.3684"/><path class="c" d="m9.3119,34.9567c7.4639,3.4852,15.6643.6394,18.2891-1.3723"/></svg>
Copied!