Badminton Birdie Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Badminton Birdie 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/304958.svg" alt="Badminton Birdie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304958.svg" alt="Badminton Birdie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304958.svg" alt="Badminton Birdie icon" :width="24" :height="24" />
CSS background
.icon-badminton-birdie {
background-image: url('https://proicons.com/icon/304958.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M320 908l661-397-80-139-114-30-64-125-115-31-77-138L395 0 92 708l2 3c-11 4-23 12-35 26C1 803 8 903 74 961c66 57 166 51 223-15 13-14 19-27 23-38zm3-33l-9-8c-12-22-36-44-63-68l215-174c61 44 114 67 145 78L323 875zm60-322c13 12 26 24 38 35 8 7 16 14 24 20L236 778l147-225zm501-158l61 107-304 182c-15-3-76-22-153-77l294-239 102 27zM705 239l57 111-296 240c-22-17-44-37-67-60l208-317 98 26zM512 70l73 128-205 312c-38-41-75-90-110-151L409 33l103 37zM257 389c35 58 71 105 108 144L212 766c-28-25-53-47-78-55l-11-10 134-312z"/></svg>
Copied!