Easter Eggs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easter Eggs 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/324891.svg" alt="Easter Eggs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324891.svg" alt="Easter Eggs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324891.svg" alt="Easter Eggs icon" :width="24" :height="24" />
CSS background
.icon-easter-eggs {
background-image: url('https://proicons.com/icon/324891.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="m41.223,11.7545c-8.0946,8.7893-23.6365,8.2053-34.4696-.594"/><path class="c" d="m35.9877,15.9629l4.4097,7.0979"/><path class="c" d="m8.744,23.0205l4.2386-7.6013"/><path class="c" d="m19.8287,29.323c3.4533,18.233,5.0443,16.7426,5.5978,1.3994.0836-2.3167.0906-9.2725.0906-9.2725h-1.9917s-.0823,4.4146-.0823,6.0609c0,6.68-1.3491,9.3833-3.413,2.8794l-2.7385-13.2494"/><path class="c" d="m23.5254,10.2947c.6604-.3893,1.327-.3926,2-.0101"/><path class="c" d="m25.5254,11.1605v-2.4062c-.3359-1.0571-1.5802-1.0571-2,.0604v2.3458"/><path class="c" d="m45.5,24c0,11.8742-9.6258,21.5-21.5,21.5S2.5,35.8742,2.5,24m43,0c0-11.8742-9.6258-21.5-21.5-21.5S2.5,12.1258,2.5,24"/><rect class="c" x="23.5254" y="16.0938" width="2" height="3.7352"/><line class="c" x1="23.5254" y1="14.1308" x2="25.5254" y2="14.1308"/><circle class="d" cx="20.4127" cy="22.8997" r=".75"/><circle class="d" cx="32.5495" cy="20.0807" r=".75"/><circle class="d" cx="28.5626" cy="24.2689" r=".75"/><circle class="d" cx="14.3266" cy="20.0304" r=".75"/><circle class="d" cx="13.1084" cy="24.8479" r=".75"/><circle class="d" cx="16.5379" cy="27.1997" r=".75"/><circle class="d" cx="16.5379" cy="29.917" r=".75"/><circle class="d" cx="10.1938" cy="33.4408" r=".75"/><circle class="d" cx="29.4788" cy="28.8196" r=".75"/><circle class="d" cx="34.3215" cy="27.098" r=".75"/><circle class="d" cx="38.7312" cy="34.9107" r=".75"/><circle class="d" cx="29.65" cy="36.733" r=".75"/><circle class="d" cx="26.9367" cy="32.8367" r=".75"/><circle class="d" cx="40.473" cy="16.9093" r=".75"/></svg>
Copied!