Stavanger Aftenblad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stavanger Aftenblad 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/333314.svg" alt="Stavanger Aftenblad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333314.svg" alt="Stavanger Aftenblad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333314.svg" alt="Stavanger Aftenblad icon" :width="24" :height="24" />
CSS background
.icon-stavanger-aftenblad {
background-image: url('https://proicons.com/icon/333314.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><polyline class="b" points="11.3376 42.5 31.8515 5.5 35.6535 42.5"/><line class="b" x1="17.3819" y1="31.5981" x2="34.5318" y2="31.5981"/><line class="b" x1="8.008" y1="42.5" x2="17.3819" y2="42.5"/><line class="b" x1="31.3149" y1="42.5" x2="39.992" y2="42.5"/><line class="b" x1="27.7279" y1="31.5981" x2="26.3711" y2="42.5"/><line class="b" x1="22.1334" y1="42.5" x2="24.2938" y2="26.962"/><circle class="b" cx="26.4494" cy="26.962" r="2.1556"/></svg>
Copied!