Sky News Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sky News 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/347415.svg" alt="Sky News icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347415.svg" alt="Sky News icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347415.svg" alt="Sky News icon" :width="24" :height="24" />
CSS background
.icon-sky-news {
background-image: url('https://proicons.com/icon/347415.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:#fff;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="M32.365,35.453c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325s-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325s.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/><path class="b" d="M16.219,35.9v-3.3c0-1.1046-.8954-2-2-2s-2,.8954-2,2"/><line class="b" x1="12.219" y1="35.9" x2="12.219" y2="30.6"/><path class="b" d="M21.764,34.891c-.3445.6029-.9937,1.0093-1.7378,1.0093-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v.65h-4"/><path class="b" d="M23.83,30.6l1.65,5.3,1.65-5.3,1.65,5.3,1.65-5.3"/></svg>
Copied!