Wildberries Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wildberries 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/349740.svg" alt="Wildberries icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349740.svg" alt="Wildberries icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349740.svg" alt="Wildberries icon" :width="24" :height="24" />
CSS background
.icon-wildberries {
background-image: url('https://proicons.com/icon/349740.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="g" d="M34.0602,23.9994c2.0507,0,3.7131,1.6624,3.7131,3.7131s-1.6624,3.7131-3.7131,3.7131h-6.1266v-14.8522h6.1266c2.0507,0,3.7131,1.6624,3.7131,3.7131s-1.6624,3.7131-3.7131,3.7131v-.0002Z"/><line id="e" class="g" x1="34.0602" y1="23.9994" x2="27.9336" y2="23.9994"/></g><polyline id="f" class="g" points="25.079 16.5746 21.3659 31.4269 17.6529 16.5746 13.9398 31.4269 10.2268 16.5746"/></g><rect class="g" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!