badminton from IconPark Solid by ByteDance · Solid · Sports · Apache-2.0 Free for personal and commercial use.

Name
badminton
Set
IconPark Solid
Style
Solid
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark Solid

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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M19.5 44c2.49 0 4.5-2.01 4.5-4.5V19h-4l-5 20.5c0 2.49 2.01 4.5 4.5 4.5"/><path d="M20 19h-4L6.68 37.9c-1.11 2.61.48 5.74 3.3 6.07A4.494 4.494 0 0 0 15 39.5M28.5 44c-2.49 0-4.5-2.01-4.5-4.5V19h4l5 20.5c0 2.49-2.01 4.5-4.5 4.5"/><path d="M28 19h4l9.32 18.9c1.11 2.61-.48 5.74-3.3 6.07A4.494 4.494 0 0 1 33 39.5"/><path fill="currentColor" d="M16.06 13c-.04-.33-.06-.66-.06-1c0-4.42 3.58-8 8-8s8 3.58 8 8c0 .34-.02.67-.06 1z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidBadminton(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="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path d="M19.5 44c2.49 0 4.5-2.01 4.5-4.5V19h-4l-5 20.5c0 2.49 2.01 4.5 4.5 4.5"/><path d="M20 19h-4L6.68 37.9c-1.11 2.61.48 5.74 3.3 6.07A4.494 4.494 0 0 0 15 39.5M28.5 44c-2.49 0-4.5-2.01-4.5-4.5V19h4l5 20.5c0 2.49-2.01 4.5-4.5 4.5"/><path d="M28 19h4l9.32 18.9c1.11 2.61-.48 5.74-3.3 6.07A4.494 4.494 0 0 1 33 39.5"/><path fill="currentColor" d="M16.06 13c-.04-.33-.06-.66-.06-1c0-4.42 3.58-8 8-8s8 3.58 8 8c0 .34-.02.67-.06 1z"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M19.5 44c2.49 0 4.5-2.01 4.5-4.5V19h-4l-5 20.5c0 2.49 2.01 4.5 4.5 4.5"/><path d="M20 19h-4L6.68 37.9c-1.11 2.61.48 5.74 3.3 6.07A4.494 4.494 0 0 0 15 39.5M28.5 44c-2.49 0-4.5-2.01-4.5-4.5V19h4l5 20.5c0 2.49-2.01 4.5-4.5 4.5"/><path d="M28 19h4l9.32 18.9c1.11 2.61-.48 5.74-3.3 6.07A4.494 4.494 0 0 1 33 39.5"/><path fill="currentColor" d="M16.06 13c-.04-.33-.06-.66-.06-1c0-4.42 3.58-8 8-8s8 3.58 8 8c0 .34-.02.67-.06 1z"/></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%22currentColor%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%2044c2.49%200%204.5-2.01%204.5-4.5V19h-4l-5%2020.5c0%202.49%202.01%204.5%204.5%204.5%22%2F%3E%3Cpath%20d%3D%22M20%2019h-4L6.68%2037.9c-1.11%202.61.48%205.74%203.3%206.07A4.494%204.494%200%200%200%2015%2039.5M28.5%2044c-2.49%200-4.5-2.01-4.5-4.5V19h4l5%2020.5c0%202.49-2.01%204.5-4.5%204.5%22%2F%3E%3Cpath%20d%3D%22M28%2019h4l9.32%2018.9c1.11%202.61-.48%205.74-3.3%206.07A4.494%204.494%200%200%201%2033%2039.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.06%2013c-.04-.33-.06-.66-.06-1c0-4.42%203.58-8%208-8s8%203.58%208%208c0%20.34-.02.67-.06%201z%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%22currentColor%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%2044c2.49%200%204.5-2.01%204.5-4.5V19h-4l-5%2020.5c0%202.49%202.01%204.5%204.5%204.5%22%2F%3E%3Cpath%20d%3D%22M20%2019h-4L6.68%2037.9c-1.11%202.61.48%205.74%203.3%206.07A4.494%204.494%200%200%200%2015%2039.5M28.5%2044c-2.49%200-4.5-2.01-4.5-4.5V19h4l5%2020.5c0%202.49-2.01%204.5-4.5%204.5%22%2F%3E%3Cpath%20d%3D%22M28%2019h4l9.32%2018.9c1.11%202.61-.48%205.74-3.3%206.07A4.494%204.494%200%200%201%2033%2039.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.06%2013c-.04-.33-.06-.66-.06-1c0-4.42%203.58-8%208-8s8%203.58%208%208c0%20.34-.02.67-.06%201z%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-solid/badminton.svg?color=%231a73e8&size=48