Stavanger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stavanger 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/333313.svg" alt="Stavanger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333313.svg" alt="Stavanger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333313.svg" alt="Stavanger icon" :width="24" :height="24" />
CSS background
.icon-stavanger {
background-image: url('https://proicons.com/icon/333313.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.cls-2{fill:#000;stroke-width:1px;}</style></defs><polyline class="cls-1" points="6.6868 16.3251 10.8592 20.7875 12.3923 42.4092 40.8163 42.4092 42.5 15.248 10.5103 15.248"/><path class="cls-1" d="m10.7547,14.3042l31.6475-5.4455-.5924-2.6755-1.4141-.5924-23.4677,3.3443-1.0893,1.0798-8.2382,1.5695c-.0149.0029-.0296.0053-.0444.0084"/><circle class="cls-2" cx="8.1308" cy="14.1268" r=".75"/><polyline class="cls-1" points="29.1134 23.6566 26.404 31.8359 23.6946 23.6566"/><path class="cls-1" d="m16.8888,30.9397c.5016.653,1.1305.8962,2.0055.8962h1.2109c1.1269,0,2.0404-.9135,2.0404-2.0404v-.0088c0-1.1269-.9135-2.0404-2.0404-2.0404h-1.3357c-1.1281,0-2.0426-.9145-2.0426-2.0426h0c0-1.1305.9165-2.047,2.047-2.047h1.2043c.875,0,1.5039.2432,2.0055.8962"/><path class="cls-1" d="m35.9087,26.366c0-1.4964-1.213-2.7094-2.7094-2.7094h0c-1.4964,0-2.7094,1.213-2.7094,2.7094v2.7605c0,1.4964,1.213,2.7094,2.7094,2.7094h0c1.4964,0,2.7094-1.213,2.7094-2.7094h-2.7094"/><circle class="cls-1" cx="8.1308" cy="14.1268" r="2.63"/></svg>
Copied!