E Bmkg Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The E Bmkg 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/324870.svg" alt="E Bmkg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324870.svg" alt="E Bmkg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324870.svg" alt="E Bmkg icon" :width="24" :height="24" />
CSS background
.icon-e-bmkg {
background-image: url('https://proicons.com/icon/324870.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="M23.0417,5.5c-5.4056,0-10.4584,3.3003-11.3269,7.4l-1.5674,7.4c-.8686,4.0997,2.7845,7.4,8.1901,7.4h9.7553c5.4056,0,10.4584-3.3003,11.3269-7.4l1.5674-7.4c.8686-4.0997-2.7845-7.4-8.1901-7.4h-9.7553ZM21.5835,12.9h9.5369c1.3665,0,2.2337,1.1001,1.9442,2.4667l-.5224,2.4667c-.2895,1.3665-1.6225,2.4667-2.9892,2.4667h-9.5369c-1.3665,0-2.2337-1.1001-1.9442-2.4667l.5225-2.4667c.2895-1.3665,1.6225-2.4667,2.9892-2.4667ZM8.5803,27.7l-1.5674,7.4c-.8686,4.0997,2.7845,7.4,8.1901,7.4h9.7575c5.4056,0,10.4563-3.3003,11.3247-7.4h-19.5152c-5.4056,0-9.0587-3.3003-8.1901-7.4h.0003Z"/></svg>
Copied!