Opera News Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opera 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/330748.svg" alt="Opera News icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330748.svg" alt="Opera News icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330748.svg" alt="Opera News icon" :width="24" :height="24" />
CSS background
.icon-opera-news {
background-image: url('https://proicons.com/icon/330748.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M24.60499954,9.57600021h-7.05699921c-4.20300007,0-5.99900055,1.06299973-7.0170002,5.07800007l-6.03100014,23.7699995h10.28999996c1.19400024,0,1.91400051-.80099869,2.2489996-2.01900101l7.56599998-26.82899857Z"/><path id="f" class="i" d="M23.39500046,38.42399979h7.05699921c4.20299911,0,5.99900055-1.06299973,7.01700211-5.07799911l6.03099823-23.77000046h-10.29000092c-1.19400024,0-1.91399956.80099964-2.24900055,2.01900005l-7.56599808,26.82899952Z"/><path id="g" class="i" d="M24.57699966,9.67700005l4.02300072,10.28700066"/><path id="h" class="i" d="M23.36300087,38.42399979l-4.23600006-9.42200089"/></svg>
Copied!