Eurovision Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eurovision 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/325574.svg" alt="Eurovision icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325574.svg" alt="Eurovision icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325574.svg" alt="Eurovision icon" :width="24" :height="24" />
CSS background
.icon-eurovision {
background-image: url('https://proicons.com/icon/325574.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="M21.8995,14.5668s4.1682-9.8393,12.3189-9.0181c1.7561.1769,3.8815,1.3122,5.111,3.0229,1.6737,2.3289,2.2759,5.7221,1.3361,9.9329-.9416,4.2188-3.1632,6.7423-5.3179,9.1486-3.3218,3.7096-5.9835,6.3241-8.3885,8.7965-2.3959,2.4631-4.6478,6.0505-4.6478,6.0505,0,0-1.512-1.6924-5.9277-4.9353-2.1904-1.6087-4.5714-3.6912-6.2896-5.9892-1.8239-2.4395-2.6996-5.4481-3.0797-7.9905-.6259-4.186,1.1123-10.8188,5.4882-13.1911,6.2892-3.4094,9.3971,4.1729,9.3971,4.1729Z"/></g></svg>
Copied!