pingpong-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
pingpong-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the pingpong icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.072 6.266a8 8 0 1 1 13.297 8.841a3.502 3.502 0 0 1-.87 6.892a3.5 3.5 0 0 1-3.463-3.997a8 8 0 0 1-4.179-.026l-1.625 2.817a1 1 0 0 1-1.366.366l-1.732-1a1 1 0 0 1-.366-1.366l1.625-2.817a8.004 8.004 0 0 1-1.321-9.71M17.5 17a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePingpongFill(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="M5.072 6.266a8 8 0 1 1 13.297 8.841a3.502 3.502 0 0 1-.87 6.892a3.5 3.5 0 0 1-3.463-3.997a8 8 0 0 1-4.179-.026l-1.625 2.817a1 1 0 0 1-1.366.366l-1.732-1a1 1 0 0 1-.366-1.366l1.625-2.817a8.004 8.004 0 0 1-1.321-9.71M17.5 17a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.072 6.266a8 8 0 1 1 13.297 8.841a3.502 3.502 0 0 1-.87 6.892a3.5 3.5 0 0 1-3.463-3.997a8 8 0 0 1-4.179-.026l-1.625 2.817a1 1 0 0 1-1.366.366l-1.732-1a1 1 0 0 1-.366-1.366l1.625-2.817a8.004 8.004 0 0 1-1.321-9.71M17.5 17a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-pingpong-fill {
  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%22M5.072%206.266a8%208%200%201%201%2013.297%208.841a3.502%203.502%200%200%201-.87%206.892a3.5%203.5%200%200%201-3.463-3.997a8%208%200%200%201-4.179-.026l-1.625%202.817a1%201%200%200%201-1.366.366l-1.732-1a1%201%200%200%201-.366-1.366l1.625-2.817a8.004%208.004%200%200%201-1.321-9.71M17.5%2017a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22M5.072%206.266a8%208%200%201%201%2013.297%208.841a3.502%203.502%200%200%201-.87%206.892a3.5%203.5%200%200%201-3.463-3.997a8%208%200%200%201-4.179-.026l-1.625%202.817a1%201%200%200%201-1.366.366l-1.732-1a1%201%200%200%201-.366-1.366l1.625-2.817a8.004%208.004%200%200%201-1.321-9.71M17.5%2017a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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