ping pong icon

ping-pong-fill from Remix Icon by Remix Design · Fill · Game & Sports · Apache-2.0 Free for personal and commercial use.

Name
ping-pong-fill
Set
Remix Icon
Style
Fill
Category
Game & Sports
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More game & sports icons from Remix Icon

Use the ping pong icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 2a9.5 9.5 0 0 1 9.5 9.5c0 1.53-.361 2.974-1.003 4.254l2.463 2.464a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.415 0l-2.463-2.463A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 0 1 0-19m5.303 13.388l-1.414 1.414l3.536 3.535l1.414-1.414zm1.864-6.105l-9.384 9.384A7.5 7.5 0 0 0 11.5 19a7.5 7.5 0 0 0 2.74-.516l-.972-.974a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 0l.974.972A7.5 7.5 0 0 0 19 11.5c0-.772-.117-1.516-.333-2.217"/></svg>

React

import type { SVGProps } from "react";

export function RiPingPongFill(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="M11.5 2a9.5 9.5 0 0 1 9.5 9.5c0 1.53-.361 2.974-1.003 4.254l2.463 2.464a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.415 0l-2.463-2.463A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 0 1 0-19m5.303 13.388l-1.414 1.414l3.536 3.535l1.414-1.414zm1.864-6.105l-9.384 9.384A7.5 7.5 0 0 0 11.5 19a7.5 7.5 0 0 0 2.74-.516l-.972-.974a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 0l.974.972A7.5 7.5 0 0 0 19 11.5c0-.772-.117-1.516-.333-2.217"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 2a9.5 9.5 0 0 1 9.5 9.5c0 1.53-.361 2.974-1.003 4.254l2.463 2.464a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.415 0l-2.463-2.463A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 0 1 0-19m5.303 13.388l-1.414 1.414l3.536 3.535l1.414-1.414zm1.864-6.105l-9.384 9.384A7.5 7.5 0 0 0 11.5 19a7.5 7.5 0 0 0 2.74-.516l-.972-.974a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 0l.974.972A7.5 7.5 0 0 0 19 11.5c0-.772-.117-1.516-.333-2.217"/></svg>
</template>

CSS

.icon-ping-pong-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%22M11.5%202a9.5%209.5%200%200%201%209.5%209.5c0%201.53-.361%202.974-1.003%204.254l2.463%202.464a1%201%200%200%201%200%201.414l-2.828%202.828a1%201%200%200%201-1.415%200l-2.463-2.463A9.46%209.46%200%200%201%2011.5%2021a9.5%209.5%200%200%201%200-19m5.303%2013.388l-1.414%201.414l3.536%203.535l1.414-1.414zm1.864-6.105l-9.384%209.384A7.5%207.5%200%200%200%2011.5%2019a7.5%207.5%200%200%200%202.74-.516l-.972-.974a1%201%200%200%201%200-1.414l2.828-2.828a1%201%200%200%201%201.414%200l.974.972A7.5%207.5%200%200%200%2019%2011.5c0-.772-.117-1.516-.333-2.217%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%22M11.5%202a9.5%209.5%200%200%201%209.5%209.5c0%201.53-.361%202.974-1.003%204.254l2.463%202.464a1%201%200%200%201%200%201.414l-2.828%202.828a1%201%200%200%201-1.415%200l-2.463-2.463A9.46%209.46%200%200%201%2011.5%2021a9.5%209.5%200%200%201%200-19m5.303%2013.388l-1.414%201.414l3.536%203.535l1.414-1.414zm1.864-6.105l-9.384%209.384A7.5%207.5%200%200%200%2011.5%2019a7.5%207.5%200%200%200%202.74-.516l-.972-.974a1%201%200%200%201%200-1.414l2.828-2.828a1%201%200%200%201%201.414%200l.974.972A7.5%207.5%200%200%200%2019%2011.5c0-.772-.117-1.516-.333-2.217%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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