Skyline Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skyline 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/332863.svg" alt="Skyline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332863.svg" alt="Skyline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332863.svg" alt="Skyline icon" :width="24" :height="24" />
CSS background
.icon-skyline {
background-image: url('https://proicons.com/icon/332863.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><circle class="b" cx="24.156" cy="12.4052" r="6.9051"/><g><circle class="b" cx="24.156" cy="35.5949" r="6.9051"/><circle class="b" cx="35.5881" cy="23.959" r="6.9051"/><circle class="b" cx="12.4119" cy="23.959" r="6.9051"/><g><path class="b" d="m21.0944,6.2715c-1.5409,3.966-1.4976,7.9457-.0694,12.2559"/><path class="b" d="m26.4391,18.706c-2.5043-.9379-4.1381-3.5818-4.0037-6.4788.1344-2.8971,2.0046-5.3456,4.5828-6.0001"/><path class="b" d="m29.7315,20.8723c1.8337.6134,6.2253,5.991,6.9133,9.564"/><path class="b" d="m18.5505,26.9124c-1.8337-.6134-6.2253-5.991-6.9133-9.564"/><path class="b" d="m21.8574,42.0164c2.6585-.7896,4.4706-3.4822,4.3741-6.4994-.0965-3.0172-2.0763-5.5641-4.7787-6.1476"/><path class="b" d="m27.3566,29.6185c1.5409,3.966,1.4976,7.7383.0694,12.0493"/></g></g></svg>
Copied!