Bkash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bkash 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/337248.svg" alt="Bkash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337248.svg" alt="Bkash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337248.svg" alt="Bkash icon" :width="24" :height="24" />
CSS background
.icon-bkash {
background-image: url('https://proicons.com/icon/337248.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.9814,8.6317s-4.1632,14.704-3.8089,14.704,16.4755,2.923,16.4755,2.923Z"/><polyline class="a" points="22.981 8.632 6.329 6.152 19.172 23.336 21.387 33.522 35.648 26.259 39.368 17.445 30.393 18.946"/><polyline class="a" points="37.929 20.855 43 20.855 39.368 17.445"/><polyline class="a" points="21.387 33.522 21.741 35.427 13.725 41.848 19.172 23.336"/><polyline class="a" points="35.648 26.259 35.117 29.138 22.848 32.778"/><polyline class="a" points="8.455 8.997 5 8.997 16.044 19.15"/></svg>
Copied!