Tiendamia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiendamia 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/333966.svg" alt="Tiendamia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333966.svg" alt="Tiendamia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333966.svg" alt="Tiendamia icon" :width="24" :height="24" />
CSS background
.icon-tiendamia {
background-image: url('https://proicons.com/icon/333966.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;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="d" d="m29.1022,13.7818c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/><path class="c" d="m4.5105,20.0007c0-2.5297,1.95-4.5324,4.3322-4.5324s4.3322,2.0027,4.3322,4.5324v7.3889"/><path class="c" d="m4.5105,15.7845v11.5946"/><path class="c" d="m13.1432,20.0007c0-2.5297,1.95-4.5324,4.3322-4.5324s4.3322,2.0027,4.3322,4.5324v7.3889"/><path class="c" d="m28.3216,15.7845v11.5946"/><path class="c" d="m43.5,23.2682c0,2.5297-1.95,4.5324-4.3322,4.5324s-4.3322-2.0027-4.3322-4.5324v-2.9514c0-2.5297,1.95-4.5324,4.3322-4.5324s4.3322,2.0027,4.3322,4.5324"/><path class="c" d="m43.5,27.4845v-11.5946"/><path class="c" d="m4.5,32.4385h16.8649v2.5297l5.2703-2.5297h16.8649"/></svg>
Copied!