Euro News Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Euro 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/340122.svg" alt="Euro News icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340122.svg" alt="Euro News icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340122.svg" alt="Euro News icon" :width="24" :height="24" />
CSS background
.icon-euro-news {
background-image: url('https://proicons.com/icon/340122.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="c" points="31.9867 25.6071 30.0224 31.9165 28.0582 25.6071 26.0939 31.9165 24.1297 25.6071"/><path class="c" d="M34.4337,31.3842c.4347.365.9041.5323,1.9581.5323h.5342c.8693,0,1.574-.7062,1.574-1.5774h0c0-.8712-.7047-1.5774-1.574-1.5774h-1.0683c-.8693,0-1.574-.7062-1.574-1.5774h0c0-.8712.7047-1.5774,1.574-1.5774h.5342c1.0541,0,1.5234.1673,1.9581.5323"/><path class="c" d="M14.2618,31.9165v-3.9285c0-1.3149-1.066-2.3809-2.3809-2.3809h0c-1.3149,0-2.3809,1.066-2.3809,2.3809"/><line class="c" x1="9.5" y1="31.9165" x2="9.5" y2="25.6071"/><path class="c" d="M21.4954,30.715c-.4101.7177-1.1829,1.2015-2.0687,1.2015h0c-1.3149,0-2.3809-1.066-2.3809-2.3809v-1.5476c0-1.3149,1.066-2.3809,2.3809-2.3809h0c1.3149,0,2.3809,1.066,2.3809,2.3809v.7738s-4.7618,0-4.7618,0"/><rect class="c" x="28.5937" y="16.0835" width="4.7618" height="6.3094" rx="2.3809" ry="2.3809"/><path class="c" d="M16.9126,16.0835v3.9285c0,1.3149,1.066,2.3809,2.3809,2.3809h0c1.3149,0,2.3809-1.066,2.3809-2.3809v-3.9285"/><line class="c" x1="21.6744" y1="20.012" x2="21.6744" y2="22.3929"/><path class="c" d="M24.2898,18.4644c0-1.3149,1.066-2.3809,2.3809-2.3809h0"/><line class="c" x1="24.2898" y1="16.0835" x2="24.2898" y2="22.3929"/><path class="c" d="M13.9497,21.1914c-.4101.7177-1.1829,1.2015-2.0687,1.2015h0c-1.3149,0-2.3809-1.066-2.3809-2.3809v-1.5476c0-1.3149,1.066-2.3809,2.3809-2.3809h0c1.3149,0,2.3809,1.066,2.3809,2.3809v.7738s-4.7618,0-4.7618,0"/></svg>
Copied!