Dagbladet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dagbladet 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/324242.svg" alt="Dagbladet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324242.svg" alt="Dagbladet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324242.svg" alt="Dagbladet icon" :width="24" :height="24" />
CSS background
.icon-dagbladet {
background-image: url('https://proicons.com/icon/324242.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,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><path class="b" d="M19.1708,21.8926v4.7715c0,.8784-.7121,1.5905-1.5905,1.5905h0c-.4392,0-.8368-.178-1.1246-.4658"/><rect class="b" x="15.9898" y="21.8926" width="3.181" height="4.2148" rx="1.5905" ry="1.5905" transform="translate(35.1607 48) rotate(-180)"/><path class="b" d="M25.2843,19.7454v5.5667c0,.4392.356.7952.7952.7952h.2386"/><path class="b" d="M41.4662,20.5804v4.7317c0,.4392.356.7952.7952.7952h.2386"/><line class="b" x1="40.6312" y1="21.8926" x2="42.3012" y2="21.8926"/><path class="b" d="M14.4406,24.5169c0,.8784-.7121,1.5905-1.5905,1.5905h0c-.8784,0-1.5905-.7121-1.5905-1.5905v-1.0338c0-.8784.7121-1.5905,1.5905-1.5905h0c.8784,0,1.5905.7121,1.5905,1.5905"/><line class="b" x1="14.4406" y1="26.1074" x2="14.4406" y2="21.8926"/><path class="b" d="M30.3877,24.5169c0,.8784-.7121,1.5905-1.5905,1.5905h0c-.8784,0-1.5905-.7121-1.5905-1.5905v-1.0338c0-.8784.7121-1.5905,1.5905-1.5905h0c.8784,0,1.5905.7121,1.5905,1.5905"/><line class="b" x1="30.3877" y1="26.1074" x2="30.3877" y2="21.8926"/><path class="b" d="M5.5,26.1074v-6.362h1.4314c1.5372,0,2.7834,1.2462,2.7834,2.7834v.7952c0,1.5372-1.2462,2.7834-2.7834,2.7834h-1.4314Z"/><path class="b" d="M39.4612,25.3048c-.2739.4795-.7902.8026-1.382.8026h0c-.8784,0-1.5905-.7121-1.5905-1.5905v-1.0338c0-.8784.7121-1.5905,1.5905-1.5905h0c.8784,0,1.5905.7121,1.5905,1.5905v.5169s-3.181,0-3.181,0"/><path class="b" d="M34.9813,23.4831c0-.8784-.7121-1.5905-1.5905-1.5905h0c-.8784,0-1.5905.7121-1.5905,1.5905v1.0338c0,.8784.7121,1.5905,1.5905,1.5905h0c.8784,0,1.5905-.7121,1.5905-1.5905"/><line class="b" x1="34.9813" y1="26.1074" x2="34.9813" y2="19.7454"/><path class="b" d="M20.7036,23.4831c0-.8784.7121-1.5905,1.5905-1.5905h0c.8784,0,1.5905.7121,1.5905,1.5905v1.0338c0,.8784-.7121,1.5905-1.5905,1.5905h0c-.8784,0-1.5905-.7121-1.5905-1.5905"/><line class="b" x1="20.7036" y1="26.1074" x2="20.7036" y2="19.7454"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!