Birthdays Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Birthdays 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/337208.svg" alt="Birthdays icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337208.svg" alt="Birthdays icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337208.svg" alt="Birthdays icon" :width="24" :height="24" />
CSS background
.icon-birthdays {
background-image: url('https://proicons.com/icon/337208.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m10.584,13.2392l-4.9917,1.638,18.4074,6.5306,18.4074-6.5306-6.2208-2.0413m-11.7722-3.863l-.4142-.1359-.8299.2723"/><path class="b" d="m7.0437,19.3191l1.8716,16.3849,15.0851,6.796v-16.0819l-16.9567-7.099Z"/><path class="b" d="m24.0003,26.4176v16.0819l15.0851-6.796,1.7911-16.3849-16.8762,7.099Z"/><path class="b" d="m5.5928,14.877h0l.4601,4.0276.9908.4148"/><path class="b" d="m42.4076,14.877h0l-.4574,3.9906-1.0739.4518"/><path class="b" d="m24.0003,21.4078v5.0107"/><path class="b" d="m13.8422,37.924l-.7666-20.3916"/><path class="b" d="m16.7281,39.2237l-.243-20.4826"/><path class="b" d="m34.1335,37.9343l.7666-20.3916"/><path class="b" d="m31.2476,39.2341l.243-20.4826"/><path class="b" d="m20.2406,13.7334c.0218-.3382-.2495-2.624-.9004-4.4726-.6479-1.8401-1.6754-3.2439-1.6754-3.2439l4.0369-.5169s.7809,1.4201,1.059,2.1779c.3322.9052.7178,2.8022.7178,2.8022"/><path class="b" d="m20.2406,13.7334c-4.7942-2.667-6.3327-.2449-6.7812,1.935-.4266,2.0735,3.5735,3.6151,7.6767,1.3865"/><path class="b" d="m20.2406,13.7334c3.0341-2.5581,4.5952,2.2206,3.2429,4.2397-2.0039,2.6064-2.7718-2.6455-3.2429-4.2397"/><path class="b" d="m20.2406,13.7334c-3.9722-2.6571-6.8268-4.2503-8.5877-2.3967-2.8527,3.0028.5145,5.107,2.6517,6.0582"/><path class="b" d="m21.4287,13.0624c3.802-1.6507,5.8785-1.3511,6.8576.831.5504,1.2266-.1018,3.7711-.2293,3.9747l-5.2684.7372"/><path class="b" d="m28.3627,16.6679c5.7266,1.7766,5.3987-1.2456,5.2536-1.9438-.352-1.6948-3.9163-3.6274-5.8293-1.6635"/><path class="b" d="m33.3797,16.3939s2.3786-1.3019,2.7588-2.4781c.8305-2.5694-3.9214-6.6672-8.5302-1.0583"/><path class="b" d="m22.472,12.4823c1.0115-1.8587,1.6274-4.2012,5.2532-6.5053l3.6447.2733c.732.3708,1.8014,1.9919-.5168,4.0973"/><path class="b" d="m31.3696,6.2504c-2.5352,1.0893-3.3844,3.7149-4.5157,6.0586"/><path class="b" d="m17.6649,6.0174c-1.1761,1.5821.0862,4.8119.6816,6.4869"/><path class="b" d="m31.4906,18.7525l-3.3652-1.0644"/><path class="b" d="m34.8997,17.5427l-2.0587-.6512"/></svg>
Copied!