Bitaksi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitaksi 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/337214.svg" alt="Bitaksi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337214.svg" alt="Bitaksi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337214.svg" alt="Bitaksi icon" :width="24" :height="24" />
CSS background
.icon-bitaksi {
background-image: url('https://proicons.com/icon/337214.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="m9.2407,37.1951s-.184,1.3491,0,2.0299c.1278.4726.2505,1.2685.74,1.2685h2.7485c.4895,0,.6122-.7961.74-1.2685.184-.6804,0-2.0305,0-2.0305"/><path class="b" d="m34.6123,37.2236s-.184,1.32,0,2.0008c.1278.4726.2505,1.2691.74,1.2691h2.7485c.4895,0,.6122-.7966.74-1.2691.184-.6804,0-2.0629,0-2.0629"/><circle class="b" cx="11.3555" cy="30.7671" r="2.1143"/><path class="b" d="m9.7692,23.3671l4.4321-9.5147c2.8471-5.9795,16.9821-6.1629,19.5702,0l4.5404,9.5147"/><circle class="b" cx="36.7261" cy="30.7671" r="2.1143"/><path class="b" d="m9.7284,23.4103c-2.3426,0-4.2284,1.8859-4.2284,4.2284v5.2865c0,2.3426,1.8859,4.2284,4.2284,4.2284h5.3292c4.7415,2.0327,6.7969,2.065,9.1141,2.065,2.5305,0,4.6576-.0702,8.841-2.065h5.2587c2.3426,0,4.2284-1.8859,4.2284-4.2284v-5.2865c0-2.3426-1.8859-4.2284-4.2284-4.2284,0,0-28.5431,0-28.5431,0Z"/><path class="b" d="m25.3813,9.3408v-1.8343h-2.6818v1.8552"/></svg>
Copied!