Bodega Aurrera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bodega Aurrera 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/337386.svg" alt="Bodega Aurrera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337386.svg" alt="Bodega Aurrera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337386.svg" alt="Bodega Aurrera icon" :width="24" :height="24" />
CSS background
.icon-bodega-aurrera {
background-image: url('https://proicons.com/icon/337386.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M36.944,19.3654c-3.4537-4.3047-5.7762-3.9142-8.5793-.7298-1.9521,2.2224-.9991,1.0411-4.3347,4.7952-3.3356,3.7541-13.1142,15.3166-15.6169,17.8193-2.5227,2.5227-2.9131-1.3815-2.9131-6.2267s.1021-7.2879.4905-8.6994c.3884-1.3815,15.0162-19.3209,15.717-19.7213,1.3415-.8779,3.2435-.8779,4.585,0,.7198.4715,15.3166,18.3198,15.717,19.7213.3884,1.3815.4905,3.8241.4905,8.6994s-.3824,8.7795-2.9131,6.2267c-2.5227-2.5227-15.6169-17.8193-15.6169-17.8193"/></svg>
Copied!