Skyview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skyview 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/332875.svg" alt="Skyview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332875.svg" alt="Skyview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332875.svg" alt="Skyview icon" :width="24" :height="24" />
CSS background
.icon-skyview {
background-image: url('https://proicons.com/icon/332875.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m28.4665,19.4152c0,.9598-.778,1.7378-1.7378,1.7378s-1.7378-.778-1.7378-1.7378.778-1.7378,1.7378-1.7378,1.7378.778,1.7378,1.7378Zm-11.105-6.2122c0,.6387-.5178,1.1564-1.1564,1.1564h-.0011c-.6387.0006-1.1569-.5167-1.1575-1.1554v-.0011c0-.6387.5178-1.1564,1.1564-1.1564h0c.6387-.0012,1.1574.5157,1.1585,1.1543,0,.0007,0,.0014,0,.0021Zm21.0451,21.781c0,.6787-.5502,1.229-1.229,1.229s-1.229-.5502-1.229-1.229c.0006-.6783.5506-1.2279,1.229-1.2279s1.2284.5496,1.229,1.2279Zm6.0934-7.8407c0,.7536-.611,1.3646-1.3646,1.3646h0c-.7536.0006-1.3651-.6099-1.3657-1.3635v-.0011c-.0006-.7536.6099-1.3651,1.3635-1.3657h.0021c.7536,0,1.3646.611,1.3646,1.3646v.0011Zm-17.5611,3.1897c0,.6358-.5154,1.1512-1.1512,1.1512s-1.1512-.5154-1.1512-1.1512c-.0006-.6358.5144-1.1517,1.1501-1.1522h.0011c.6358,0,1.1512.5154,1.1512,1.1512v.0011ZM5.8024,12.9392c0,.6358-.5154,1.1512-1.1512,1.1512h0c-.6358,0-1.1512-.5154-1.1512-1.1512h0c-.0006-.6358.5144-1.1517,1.1501-1.1522h.0011c.6358,0,1.1512.5154,1.1512,1.1512,0,.0004,0,.0007,0,.0011Zm20.7234,8.1718l-.8978,8.113m1.2185,1.5538l9.2368,3.7164m1.8987-.4394l4.4218-5.7811m-.4889-1.6663l-13.6565-6.413m-3.0383-1.5917l-8.1224-4.713m-2.0164-.5561l-9.2936-.2071"/></svg>
Copied!