Ground News Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ground 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/326789.svg" alt="Ground News icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326789.svg" alt="Ground News icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326789.svg" alt="Ground News icon" :width="24" :height="24" />
CSS background
.icon-ground-news {
background-image: url('https://proicons.com/icon/326789.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="d" points="8.6102 33.1959 8.6102 25.6996 13.6813 33.1959 13.6813 25.6996"/><polyline class="d" points="28.0857 28.1249 26.4321 33.1959 24.8887 28.1249 23.4556 33.1959 21.802 28.1249"/><path class="d" d="M30.3276,32.755c.3307.3307.7717.3307,1.5434.3307h.3307c.6614,0,1.2126-.5512,1.2126-1.2126h0c0-.6614-.5512-1.2126-1.2126-1.2126h-.8819c-.6614,0-1.2126-.5512-1.2126-1.2126h0c0-.6614.5512-1.2126,1.2126-1.2126h.3307c.8819,0,1.2126.1102,1.5434.3307"/><path class="d" d="M19.433,32.2038c-.3307.5512-.9922.9922-1.5434.9922h0c-.9922,0-1.8741-.8819-1.8741-1.8741v-1.2126c0-.9922.8819-1.8741,1.8741-1.8741h0c.9922,0,1.8741.8819,1.8741,1.8741v.6614h-3.7482"/><path class="d" d="M13.3506,17.2294c0-1.3229-1.1024-2.4253-2.4253-2.4253h0c-1.3229,0-2.4253,1.1024-2.4253,2.4253v2.4253c0,1.3229,1.1024,2.315,2.4253,2.315h0c1.3229,0,2.4253-1.1024,2.4253-2.315h-2.4253"/><path class="d" d="M15.6512,18.883c0-.9922.7717-1.7638,1.7638-1.7638h0"/><line class="d" x1="15.6512" y1="17.1191" x2="15.6512" y2="21.9697"/><path class="d" d="M20.7701,21.9697h0c-.9922,0-1.7638-.7717-1.7638-1.7638v-1.1024c0-.9922.7717-1.7638,1.7638-1.7638h0c.9922,0,1.7638.7717,1.7638,1.7638v1.1024c0,.9922-.7717,1.7638-1.7638,1.7638Z"/><path class="d" d="M24.6642,17.2294v2.9765c0,.9922.7717,1.7638,1.7638,1.7638h0c.9922,0,1.7638-.7717,1.7638-1.7638v-2.9765"/><line class="d" x1="28.1919" y1="20.2058" x2="28.1919" y2="21.9697"/><path class="d" d="M33.8866,21.9697v-2.9765c0-.9922-.7717-1.7638-1.7638-1.7638h0c-.9922,0-1.7638.7717-1.7638,1.7638"/><line class="d" x1="30.3589" y1="21.9697" x2="30.3589" y2="17.1191"/><path class="d" d="M39.5,18.883c0-.9922-.7717-1.7638-1.7638-1.7638h0c-.9922,0-1.7638.7717-1.7638,1.7638v1.1024c0,.9922.7717,1.7638,1.7638,1.7638h0c.9922,0,1.7638-.7717,1.7638-1.7638"/><line class="d" x1="39.5" y1="21.9697" x2="39.5" y2="14.9143"/><g id="c"><path class="d" d="M38.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/></g></svg>
Copied!