Leap Day Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leap Day 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/328228.svg" alt="Leap Day icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328228.svg" alt="Leap Day icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328228.svg" alt="Leap Day icon" :width="24" :height="24" />
CSS background
.icon-leap-day {
background-image: url('https://proicons.com/icon/328228.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>.w{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="w" d="M23.5028,5.0989c-.8317.1122-1.7066.3117-2.6259.6132-10.2005,3.3458-8.6192,15.6742-7.1898,20.4385"/><path id="f" class="w" d="M30.5612,19.2268c.3026,0,3.7527-1.9999,5.8711-5.9392-.205-.739-2.4377-5.5384-7.1307-7.484"/><path id="g" class="w" d="M18.3078,41.0779c.2117.0965.4324.1865.6625.2694,5.0219,1.8101,16.3726.4545,11.4699-13.1814"/><path id="h" class="w" d="M13.5767,31.2607c-.0842,1.6701.0355,3.7923.8244,5.7083"/><path id="i" class="w" d="M30.4402,28.1659s4.6908-2.4545,6.4159-8.2422c-.2724-.1515-1.725-1.9393-6.2948-.6969"/><path id="j" class="w" d="M20.7458,21.8289c.2996-.3428,1.178-3.7263,7.4419-7.1429,3.6742-2.0041,6.9988-2.436,8.2325-1.3757"/><path id="k" class="w" d="M20.7458,21.8289s7.4612,2.682,16.1102-1.9052"/><path id="l" class="w" d="M31.9685,10.0604c-1.952-5.318-5.1599-5.5604-5.2356-5.5604s-3.0112.5454-3.2231.5303l-.1816,1.7727s3.5862,2.5302,4.4487,5.9241c.5599-.0757,2.6329-1.2878,3.556-1.3636l.6355-1.303Z"/><path id="m" class="w" d="M23.5098,5.0303s4.5785,3.5033,4.9851,5.6889c.1391-.0536,2.6886-1.7245,3.4736-.6587"/><path id="n" class="w" d="M28.4949,10.7191l-.7179,2.0079"/><ellipse id="o" class="w" cx="21.452" cy="13.1511" rx="3.0815" ry="3.0855"/><path id="p" class="w" d="M34.9771,10.5859c-.7829-.0127-1.5207-.4309-1.9589-1.1105-.2989-.4636-.4346-1.0129-.3839-1.554"/><path id="q" class="w" d="M17.6643,27.0142c-.214-.0214-5.9277-2.8498-6.1203,1.7141-.1926,4.5639,6.7409,1.6713,6.7409,1.6713"/><path id="r" class="w" d="M15.3531,36.7849s-4.9708.49-4.1087,4.3711c.9427,4.2439,7.126,2.057,7.447-1.2856"/><path id="s" class="w" d="M27.0305,34.2567c.2572.0757,3.6778.3449,2.6481,3.0605-1.0297,2.7156-3.9343.6666-3.9343.6666"/><path id="t" class="w" d="M27.1334,35.9687s.8549.197,1.4678,1.1969"/><path id="u" class="w" d="M27.2545,37.4687c.053,0,.4842.2045,1.1273-1.7348"/><path id="v" class="w" d="M30.0046,39.1733c.0707-.086,3.8705,1.0377,5.8527-1.9167.6658-.8939,1.1954-3.3635-1.1651-4.015-2.3606-.6515-3.056.5151-3.056.5151"/></svg>
Copied!