Bershka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bershka 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/337098.svg" alt="Bershka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337098.svg" alt="Bershka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337098.svg" alt="Bershka icon" :width="24" :height="24" />
CSS background
.icon-bershka {
background-image: url('https://proicons.com/icon/337098.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M31.0351,26.0355c2.3671-.1456,4.6983-.7975,6.1932-3.6125,1.9396-3.4753,1.1352-6.5238-1.6636-9.3205l-8.617-8.6024c.9635,1.0842,1.5043,2.4079,1.5043,3.8621v.5051c0,3.1586-2.551,5.7014-5.7197,5.7014h-13.3956l5.6325,6.6366h8.4054c3.1687,0,5.7197,2.5429,5.7197,5.7015v.5051c0,3.1586-2.551,5.7014-5.7197,5.7014h-14.359l9.3688,10.387h11.6532c2.8826,0,5.992-.1862,7.8329-3.6528,1.9396-3.4753,1.3217-6.7224-1.6636-9.3205l-5.1719-4.4912Z"/></svg>
Copied!