Biedronka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Biedronka 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/337156.svg" alt="Biedronka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337156.svg" alt="Biedronka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337156.svg" alt="Biedronka icon" :width="24" :height="24" />
CSS background
.icon-biedronka {
background-image: url('https://proicons.com/icon/337156.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.7507,42.4969c0-7.8535,6.3613-14.2148,14.2148-14.2148.2468,0,.4824.0112.718.0224"/><path class="b" d="M32.9956,32.4219c2.5917,2.5692,4.196,6.137,4.196,10.0749"/><circle class="b" cx="22.9695" cy="39.669" r="2.831"/><ellipse class="b" cx="31.8715" cy="36.6177" rx="1.3841" ry="2.0761" transform="translate(-12.2908 16.4598) rotate(-24.4298)"/><circle class="b" cx="15.5144" cy="35.391" r="2.3435"/><circle class="b" cx="30.9764" cy="24.4049" r="8.2729"/><path class="b" d="M16.5367,42.4969c2.4292-6.2868,4.1045-8.7776,8.2805-12.5736"/><path class="b" d="M18.4647,29.009c.1245,2.3084-2.0274,3.008-3.346,1.6319"/><path class="b" d="M29.2292,21.9514c.9909,1.4391,1.038,3.6043,1.038,3.6043"/><path class="b" d="M34.8875,20.4018c.9909,1.4391,1.038,3.6043,1.038,3.6043"/><line class="b" x1="35.2376" y1="26.8585" x2="35.5755" y2="26.8585"/><path class="b" d="M35.7406,28.6161c-2.0982.9748-7.2499,1.4503-9.5312-1.2268,1.5807,3.4798,3.3147,3.7983,5.2846,3.7983s3.1967-1.0498,4.2466-2.5715Z"/><path class="b" d="M28.6011,16.4781c-.803-2.3512.782-3.8743,2.5961-4.2843"/><path class="b" d="M24.6145,19.1164c-.5076-2.3187-1.9127-3.3268-3.0145-3.7649"/><circle class="b" cx="20.1385" cy="15.0154" r="1.5"/><circle class="b" cx="32.6972" cy="12.0822" r="1.5"/><path class="b" d="M38.5,5.5H9.4999c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!