badminton from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
badminton
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
badminton-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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="m16.639 7.416l-2.387-2.387L19.358 2.6l.353 3.342zm2.27 2.056q-.29-.078-.513-.312l-.638-.625l2.11-1.012l.107.923q.037.302-.099.56t-.407.402t-.56.064M3 8.192q0-1.534.938-2.373t2.522-.838q1.602 0 3.08.655q1.48.656 2.581 1.816q.698.737 1.17 1.625q.472.889.472 1.892q0 .839-.275 1.618q-.276.779-.815 1.423l6.302 6.282l-.708.708l-6.282-6.283q-.631.533-1.388.805t-1.576.267q-1.027-.006-1.955-.46q-.927-.454-1.65-1.187q-1.183-1.198-1.8-2.74Q3 9.86 3 8.192"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBadminton(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="m16.639 7.416l-2.387-2.387L19.358 2.6l.353 3.342zm2.27 2.056q-.29-.078-.513-.312l-.638-.625l2.11-1.012l.107.923q.037.302-.099.56t-.407.402t-.56.064M3 8.192q0-1.534.938-2.373t2.522-.838q1.602 0 3.08.655q1.48.656 2.581 1.816q.698.737 1.17 1.625q.472.889.472 1.892q0 .839-.275 1.618q-.276.779-.815 1.423l6.302 6.282l-.708.708l-6.282-6.283q-.631.533-1.388.805t-1.576.267q-1.027-.006-1.955-.46q-.927-.454-1.65-1.187q-1.183-1.198-1.8-2.74Q3 9.86 3 8.192"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.639 7.416l-2.387-2.387L19.358 2.6l.353 3.342zm2.27 2.056q-.29-.078-.513-.312l-.638-.625l2.11-1.012l.107.923q.037.302-.099.56t-.407.402t-.56.064M3 8.192q0-1.534.938-2.373t2.522-.838q1.602 0 3.08.655q1.48.656 2.581 1.816q.698.737 1.17 1.625q.472.889.472 1.892q0 .839-.275 1.618q-.276.779-.815 1.423l6.302 6.282l-.708.708l-6.282-6.283q-.631.533-1.388.805t-1.576.267q-1.027-.006-1.955-.46q-.927-.454-1.65-1.187q-1.183-1.198-1.8-2.74Q3 9.86 3 8.192"/></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%22m16.639%207.416l-2.387-2.387L19.358%202.6l.353%203.342zm2.27%202.056q-.29-.078-.513-.312l-.638-.625l2.11-1.012l.107.923q.037.302-.099.56t-.407.402t-.56.064M3%208.192q0-1.534.938-2.373t2.522-.838q1.602%200%203.08.655q1.48.656%202.581%201.816q.698.737%201.17%201.625q.472.889.472%201.892q0%20.839-.275%201.618q-.276.779-.815%201.423l6.302%206.282l-.708.708l-6.282-6.283q-.631.533-1.388.805t-1.576.267q-1.027-.006-1.955-.46q-.927-.454-1.65-1.187q-1.183-1.198-1.8-2.74Q3%209.86%203%208.192%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%22m16.639%207.416l-2.387-2.387L19.358%202.6l.353%203.342zm2.27%202.056q-.29-.078-.513-.312l-.638-.625l2.11-1.012l.107.923q.037.302-.099.56t-.407.402t-.56.064M3%208.192q0-1.534.938-2.373t2.522-.838q1.602%200%203.08.655q1.48.656%202.581%201.816q.698.737%201.17%201.625q.472.889.472%201.892q0%20.839-.275%201.618q-.276.779-.815%201.423l6.302%206.282l-.708.708l-6.282-6.283q-.631.533-1.388.805t-1.576.267q-1.027-.006-1.955-.46q-.927-.454-1.65-1.187q-1.183-1.198-1.8-2.74Q3%209.86%203%208.192%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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