Onskeskyen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onskeskyen 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/330655.svg" alt="Onskeskyen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330655.svg" alt="Onskeskyen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330655.svg" alt="Onskeskyen icon" :width="24" :height="24" />
CSS background
.icon-onskeskyen {
background-image: url('https://proicons.com/icon/330655.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="m37.3526,23.0651c-1.2772,0-2.4628.3899-3.4457,1.0564.3824-.6955.6193-1.4823.6193-2.3321,0-2.6906-2.1812-4.8718-4.8718-4.8718-1.7731,0-3.3098.957-4.162,2.373-.0961-3.6884-3.1094-6.6507-6.8212-6.6507-3.7723,0-6.8302,3.0581-6.8302,6.8303,0,1.3254.3974,2.5484,1.0518,3.5949h-2.2453c-3.3951,0-6.1474,2.7523-6.1474,6.1475s2.7523,6.1475,6.1474,6.1475h26.7052c3.3951,0,6.1474-2.7523,6.1474-6.1475s-2.7523-6.1475-6.1474-6.1475Z"/></svg>
Copied!