Bazaar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bazaar 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/322436.svg" alt="Bazaar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322436.svg" alt="Bazaar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322436.svg" alt="Bazaar icon" :width="24" :height="24" />
CSS background
.icon-bazaar {
background-image: url('https://proicons.com/icon/322436.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M32.01749992,15.45299911c-1.33799934-.01399994-4.11563076-.11999893-8.01599884-.11999893-4.3145852,0-6.68000031.10499954-8.0170002.11999989"/><path id="f" class="g" d="M24.00150108,5.5c-3.79299927,0-5.81100082,3.63000011-8.0170002,9.95300007-3.80999947.20699978-6.6079998.77600002-9.92000008,2.34999943,1.17100096,11.38000107,3.79300117,24.6970005,17.93600082,24.6970005,14.14400101,0,16.76399994-13.31599998,17.93499756-24.6970005-3.31200027-1.5739994-6.10800171-2.14299965-9.91799927-2.35000038-2.20399857-6.32199955-4.22299767-9.95299911-8.01599884-9.95299911Z"/></svg>
Copied!