badminton from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.

Name
badminton
Set
Material Design Icons
Style
Filled
Category
Sport
Viewbox
24×24
License
Apache 2.0
Aliases
shuttlecock

The same icon in other sets

More sport icons from Material Design Icons

Use the badminton icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 2c-.97.03-1.72.84-1.69 1.8c.01.24.06.47.16.7l.29.64c.04.13-.03.27-.17.31c-.09.05-.19 0-.26-.08l-.42-.55c-.33-.42-.83-.68-1.36-.69c-.97-.02-1.77.75-1.79 1.71c-.01.42.13.82.39 1.16l.42.5h.01c.08.13.05.29-.06.37c-.09.07-.21.07-.29 0L7 7.45c-.34-.26-.75-.4-1.16-.39c-.96.02-1.73.82-1.71 1.79c.01.53.27 1.03.69 1.36l.57.44c.11.1.11.26-.01.35a.23.23 0 0 1-.26.05h-.01l-.61-.28c-.23-.09-.46-.15-.7-.16c-.96-.03-1.77.73-1.8 1.7c0 .72.4 1.38 1.06 1.66l11.39 5.07l4.59-4.59l-5.07-11.39C13.69 2.39 13 1.97 12.3 2m.83 4.1c.42-.01.8.23.96.61l3.05 6.84l-3.95-3.94l-.93-2.11c-.3-.63.16-1.38.87-1.4M9.85 8.85c.27 0 .52.1.71.3l4.81 4.81c.4.38.41 1.01.03 1.41c-.4.4-1.02.41-1.44 0l-4.81-4.81a.987.987 0 0 1-.02-1.41c.19-.2.45-.3.72-.3m-2.72 3.32c.13 0 .27.04.37.09l2.13.94l3.94 3.94l-6.86-3.05c-1.02-.44-.68-1.95.42-1.92m13.15 3.87l-4.24 4.24l.85.85c.76.75 1.86 1.04 2.89.77a3.02 3.02 0 0 0 2.12-2.12c.27-1.03-.02-2.13-.77-2.89z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBadminton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 2c-.97.03-1.72.84-1.69 1.8c.01.24.06.47.16.7l.29.64c.04.13-.03.27-.17.31c-.09.05-.19 0-.26-.08l-.42-.55c-.33-.42-.83-.68-1.36-.69c-.97-.02-1.77.75-1.79 1.71c-.01.42.13.82.39 1.16l.42.5h.01c.08.13.05.29-.06.37c-.09.07-.21.07-.29 0L7 7.45c-.34-.26-.75-.4-1.16-.39c-.96.02-1.73.82-1.71 1.79c.01.53.27 1.03.69 1.36l.57.44c.11.1.11.26-.01.35a.23.23 0 0 1-.26.05h-.01l-.61-.28c-.23-.09-.46-.15-.7-.16c-.96-.03-1.77.73-1.8 1.7c0 .72.4 1.38 1.06 1.66l11.39 5.07l4.59-4.59l-5.07-11.39C13.69 2.39 13 1.97 12.3 2m.83 4.1c.42-.01.8.23.96.61l3.05 6.84l-3.95-3.94l-.93-2.11c-.3-.63.16-1.38.87-1.4M9.85 8.85c.27 0 .52.1.71.3l4.81 4.81c.4.38.41 1.01.03 1.41c-.4.4-1.02.41-1.44 0l-4.81-4.81a.987.987 0 0 1-.02-1.41c.19-.2.45-.3.72-.3m-2.72 3.32c.13 0 .27.04.37.09l2.13.94l3.94 3.94l-6.86-3.05c-1.02-.44-.68-1.95.42-1.92m13.15 3.87l-4.24 4.24l.85.85c.76.75 1.86 1.04 2.89.77a3.02 3.02 0 0 0 2.12-2.12c.27-1.03-.02-2.13-.77-2.89z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 2c-.97.03-1.72.84-1.69 1.8c.01.24.06.47.16.7l.29.64c.04.13-.03.27-.17.31c-.09.05-.19 0-.26-.08l-.42-.55c-.33-.42-.83-.68-1.36-.69c-.97-.02-1.77.75-1.79 1.71c-.01.42.13.82.39 1.16l.42.5h.01c.08.13.05.29-.06.37c-.09.07-.21.07-.29 0L7 7.45c-.34-.26-.75-.4-1.16-.39c-.96.02-1.73.82-1.71 1.79c.01.53.27 1.03.69 1.36l.57.44c.11.1.11.26-.01.35a.23.23 0 0 1-.26.05h-.01l-.61-.28c-.23-.09-.46-.15-.7-.16c-.96-.03-1.77.73-1.8 1.7c0 .72.4 1.38 1.06 1.66l11.39 5.07l4.59-4.59l-5.07-11.39C13.69 2.39 13 1.97 12.3 2m.83 4.1c.42-.01.8.23.96.61l3.05 6.84l-3.95-3.94l-.93-2.11c-.3-.63.16-1.38.87-1.4M9.85 8.85c.27 0 .52.1.71.3l4.81 4.81c.4.38.41 1.01.03 1.41c-.4.4-1.02.41-1.44 0l-4.81-4.81a.987.987 0 0 1-.02-1.41c.19-.2.45-.3.72-.3m-2.72 3.32c.13 0 .27.04.37.09l2.13.94l3.94 3.94l-6.86-3.05c-1.02-.44-.68-1.95.42-1.92m13.15 3.87l-4.24 4.24l.85.85c.76.75 1.86 1.04 2.89.77a3.02 3.02 0 0 0 2.12-2.12c.27-1.03-.02-2.13-.77-2.89z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%202c-.97.03-1.72.84-1.69%201.8c.01.24.06.47.16.7l.29.64c.04.13-.03.27-.17.31c-.09.05-.19%200-.26-.08l-.42-.55c-.33-.42-.83-.68-1.36-.69c-.97-.02-1.77.75-1.79%201.71c-.01.42.13.82.39%201.16l.42.5h.01c.08.13.05.29-.06.37c-.09.07-.21.07-.29%200L7%207.45c-.34-.26-.75-.4-1.16-.39c-.96.02-1.73.82-1.71%201.79c.01.53.27%201.03.69%201.36l.57.44c.11.1.11.26-.01.35a.23.23%200%200%201-.26.05h-.01l-.61-.28c-.23-.09-.46-.15-.7-.16c-.96-.03-1.77.73-1.8%201.7c0%20.72.4%201.38%201.06%201.66l11.39%205.07l4.59-4.59l-5.07-11.39C13.69%202.39%2013%201.97%2012.3%202m.83%204.1c.42-.01.8.23.96.61l3.05%206.84l-3.95-3.94l-.93-2.11c-.3-.63.16-1.38.87-1.4M9.85%208.85c.27%200%20.52.1.71.3l4.81%204.81c.4.38.41%201.01.03%201.41c-.4.4-1.02.41-1.44%200l-4.81-4.81a.987.987%200%200%201-.02-1.41c.19-.2.45-.3.72-.3m-2.72%203.32c.13%200%20.27.04.37.09l2.13.94l3.94%203.94l-6.86-3.05c-1.02-.44-.68-1.95.42-1.92m13.15%203.87l-4.24%204.24l.85.85c.76.75%201.86%201.04%202.89.77a3.02%203.02%200%200%200%202.12-2.12c.27-1.03-.02-2.13-.77-2.89z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%202c-.97.03-1.72.84-1.69%201.8c.01.24.06.47.16.7l.29.64c.04.13-.03.27-.17.31c-.09.05-.19%200-.26-.08l-.42-.55c-.33-.42-.83-.68-1.36-.69c-.97-.02-1.77.75-1.79%201.71c-.01.42.13.82.39%201.16l.42.5h.01c.08.13.05.29-.06.37c-.09.07-.21.07-.29%200L7%207.45c-.34-.26-.75-.4-1.16-.39c-.96.02-1.73.82-1.71%201.79c.01.53.27%201.03.69%201.36l.57.44c.11.1.11.26-.01.35a.23.23%200%200%201-.26.05h-.01l-.61-.28c-.23-.09-.46-.15-.7-.16c-.96-.03-1.77.73-1.8%201.7c0%20.72.4%201.38%201.06%201.66l11.39%205.07l4.59-4.59l-5.07-11.39C13.69%202.39%2013%201.97%2012.3%202m.83%204.1c.42-.01.8.23.96.61l3.05%206.84l-3.95-3.94l-.93-2.11c-.3-.63.16-1.38.87-1.4M9.85%208.85c.27%200%20.52.1.71.3l4.81%204.81c.4.38.41%201.01.03%201.41c-.4.4-1.02.41-1.44%200l-4.81-4.81a.987.987%200%200%201-.02-1.41c.19-.2.45-.3.72-.3m-2.72%203.32c.13%200%20.27.04.37.09l2.13.94l3.94%203.94l-6.86-3.05c-1.02-.44-.68-1.95.42-1.92m13.15%203.87l-4.24%204.24l.85.85c.76.75%201.86%201.04%202.89.77a3.02%203.02%200%200%200%202.12-2.12c.27-1.03-.02-2.13-.77-2.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/badminton.svg?color=%231a73e8&size=48