ping pong icon

ping-pong-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
ping-pong-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the ping pong icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.93 195.71a20 20 0 0 0-8-14.41L203 155.17l12.1-12.1a43.66 43.66 0 0 0 12.11-39.4a103.52 103.52 0 0 0-36.81-60.23A106.2 106.2 0 0 0 122.52 20A104.29 104.29 0 0 0 20 122.52a106.17 106.17 0 0 0 23.43 67.85a103.52 103.52 0 0 0 60.23 36.81a43.64 43.64 0 0 0 39.39-12.11L155.17 203l26.13 32.95a20 20 0 0 0 14.41 8c.55 0 1.1.07 1.66.07a20 20 0 0 0 14.13-5.86l26.64-26.64a19.94 19.94 0 0 0 5.79-15.81M44 122.86C44.6 80 80 44.6 122.86 44a81.92 81.92 0 0 1 65.2 31L75 188.06a81.92 81.92 0 0 1-31-65.2M197.71 218l-32.1-40.49a12 12 0 0 0-8.71-4.51h-.69a12 12 0 0 0-8.49 3.51l-21.63 21.59a19.72 19.72 0 0 1-17.75 5.54a76 76 0 0 1-11.68-3.33L200.31 96.66a76 76 0 0 1 3.33 11.68a19.72 19.72 0 0 1-5.54 17.75l-21.63 21.63a12 12 0 0 0 1 17.89l40.53 32.1Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPingPongBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.93 195.71a20 20 0 0 0-8-14.41L203 155.17l12.1-12.1a43.66 43.66 0 0 0 12.11-39.4a103.52 103.52 0 0 0-36.81-60.23A106.2 106.2 0 0 0 122.52 20A104.29 104.29 0 0 0 20 122.52a106.17 106.17 0 0 0 23.43 67.85a103.52 103.52 0 0 0 60.23 36.81a43.64 43.64 0 0 0 39.39-12.11L155.17 203l26.13 32.95a20 20 0 0 0 14.41 8c.55 0 1.1.07 1.66.07a20 20 0 0 0 14.13-5.86l26.64-26.64a19.94 19.94 0 0 0 5.79-15.81M44 122.86C44.6 80 80 44.6 122.86 44a81.92 81.92 0 0 1 65.2 31L75 188.06a81.92 81.92 0 0 1-31-65.2M197.71 218l-32.1-40.49a12 12 0 0 0-8.71-4.51h-.69a12 12 0 0 0-8.49 3.51l-21.63 21.59a19.72 19.72 0 0 1-17.75 5.54a76 76 0 0 1-11.68-3.33L200.31 96.66a76 76 0 0 1 3.33 11.68a19.72 19.72 0 0 1-5.54 17.75l-21.63 21.63a12 12 0 0 0 1 17.89l40.53 32.1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.93 195.71a20 20 0 0 0-8-14.41L203 155.17l12.1-12.1a43.66 43.66 0 0 0 12.11-39.4a103.52 103.52 0 0 0-36.81-60.23A106.2 106.2 0 0 0 122.52 20A104.29 104.29 0 0 0 20 122.52a106.17 106.17 0 0 0 23.43 67.85a103.52 103.52 0 0 0 60.23 36.81a43.64 43.64 0 0 0 39.39-12.11L155.17 203l26.13 32.95a20 20 0 0 0 14.41 8c.55 0 1.1.07 1.66.07a20 20 0 0 0 14.13-5.86l26.64-26.64a19.94 19.94 0 0 0 5.79-15.81M44 122.86C44.6 80 80 44.6 122.86 44a81.92 81.92 0 0 1 65.2 31L75 188.06a81.92 81.92 0 0 1-31-65.2M197.71 218l-32.1-40.49a12 12 0 0 0-8.71-4.51h-.69a12 12 0 0 0-8.49 3.51l-21.63 21.59a19.72 19.72 0 0 1-17.75 5.54a76 76 0 0 1-11.68-3.33L200.31 96.66a76 76 0 0 1 3.33 11.68a19.72 19.72 0 0 1-5.54 17.75l-21.63 21.63a12 12 0 0 0 1 17.89l40.53 32.1Z"/></svg>
</template>

CSS

.icon-ping-pong-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.93%20195.71a20%2020%200%200%200-8-14.41L203%20155.17l12.1-12.1a43.66%2043.66%200%200%200%2012.11-39.4a103.52%20103.52%200%200%200-36.81-60.23A106.2%20106.2%200%200%200%20122.52%2020A104.29%20104.29%200%200%200%2020%20122.52a106.17%20106.17%200%200%200%2023.43%2067.85a103.52%20103.52%200%200%200%2060.23%2036.81a43.64%2043.64%200%200%200%2039.39-12.11L155.17%20203l26.13%2032.95a20%2020%200%200%200%2014.41%208c.55%200%201.1.07%201.66.07a20%2020%200%200%200%2014.13-5.86l26.64-26.64a19.94%2019.94%200%200%200%205.79-15.81M44%20122.86C44.6%2080%2080%2044.6%20122.86%2044a81.92%2081.92%200%200%201%2065.2%2031L75%20188.06a81.92%2081.92%200%200%201-31-65.2M197.71%20218l-32.1-40.49a12%2012%200%200%200-8.71-4.51h-.69a12%2012%200%200%200-8.49%203.51l-21.63%2021.59a19.72%2019.72%200%200%201-17.75%205.54a76%2076%200%200%201-11.68-3.33L200.31%2096.66a76%2076%200%200%201%203.33%2011.68a19.72%2019.72%200%200%201-5.54%2017.75l-21.63%2021.63a12%2012%200%200%200%201%2017.89l40.53%2032.1Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.93%20195.71a20%2020%200%200%200-8-14.41L203%20155.17l12.1-12.1a43.66%2043.66%200%200%200%2012.11-39.4a103.52%20103.52%200%200%200-36.81-60.23A106.2%20106.2%200%200%200%20122.52%2020A104.29%20104.29%200%200%200%2020%20122.52a106.17%20106.17%200%200%200%2023.43%2067.85a103.52%20103.52%200%200%200%2060.23%2036.81a43.64%2043.64%200%200%200%2039.39-12.11L155.17%20203l26.13%2032.95a20%2020%200%200%200%2014.41%208c.55%200%201.1.07%201.66.07a20%2020%200%200%200%2014.13-5.86l26.64-26.64a19.94%2019.94%200%200%200%205.79-15.81M44%20122.86C44.6%2080%2080%2044.6%20122.86%2044a81.92%2081.92%200%200%201%2065.2%2031L75%20188.06a81.92%2081.92%200%200%201-31-65.2M197.71%20218l-32.1-40.49a12%2012%200%200%200-8.71-4.51h-.69a12%2012%200%200%200-8.49%203.51l-21.63%2021.59a19.72%2019.72%200%200%201-17.75%205.54a76%2076%200%200%201-11.68-3.33L200.31%2096.66a76%2076%200%200%201%203.33%2011.68a19.72%2019.72%200%200%201-5.54%2017.75l-21.63%2021.63a12%2012%200%200%200%201%2017.89l40.53%2032.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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