Bazos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bazos 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/336996.svg" alt="Bazos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336996.svg" alt="Bazos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336996.svg" alt="Bazos icon" :width="24" :height="24" />
CSS background
.icon-bazos {
background-image: url('https://proicons.com/icon/336996.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="m23.169,18.439s-.6569,6.9225-.828,9.4434c-.1141,1.6807,1.7069,2.6808,3.2518,2.6808,3.5143,0,5.4996-3.0959,5.7218-7.4025.4547-8.8151-4.9541-12.9598-12.3065-12.9598-7.0796,0-12.7757,5.4961-13.4485,12.9598-.563,6.2412,2.8214,14.6411,11.7936,14.6411,3.2077,0,5.8537-.4115,7.878-1.7839"/><path class="b" d="m22.5411,25.3611c-.2033,2.3184-2.2307,4.2013-4.554,4.2013s-4.0419-1.8794-3.8387-4.1979l.2392-2.7286c.2033-2.3184,2.2514-4.1979,4.5747-4.1979s4.0237,1.8596,3.8205,4.178"/><path class="b" d="m42.5,9.4089s-5.7502,6.5355-5.7502,14.5905,5.7502,14.5917,5.7502,14.5917"/></svg>
Copied!