News 12 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The News 12 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/344698.svg" alt="News 12 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344698.svg" alt="News 12 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344698.svg" alt="News 12 icon" :width="24" :height="24" />
CSS background
.icon-news-12 {
background-image: url('https://proicons.com/icon/344698.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><polyline id="d" class="l" points="12.4893 22.6845 16.6334 20.3327 16.6334 37.6502"/><path id="e" class="l" d="M23.154,26.0062c0-3.4501,3.2856-6.2533,7.0094-5.6064,2.4095.4313,4.3809,2.5876,4.5999,4.9595,0,1.725-.4381,3.6657-1.7523,4.7439-2.4095,1.9407-9.8569,7.5471-9.8569,7.5471h11.6093"/><path id="f" class="l" d="M21.6934,14.5991c-.291.551-.97.9183-1.649.9183h0c-1.067,0-1.94-.8265-1.94-1.8367v-1.1938c0-1.0102.873-1.8367,1.94-1.8367h0c1.067,0,1.94.8265,1.94,1.8367v.6428h-3.88"/><polyline id="g" class="l" points="30.1608 10.6502 28.6074 15.453 27.1454 10.6502 25.6833 15.453 24.1299 10.6502"/><path id="h" class="l" d="M32.3853,15.1321c.3895.2801.779.3735,1.5579.3735h.3895c.6816,0,1.2658-.5602,1.2658-1.2138h0c0-.6536-.5842-1.2138-1.2658-1.2138h-.8763c-.6816,0-1.2658-.5602-1.2658-1.2138h0c0-.6536.5842-1.2138,1.2658-1.2138h.3895c.8763,0,1.2658,0,1.5579.3735"/><g id="i"><path id="j" class="l" d="M15.4314,15.4935v-2.9598c0-.9866-.8186-1.7938-1.8192-1.7938h0c-1.0006,0-1.8192.8072-1.8192,1.7938"/><line id="k" class="l" x1="11.793" y1="15.4935" x2="11.793" y2="10.6502"/></g></g><rect class="l" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!