Top News Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Top 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/334110.svg" alt="Top News icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334110.svg" alt="Top News icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334110.svg" alt="Top News icon" :width="24" :height="24" />
CSS background
.icon-top-news {
background-image: url('https://proicons.com/icon/334110.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="b" 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><g><g><circle class="c" cx="22.9267" cy="16.7938" r="8.327"/><circle class="c" cx="22.9267" cy="16.7938" r="6.5851"/><circle class="c" cx="22.9267" cy="16.7938" r="1.7907"/><path class="c" d="m22.9267,12.6765c2.2739,0,4.1173,1.8434,4.1173,4.1173s-1.8434,4.1173-4.1173,4.1173c-1.2781,0-2.4202-.5824-3.1754-1.4963"/></g><g><path class="c" d="m33.5943,23.4279v-13.4426h4.3689c2.5205,0,4.5369,2.0164,4.5369,4.5369s-2.0164,4.5369-4.5369,4.5369h-4.3689"/><line class="c" x1="5.5" y1="9.9853" x2="14.2377" y2="9.9853"/><line class="c" x1="9.8689" y1="23.4279" x2="9.8689" y2="9.9853"/></g></g><g><polyline class="c" points="7.1183 39.533 7.1183 29.7063 13.6285 39.533 13.6285 29.7063"/><polyline class="c" points="32.566 29.7065 30.1093 39.5332 27.6527 29.7065 25.196 39.5332 22.7393 29.7065"/><path class="c" d="m34.4943,38.4275c.6142.737,1.3512,1.1055,2.4567,1.1055h1.474c1.3512,0,2.4567-1.1055,2.4567-2.4567s-1.1055-2.4567-2.4567-2.4567h-1.5968c-1.3512,0-2.4567-1.1055-2.4567-2.4567s1.1055-2.4567,2.4567-2.4567h1.474c1.1055,0,1.8425.2457,2.4567,1.1055"/><line class="c" x1="15.8437" y1="34.6196" x2="19.0373" y2="34.6196"/><polyline class="c" points="20.757 39.533 15.8437 39.533 15.8437 29.7063 20.757 29.7063"/></g></svg>
Copied!