ping pong icon
ping-pong-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- ping-pong-light
- Set
- Phosphor
- Style
- Light
- 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="M238 196.2a14 14 0 0 0-5.86-10.2l-39.93-28.52l18.62-18.62a37.65 37.65 0 0 0 10.46-34a97.43 97.43 0 0 0-34.69-56.74a99.82 99.82 0 0 0-64-22.11a98.29 98.29 0 0 0-96.6 96.6a100.1 100.1 0 0 0 22.11 64a97.4 97.4 0 0 0 56.72 34.69a37.65 37.65 0 0 0 34-10.46l18.62-18.62L186 232.14a14 14 0 0 0 10.2 5.86c.39 0 .78.05 1.16.05a14 14 0 0 0 9.89-4.1l26.65-26.64a14 14 0 0 0 4.1-11.11M57.47 179.08A88.12 88.12 0 0 1 38 122.77A86.29 86.29 0 0 1 122.77 38a88.2 88.2 0 0 1 56.31 19.46a87.3 87.3 0 0 1 20 22.93L80.4 199.12a87.1 87.1 0 0 1-22.93-20.04m167.94 19.69l-26.64 26.64a2 2 0 0 1-3-.25l-32.64-45.69a6 6 0 0 0-4.43-2.47h-.49a6 6 0 0 0-4.24 1.76l-23.63 23.62a25.69 25.69 0 0 1-23.17 7.17a82 82 0 0 1-15.49-4.72L204.8 91.68a82 82 0 0 1 4.72 15.49a25.67 25.67 0 0 1-7.18 23.17L178.72 154a6 6 0 0 0 .75 9.12l45.69 32.64a2 2 0 0 1 .25 3Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPingPongLight(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="M238 196.2a14 14 0 0 0-5.86-10.2l-39.93-28.52l18.62-18.62a37.65 37.65 0 0 0 10.46-34a97.43 97.43 0 0 0-34.69-56.74a99.82 99.82 0 0 0-64-22.11a98.29 98.29 0 0 0-96.6 96.6a100.1 100.1 0 0 0 22.11 64a97.4 97.4 0 0 0 56.72 34.69a37.65 37.65 0 0 0 34-10.46l18.62-18.62L186 232.14a14 14 0 0 0 10.2 5.86c.39 0 .78.05 1.16.05a14 14 0 0 0 9.89-4.1l26.65-26.64a14 14 0 0 0 4.1-11.11M57.47 179.08A88.12 88.12 0 0 1 38 122.77A86.29 86.29 0 0 1 122.77 38a88.2 88.2 0 0 1 56.31 19.46a87.3 87.3 0 0 1 20 22.93L80.4 199.12a87.1 87.1 0 0 1-22.93-20.04m167.94 19.69l-26.64 26.64a2 2 0 0 1-3-.25l-32.64-45.69a6 6 0 0 0-4.43-2.47h-.49a6 6 0 0 0-4.24 1.76l-23.63 23.62a25.69 25.69 0 0 1-23.17 7.17a82 82 0 0 1-15.49-4.72L204.8 91.68a82 82 0 0 1 4.72 15.49a25.67 25.67 0 0 1-7.18 23.17L178.72 154a6 6 0 0 0 .75 9.12l45.69 32.64a2 2 0 0 1 .25 3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 196.2a14 14 0 0 0-5.86-10.2l-39.93-28.52l18.62-18.62a37.65 37.65 0 0 0 10.46-34a97.43 97.43 0 0 0-34.69-56.74a99.82 99.82 0 0 0-64-22.11a98.29 98.29 0 0 0-96.6 96.6a100.1 100.1 0 0 0 22.11 64a97.4 97.4 0 0 0 56.72 34.69a37.65 37.65 0 0 0 34-10.46l18.62-18.62L186 232.14a14 14 0 0 0 10.2 5.86c.39 0 .78.05 1.16.05a14 14 0 0 0 9.89-4.1l26.65-26.64a14 14 0 0 0 4.1-11.11M57.47 179.08A88.12 88.12 0 0 1 38 122.77A86.29 86.29 0 0 1 122.77 38a88.2 88.2 0 0 1 56.31 19.46a87.3 87.3 0 0 1 20 22.93L80.4 199.12a87.1 87.1 0 0 1-22.93-20.04m167.94 19.69l-26.64 26.64a2 2 0 0 1-3-.25l-32.64-45.69a6 6 0 0 0-4.43-2.47h-.49a6 6 0 0 0-4.24 1.76l-23.63 23.62a25.69 25.69 0 0 1-23.17 7.17a82 82 0 0 1-15.49-4.72L204.8 91.68a82 82 0 0 1 4.72 15.49a25.67 25.67 0 0 1-7.18 23.17L178.72 154a6 6 0 0 0 .75 9.12l45.69 32.64a2 2 0 0 1 .25 3Z"/></svg> </template>
CSS
.icon-ping-pong-light {
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%22M238%20196.2a14%2014%200%200%200-5.86-10.2l-39.93-28.52l18.62-18.62a37.65%2037.65%200%200%200%2010.46-34a97.43%2097.43%200%200%200-34.69-56.74a99.82%2099.82%200%200%200-64-22.11a98.29%2098.29%200%200%200-96.6%2096.6a100.1%20100.1%200%200%200%2022.11%2064a97.4%2097.4%200%200%200%2056.72%2034.69a37.65%2037.65%200%200%200%2034-10.46l18.62-18.62L186%20232.14a14%2014%200%200%200%2010.2%205.86c.39%200%20.78.05%201.16.05a14%2014%200%200%200%209.89-4.1l26.65-26.64a14%2014%200%200%200%204.1-11.11M57.47%20179.08A88.12%2088.12%200%200%201%2038%20122.77A86.29%2086.29%200%200%201%20122.77%2038a88.2%2088.2%200%200%201%2056.31%2019.46a87.3%2087.3%200%200%201%2020%2022.93L80.4%20199.12a87.1%2087.1%200%200%201-22.93-20.04m167.94%2019.69l-26.64%2026.64a2%202%200%200%201-3-.25l-32.64-45.69a6%206%200%200%200-4.43-2.47h-.49a6%206%200%200%200-4.24%201.76l-23.63%2023.62a25.69%2025.69%200%200%201-23.17%207.17a82%2082%200%200%201-15.49-4.72L204.8%2091.68a82%2082%200%200%201%204.72%2015.49a25.67%2025.67%200%200%201-7.18%2023.17L178.72%20154a6%206%200%200%200%20.75%209.12l45.69%2032.64a2%202%200%200%201%20.25%203Z%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%22M238%20196.2a14%2014%200%200%200-5.86-10.2l-39.93-28.52l18.62-18.62a37.65%2037.65%200%200%200%2010.46-34a97.43%2097.43%200%200%200-34.69-56.74a99.82%2099.82%200%200%200-64-22.11a98.29%2098.29%200%200%200-96.6%2096.6a100.1%20100.1%200%200%200%2022.11%2064a97.4%2097.4%200%200%200%2056.72%2034.69a37.65%2037.65%200%200%200%2034-10.46l18.62-18.62L186%20232.14a14%2014%200%200%200%2010.2%205.86c.39%200%20.78.05%201.16.05a14%2014%200%200%200%209.89-4.1l26.65-26.64a14%2014%200%200%200%204.1-11.11M57.47%20179.08A88.12%2088.12%200%200%201%2038%20122.77A86.29%2086.29%200%200%201%20122.77%2038a88.2%2088.2%200%200%201%2056.31%2019.46a87.3%2087.3%200%200%201%2020%2022.93L80.4%20199.12a87.1%2087.1%200%200%201-22.93-20.04m167.94%2019.69l-26.64%2026.64a2%202%200%200%201-3-.25l-32.64-45.69a6%206%200%200%200-4.43-2.47h-.49a6%206%200%200%200-4.24%201.76l-23.63%2023.62a25.69%2025.69%200%200%201-23.17%207.17a82%2082%200%200%201-15.49-4.72L204.8%2091.68a82%2082%200%200%201%204.72%2015.49a25.67%2025.67%200%200%201-7.18%2023.17L178.72%20154a6%206%200%200%200%20.75%209.12l45.69%2032.64a2%202%200%200%201%20.25%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ping-pong-light.svg?color=%231a73e8&size=48