Flappy Bird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flappy Bird 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/325937.svg" alt="Flappy Bird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325937.svg" alt="Flappy Bird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325937.svg" alt="Flappy Bird icon" :width="24" :height="24" />
CSS background
.icon-flappy-bird {
background-image: url('https://proicons.com/icon/325937.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m30.4837,25.524h7.864m-7.864,0c-1.723,0-6.7632-3.4432-6.7632-8.2012,0-3.0209,3.0225-4.8383,5.0402-4.8383.76,0,1.5343.1376,2.2969.3935m-.574,12.646c-2.4031,0-6.1053,3.1942-6.1053,4.6601s3.4195,4.0817,6.1053,4.0817m7.864-8.7418v-2.3697c0-4.8031-3.4997-9.0039-7.2901-10.2763m7.2901,12.646h.5249c6.1314,0,6.2081,4.6601,0,4.6601m-29.2686-11.807c5.8377,0,9.4147,2.3137,9.5718,5.8646.197,4.4542-3.0966,6.6567-7.3071,6.6567h-2.2647m0-12.5213c-2.9966,0-5.104,1.4786-5.104,4.6028s2.3012,6.5383,5.104,7.9185m0-12.5213c.8447-.0809-.8447-.0809,0,0Zm0,0c3.6686-4.7707,9.0026-6.9118,14.7744-7.0192,5.7719-.1075,4.0708.9265,6.6793,1.5201m7.815,17.3061c-.6454,0,.6875,0,0,0Zm0,0c-.9879,0-1.0867.0398-2.2209.0363m-6.168,4.0454h6.168c5.8157,0,5.8157-4.0397,0-4.0454m-6.168,4.0454s-2.3687,2.384-9.2582,2.384c-4.74,0-11.1414-1.9694-11.6215-5.7514m19.396-.7143s3.9132.0247,7.6517.0363"/><rect class="c" x="31.9522" y="17.3208" width="2.6716" height="5.0691" rx="1.3089" ry="1.3089"/></svg>
Copied!