Bmd Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bmd Go 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/337362.svg" alt="Bmd Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337362.svg" alt="Bmd Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337362.svg" alt="Bmd Go icon" :width="24" :height="24" />
CSS background
.icon-bmd-go {
background-image: url('https://proicons.com/icon/337362.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M26.7134,32.7104c6.901,4.6169,16.214.0327,16.7618-8.2532.5478-8.2858-8.0798-14.0565-15.5299-10.3897-6.0109,2.9614-7.8969,10.6299-3.9437,16.0406l-1.3377,4.0835,4.0495-1.4813Z"/><path class="d" d="M27.8497,23.7452c.6097.0006,1.1039.4944,1.1051,1.104.0024.6085-.4889,1.1038-1.0974,1.1062-.0026,0-.0051,0-.0077,0h-1.8247v-4.4226h1.8247c.6109,0,1.1062.4953,1.1062,1.1062s-.4953,1.1062-1.1062,1.1062h0"/><line class="d" x1="27.8497" y1="23.7452" x2="26.025" y2="23.7452"/><polyline class="d" points="30.7587 25.951 30.7587 21.5328 32.97 25.9554 35.1813 21.5383 35.1813 25.9554"/><path class="d" d="M37.3148,25.9554v-4.4226h.9956c1.0679,0,1.9353.8652,1.9353,1.9342v.5531c0,1.0688-.8665,1.9353-1.9353,1.9353h-.9956Z"/><path class="d" d="M19.1521,20.268c.0018-4.0443-3.2752-7.3242-7.3195-7.3261-.0022,0-.0044,0-.0066,0-4.0443-.0018-7.3242,3.2752-7.3261,7.3195,0,.0022,0,.0044,0,.0066v7.4652c.0012,4.0454,3.2807,7.3244,7.3261,7.325,4.0454-.0006,7.3249-3.2796,7.3261-7.325h-7.3261"/></svg>
Copied!