Eurowings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eurowings 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/325575.svg" alt="Eurowings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325575.svg" alt="Eurowings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325575.svg" alt="Eurowings icon" :width="24" :height="24" />
CSS background
.icon-eurowings {
background-image: url('https://proicons.com/icon/325575.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.9013,12.5414c-3.3535-.4968-4.9682,1.3662-7.328,3.1051l-8.0732,6.2102,1.4904.7452c1.9873.9936,4.7197.621,6.5828-.7452l11.0541-8.6943-3.7261-.621Z"/><path class="c" d="m33.6879,16.8886l-4.0987-.7452s-2.8567-.7452-5.465,1.1178l-12.793,10.0605,1.9873,1.1178c1.9873.9936,4.5955.621,6.4586-.7452l14.035-10.8057"/><path class="c" d="m43.5,20.9873l-4.4713-.7452c-2.6083-.4968-3.9745.3726-6.4586,2.3599l-13.7866,11.1783,1.9873,1.1178c1.9873.9936,4.7818.8694,6.5828-.621l16.1465-13.2898Z"/></svg>
Copied!