ping-pong from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
ping-pong
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the ping pong emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M23.106 5.971C17.615.48 8.384-.521 3.307 4.557C-1.77 9.634-.77 18.865 4.721 24.356c3.554 3.554 7.785 4.323 11.707 3.058l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25 25 0 0 1 2.942-.806c1.848-.38 3.541 1.606 4.955 3.021s4.242 5.657 4.949 6.364s1.414 0 2.122-.707l.707-.707l.707-.707c.707-.708 1.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24 24 0 0 1 .653-2.481c1.974-4.222 1.537-8.952-2.582-13.071"/><path fill="#d99e82" d="M15.564 27.655q.434-.104.864-.241l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25 25 0 0 1 2.942-.806c1.848-.38 3.541 1.606 4.955 3.021s4.242 5.657 4.949 6.364s1.414 0 2.122-.707l.707-.707l.707-.707c.707-.708 1.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24 24 0 0 1 .653-2.481q.536-1.147.824-2.334z"/><path fill="#ffcc4d" d="m20.277 22.942l1.414-1.414l12.022 12.021l-1.414 1.414z"/><circle cx="31.5" cy="6.5" r="3.5" fill="#ccd6dd"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiPingPong(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M23.106 5.971C17.615.48 8.384-.521 3.307 4.557C-1.77 9.634-.77 18.865 4.721 24.356c3.554 3.554 7.785 4.323 11.707 3.058l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25 25 0 0 1 2.942-.806c1.848-.38 3.541 1.606 4.955 3.021s4.242 5.657 4.949 6.364s1.414 0 2.122-.707l.707-.707l.707-.707c.707-.708 1.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24 24 0 0 1 .653-2.481c1.974-4.222 1.537-8.952-2.582-13.071"/><path fill="#d99e82" d="M15.564 27.655q.434-.104.864-.241l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25 25 0 0 1 2.942-.806c1.848-.38 3.541 1.606 4.955 3.021s4.242 5.657 4.949 6.364s1.414 0 2.122-.707l.707-.707l.707-.707c.707-.708 1.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24 24 0 0 1 .653-2.481q.536-1.147.824-2.334z"/><path fill="#ffcc4d" d="m20.277 22.942l1.414-1.414l12.022 12.021l-1.414 1.414z"/><circle cx="31.5" cy="6.5" r="3.5" fill="#ccd6dd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M23.106 5.971C17.615.48 8.384-.521 3.307 4.557C-1.77 9.634-.77 18.865 4.721 24.356c3.554 3.554 7.785 4.323 11.707 3.058l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25 25 0 0 1 2.942-.806c1.848-.38 3.541 1.606 4.955 3.021s4.242 5.657 4.949 6.364s1.414 0 2.122-.707l.707-.707l.707-.707c.707-.708 1.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24 24 0 0 1 .653-2.481c1.974-4.222 1.537-8.952-2.582-13.071"/><path fill="#d99e82" d="M15.564 27.655q.434-.104.864-.241l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25 25 0 0 1 2.942-.806c1.848-.38 3.541 1.606 4.955 3.021s4.242 5.657 4.949 6.364s1.414 0 2.122-.707l.707-.707l.707-.707c.707-.708 1.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24 24 0 0 1 .653-2.481q.536-1.147.824-2.334z"/><path fill="#ffcc4d" d="m20.277 22.942l1.414-1.414l12.022 12.021l-1.414 1.414z"/><circle cx="31.5" cy="6.5" r="3.5" fill="#ccd6dd"/></svg>
</template>

CSS

.icon-ping-pong {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M23.106%205.971C17.615.48%208.384-.521%203.307%204.557C-1.77%209.634-.77%2018.865%204.721%2024.356c3.554%203.554%207.785%204.323%2011.707%203.058l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25%2025%200%200%201%202.942-.806c1.848-.38%203.541%201.606%204.955%203.021s4.242%205.657%204.949%206.364s1.414%200%202.122-.707l.707-.707l.707-.707c.707-.708%201.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24%2024%200%200%201%20.653-2.481c1.974-4.222%201.537-8.952-2.582-13.071%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M15.564%2027.655q.434-.104.864-.241l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25%2025%200%200%201%202.942-.806c1.848-.38%203.541%201.606%204.955%203.021s4.242%205.657%204.949%206.364s1.414%200%202.122-.707l.707-.707l.707-.707c.707-.708%201.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24%2024%200%200%201%20.653-2.481q.536-1.147.824-2.334z%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22m20.277%2022.942l1.414-1.414l12.022%2012.021l-1.414%201.414z%22%2F%3E%3Ccircle%20cx%3D%2231.5%22%20cy%3D%226.5%22%20r%3D%223.5%22%20fill%3D%22%23ccd6dd%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M23.106%205.971C17.615.48%208.384-.521%203.307%204.557C-1.77%209.634-.77%2018.865%204.721%2024.356c3.554%203.554%207.785%204.323%2011.707%203.058l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25%2025%200%200%201%202.942-.806c1.848-.38%203.541%201.606%204.955%203.021s4.242%205.657%204.949%206.364s1.414%200%202.122-.707l.707-.707l.707-.707c.707-.708%201.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24%2024%200%200%201%20.653-2.481c1.974-4.222%201.537-8.952-2.582-13.071%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M15.564%2027.655q.434-.104.864-.241l-.015.013l.13-.052c.264-.088.527-.179.788-.284a25%2025%200%200%201%202.942-.806c1.848-.38%203.541%201.606%204.955%203.021s4.242%205.657%204.949%206.364s1.414%200%202.122-.707l.707-.707l.707-.707c.707-.708%201.414-1.415.707-2.122s-4.95-3.535-6.364-4.949s-3.4-3.107-3.021-4.955a24%2024%200%200%201%20.653-2.481q.536-1.147.824-2.334z%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22m20.277%2022.942l1.414-1.414l12.022%2012.021l-1.414%201.414z%22%2F%3E%3Ccircle%20cx%3D%2231.5%22%20cy%3D%226.5%22%20r%3D%223.5%22%20fill%3D%22%23ccd6dd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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