badminton icon
badminton from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- badminton
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
badmintonEmoji One (Colored)badmintonFluent EmojibadmintonFluent Emoji FlatbadmintonFluent Emoji High ContrastbadmintonHuge IconsbadmintonIconPark OutlinebadmintonIconPark SolidbadmintonIconPark TwoTonebadmintonMaterial SymbolsbadmintonMaterial Symbols LightbadmintonMaterial Design Iconsbadminton-fillMingCute IconbadmintonNoto EmojibadmintonOpenMojibadmintonTwitter Emoji
More sports icons from IconPark
Use the badminton icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M19.5 44C21.99 44 24 41.99 24 39.5V19H20L15 39.5C15 41.99 17.01 44 19.5 44Z"/><path d="M20.0004 19H16.0004L6.68045 37.9C5.57045 40.51 7.16045 43.64 9.98045 43.97C10.1504 43.99 10.3204 44 10.5004 44C12.9904 44 15.0004 41.99 15.0004 39.5"/><path d="M28.5 44C26.01 44 24 41.99 24 39.5V19H28L33 39.5C33 41.99 30.99 44 28.5 44Z"/><path d="M28 19H32L41.32 37.9C42.43 40.51 40.84 43.64 38.02 43.97C37.85 43.99 37.68 44 37.5 44C35.01 44 33 41.99 33 39.5"/><path fill="#2F88FF" d="M16.06 13C16.02 12.67 16 12.34 16 12C16 7.58 19.58 4 24 4C28.42 4 32 7.58 32 12C32 12.34 31.98 12.67 31.94 13H16.06Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBadminton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path d="M19.5 44C21.99 44 24 41.99 24 39.5V19H20L15 39.5C15 41.99 17.01 44 19.5 44Z"/><path d="M20.0004 19H16.0004L6.68045 37.9C5.57045 40.51 7.16045 43.64 9.98045 43.97C10.1504 43.99 10.3204 44 10.5004 44C12.9904 44 15.0004 41.99 15.0004 39.5"/><path d="M28.5 44C26.01 44 24 41.99 24 39.5V19H28L33 39.5C33 41.99 30.99 44 28.5 44Z"/><path d="M28 19H32L41.32 37.9C42.43 40.51 40.84 43.64 38.02 43.97C37.85 43.99 37.68 44 37.5 44C35.01 44 33 41.99 33 39.5"/><path fill="#2F88FF" d="M16.06 13C16.02 12.67 16 12.34 16 12C16 7.58 19.58 4 24 4C28.42 4 32 7.58 32 12C32 12.34 31.98 12.67 31.94 13H16.06Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M19.5 44C21.99 44 24 41.99 24 39.5V19H20L15 39.5C15 41.99 17.01 44 19.5 44Z"/><path d="M20.0004 19H16.0004L6.68045 37.9C5.57045 40.51 7.16045 43.64 9.98045 43.97C10.1504 43.99 10.3204 44 10.5004 44C12.9904 44 15.0004 41.99 15.0004 39.5"/><path d="M28.5 44C26.01 44 24 41.99 24 39.5V19H28L33 39.5C33 41.99 30.99 44 28.5 44Z"/><path d="M28 19H32L41.32 37.9C42.43 40.51 40.84 43.64 38.02 43.97C37.85 43.99 37.68 44 37.5 44C35.01 44 33 41.99 33 39.5"/><path fill="#2F88FF" d="M16.06 13C16.02 12.67 16 12.34 16 12C16 7.58 19.58 4 24 4C28.42 4 32 7.58 32 12C32 12.34 31.98 12.67 31.94 13H16.06Z"/></g></svg> </template>
CSS
.icon-badminton {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M19.5%2044C21.99%2044%2024%2041.99%2024%2039.5V19H20L15%2039.5C15%2041.99%2017.01%2044%2019.5%2044Z%22%2F%3E%3Cpath%20d%3D%22M20.0004%2019H16.0004L6.68045%2037.9C5.57045%2040.51%207.16045%2043.64%209.98045%2043.97C10.1504%2043.99%2010.3204%2044%2010.5004%2044C12.9904%2044%2015.0004%2041.99%2015.0004%2039.5%22%2F%3E%3Cpath%20d%3D%22M28.5%2044C26.01%2044%2024%2041.99%2024%2039.5V19H28L33%2039.5C33%2041.99%2030.99%2044%2028.5%2044Z%22%2F%3E%3Cpath%20d%3D%22M28%2019H32L41.32%2037.9C42.43%2040.51%2040.84%2043.64%2038.02%2043.97C37.85%2043.99%2037.68%2044%2037.5%2044C35.01%2044%2033%2041.99%2033%2039.5%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.06%2013C16.02%2012.67%2016%2012.34%2016%2012C16%207.58%2019.58%204%2024%204C28.42%204%2032%207.58%2032%2012C32%2012.34%2031.98%2012.67%2031.94%2013H16.06Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M19.5%2044C21.99%2044%2024%2041.99%2024%2039.5V19H20L15%2039.5C15%2041.99%2017.01%2044%2019.5%2044Z%22%2F%3E%3Cpath%20d%3D%22M20.0004%2019H16.0004L6.68045%2037.9C5.57045%2040.51%207.16045%2043.64%209.98045%2043.97C10.1504%2043.99%2010.3204%2044%2010.5004%2044C12.9904%2044%2015.0004%2041.99%2015.0004%2039.5%22%2F%3E%3Cpath%20d%3D%22M28.5%2044C26.01%2044%2024%2041.99%2024%2039.5V19H28L33%2039.5C33%2041.99%2030.99%2044%2028.5%2044Z%22%2F%3E%3Cpath%20d%3D%22M28%2019H32L41.32%2037.9C42.43%2040.51%2040.84%2043.64%2038.02%2043.97C37.85%2043.99%2037.68%2044%2037.5%2044C35.01%2044%2033%2041.99%2033%2039.5%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.06%2013C16.02%2012.67%2016%2012.34%2016%2012C16%207.58%2019.58%204%2024%204C28.42%204%2032%207.58%2032%2012C32%2012.34%2031.98%2012.67%2031.94%2013H16.06Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/badminton.svg?color=%231a73e8&size=48