News Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The News Svg 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/308878.svg" alt="News Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308878.svg" alt="News Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308878.svg" alt="News Svg icon" :width="24" :height="24" />
CSS background
.icon-news---svg {
background-image: url('https://proicons.com/icon/308878.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18 4V7H21C21.5523 7 22 7.44772 22 8V18C22 19.6569 20.6569 21 19 21H17H5C3.34315 21 2 19.6569 2 18V4C2 3.44772 2.44772 3 3 3H17C17.5523 3 18 3.44772 18 4ZM20 18C20 18.5523 19.5523 19 19 19C18.4477 19 18 18.5523 18 18V9H20V18ZM6 8C6 7.44772 6.44772 7 7 7H13C13.5523 7 14 7.44772 14 8C14 8.55228 13.5523 9 13 9H7C6.44772 9 6 8.55228 6 8ZM8 12C8 11.4477 8.44772 11 9 11H13C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13H9C8.44772 13 8 12.5523 8 12Z" fill="#292929"/> </svg>
Copied!