De Bijenkorf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The De Bijenkorf 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/338897.svg" alt="De Bijenkorf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338897.svg" alt="De Bijenkorf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338897.svg" alt="De Bijenkorf icon" :width="24" :height="24" />
CSS background
.icon-de-bijenkorf {
background-image: url('https://proicons.com/icon/338897.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="42.6195 35.7878 42.6195 14.2878 24 3.5378 5.3805 14.2878 5.3805 35.7878 24 46.5378 42.6195 35.7878"/><path class="c" d="M24,46.5378v-13.5256h-14.1274v-6.0429h6.1662v-8.4408c0-4.3969,3.5644-7.9612,7.9612-7.9612h0V3.5378"/></svg>
Copied!