Efteling Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Efteling 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/324990.svg" alt="Efteling icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324990.svg" alt="Efteling icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324990.svg" alt="Efteling icon" :width="24" :height="24" />
CSS background
.icon-efteling {
background-image: url('https://proicons.com/icon/324990.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.45,12.1811c-6.87,2.7543-7.7068,6.5893-7.7068,10.4069s2.8589,11.139,12.0281,11.139a10.5889,10.5889,0,0,0,9.8839-5.9094"/><path class="a" d="M15.3863,18.4562H38.0327A17.345,17.345,0,0,0,21.4375,6.1148C12.1811,6.1148,3.5,13.3839,3.5,23.32s9.1,18.565,20.5523,18.565S44.5,33.7445,44.5,24.244a27.5455,27.5455,0,0,0-.191-3.1343"/></svg>
Copied!