News Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The News Alt 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/330140.svg" alt="News Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330140.svg" alt="News Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330140.svg" alt="News Alt icon" :width="24" :height="24" />
CSS background
.icon-news-alt {
background-image: url('https://proicons.com/icon/330140.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><polyline class="c" points="31.0086 21.0723 29.1857 26.9277 27.3628 21.0723 25.5398 26.9277 23.7169 21.0723"/><path class="c" d="M32.7263,26.4337c.4034.3388.839.494,1.8173.494h.4957c.8067,0,1.4607-.6554,1.4607-1.4639h0c0-.8085-.654-1.4639-1.4607-1.4639h-.9914c-.8067,0-1.4607-.6554-1.4607-1.4639h0c0-.8085.654-1.4639,1.4607-1.4639h.4957c.9782,0,1.4138.1552,1.8173.494"/><path class="c" d="M15.9192,26.9277v-3.6459c0-1.2203-.9893-2.2096-2.2096-2.2096h0c-1.2203,0-2.2096.9893-2.2096,2.2096"/><line class="c" x1="11.5" y1="26.9277" x2="11.5" y2="21.0723"/><path class="c" d="M21.9766,25.8127c-.3806.6661-1.0978,1.1151-1.9199,1.1151h0c-1.2203,0-2.2096-.9893-2.2096-2.2096v-1.4362c0-1.2203.9893-2.2096,2.2096-2.2096h0c1.2203,0,2.2096.9893,2.2096,2.2096v.7181s-4.4192,0-4.4192,0"/><rect id="b" class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!