Algemeen Dagblad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Algemeen Dagblad 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/321595.svg" alt="Algemeen Dagblad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321595.svg" alt="Algemeen Dagblad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321595.svg" alt="Algemeen Dagblad icon" :width="24" :height="24" />
CSS background
.icon-algemeen-dagblad {
background-image: url('https://proicons.com/icon/321595.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m26.5235,36.8125h5.7656c6.1916,0,11.2109-5.0193,11.2109-11.2109v-3.2031c0-6.1916-5.0193-11.2109-11.2109-11.2109h-9.4133s0,17.1365,0,17.1365"/><g><line class="b" x1="22.8758" y1="28.3241" x2="8.1477" y2="28.3241"/><polyline class="b" points="4.5 36.8125 15.5118 11.1875 26.5235 36.8125"/></g></svg>
Copied!