Sky Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sky Go 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/332855.svg" alt="Sky Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332855.svg" alt="Sky Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332855.svg" alt="Sky Go icon" :width="24" :height="24" />
CSS background
.icon-sky-go {
background-image: url('https://proicons.com/icon/332855.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="5.5" y1="24" x2="42.5" y2="24"/><line class="b" x1="21.798" y1="8.7297" x2="21.798" y2="17.702"/><line class="b" x1="21.799" y1="15.796" x2="25.86" y2="11.754"/><line class="b" x1="23.092" y1="14.51" x2="26.284" y2="17.688"/><path class="b" d="M15.926,17.2c.4095.3439.8517.5015,1.8447.5015h.5032c.8189,0,1.4828-.6653,1.4828-1.486s-.6639-1.486-1.4828-1.486h-1.0064c-.8189,0-1.4828-.6653-1.4828-1.486s.6639-1.486,1.4828-1.486h.5032c.993,0,1.4352.1576,1.8447.5015"/><line class="b" x1="30.118" y1="17.702" x2="27.729" y2="11.758"/><line class="b" x1="32.215" y1="11.758" x2="29.05" y2="20.73"/><path class="b" d="M28.621,33.25l-9.2425,5.3362v-10.672l9.2425,5.3358Z"/></svg>
Copied!