ping pong icon
ping-pong-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- ping-pong-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M206.6 81.4L81.4 206.6A93.92 93.92 0 0 1 32 122.69c.69-49.55 41.13-90 90.68-90.68A93.92 93.92 0 0 1 206.6 81.4" opacity=".2"/><path d="M240 196a16 16 0 0 0-6.65-11.7l-38-27.15l17-16.95a39.67 39.67 0 0 0 11-35.79a99.52 99.52 0 0 0-35.4-57.89A101.93 101.93 0 0 0 122.58 24A100.29 100.29 0 0 0 24 122.58a102.12 102.12 0 0 0 22.55 65.28a99.52 99.52 0 0 0 57.89 35.4a39.68 39.68 0 0 0 35.79-11l16.95-17l27.15 38A16 16 0 0 0 196 240c.44 0 .88.05 1.32.05a16 16 0 0 0 11.31-4.69l26.64-26.64A16 16 0 0 0 240 196M59 177.83a86.1 86.1 0 0 1-19-55A84.27 84.27 0 0 1 122.8 40a86.28 86.28 0 0 1 55 19a85.1 85.1 0 0 1 18.78 21.1L80.1 196.58A85.1 85.1 0 0 1 59 177.83M197.35 224l-32.63-45.69a8 8 0 0 0-5.85-3.32h-.66a8 8 0 0 0-5.66 2.34l-23.63 23.63a23.68 23.68 0 0 1-21.36 6.63a80 80 0 0 1-12.3-3.5l108.8-108.8a80.6 80.6 0 0 1 3.5 12.3a23.67 23.67 0 0 1-6.63 21.36l-23.63 23.6a8 8 0 0 0 1 12.17l45.7 32.63Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPingPongDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M206.6 81.4L81.4 206.6A93.92 93.92 0 0 1 32 122.69c.69-49.55 41.13-90 90.68-90.68A93.92 93.92 0 0 1 206.6 81.4" opacity=".2"/><path d="M240 196a16 16 0 0 0-6.65-11.7l-38-27.15l17-16.95a39.67 39.67 0 0 0 11-35.79a99.52 99.52 0 0 0-35.4-57.89A101.93 101.93 0 0 0 122.58 24A100.29 100.29 0 0 0 24 122.58a102.12 102.12 0 0 0 22.55 65.28a99.52 99.52 0 0 0 57.89 35.4a39.68 39.68 0 0 0 35.79-11l16.95-17l27.15 38A16 16 0 0 0 196 240c.44 0 .88.05 1.32.05a16 16 0 0 0 11.31-4.69l26.64-26.64A16 16 0 0 0 240 196M59 177.83a86.1 86.1 0 0 1-19-55A84.27 84.27 0 0 1 122.8 40a86.28 86.28 0 0 1 55 19a85.1 85.1 0 0 1 18.78 21.1L80.1 196.58A85.1 85.1 0 0 1 59 177.83M197.35 224l-32.63-45.69a8 8 0 0 0-5.85-3.32h-.66a8 8 0 0 0-5.66 2.34l-23.63 23.63a23.68 23.68 0 0 1-21.36 6.63a80 80 0 0 1-12.3-3.5l108.8-108.8a80.6 80.6 0 0 1 3.5 12.3a23.67 23.67 0 0 1-6.63 21.36l-23.63 23.6a8 8 0 0 0 1 12.17l45.7 32.63Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M206.6 81.4L81.4 206.6A93.92 93.92 0 0 1 32 122.69c.69-49.55 41.13-90 90.68-90.68A93.92 93.92 0 0 1 206.6 81.4" opacity=".2"/><path d="M240 196a16 16 0 0 0-6.65-11.7l-38-27.15l17-16.95a39.67 39.67 0 0 0 11-35.79a99.52 99.52 0 0 0-35.4-57.89A101.93 101.93 0 0 0 122.58 24A100.29 100.29 0 0 0 24 122.58a102.12 102.12 0 0 0 22.55 65.28a99.52 99.52 0 0 0 57.89 35.4a39.68 39.68 0 0 0 35.79-11l16.95-17l27.15 38A16 16 0 0 0 196 240c.44 0 .88.05 1.32.05a16 16 0 0 0 11.31-4.69l26.64-26.64A16 16 0 0 0 240 196M59 177.83a86.1 86.1 0 0 1-19-55A84.27 84.27 0 0 1 122.8 40a86.28 86.28 0 0 1 55 19a85.1 85.1 0 0 1 18.78 21.1L80.1 196.58A85.1 85.1 0 0 1 59 177.83M197.35 224l-32.63-45.69a8 8 0 0 0-5.85-3.32h-.66a8 8 0 0 0-5.66 2.34l-23.63 23.63a23.68 23.68 0 0 1-21.36 6.63a80 80 0 0 1-12.3-3.5l108.8-108.8a80.6 80.6 0 0 1 3.5 12.3a23.67 23.67 0 0 1-6.63 21.36l-23.63 23.6a8 8 0 0 0 1 12.17l45.7 32.63Z"/></g></svg> </template>
CSS
.icon-ping-pong-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M206.6%2081.4L81.4%20206.6A93.92%2093.92%200%200%201%2032%20122.69c.69-49.55%2041.13-90%2090.68-90.68A93.92%2093.92%200%200%201%20206.6%2081.4%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M240%20196a16%2016%200%200%200-6.65-11.7l-38-27.15l17-16.95a39.67%2039.67%200%200%200%2011-35.79a99.52%2099.52%200%200%200-35.4-57.89A101.93%20101.93%200%200%200%20122.58%2024A100.29%20100.29%200%200%200%2024%20122.58a102.12%20102.12%200%200%200%2022.55%2065.28a99.52%2099.52%200%200%200%2057.89%2035.4a39.68%2039.68%200%200%200%2035.79-11l16.95-17l27.15%2038A16%2016%200%200%200%20196%20240c.44%200%20.88.05%201.32.05a16%2016%200%200%200%2011.31-4.69l26.64-26.64A16%2016%200%200%200%20240%20196M59%20177.83a86.1%2086.1%200%200%201-19-55A84.27%2084.27%200%200%201%20122.8%2040a86.28%2086.28%200%200%201%2055%2019a85.1%2085.1%200%200%201%2018.78%2021.1L80.1%20196.58A85.1%2085.1%200%200%201%2059%20177.83M197.35%20224l-32.63-45.69a8%208%200%200%200-5.85-3.32h-.66a8%208%200%200%200-5.66%202.34l-23.63%2023.63a23.68%2023.68%200%200%201-21.36%206.63a80%2080%200%200%201-12.3-3.5l108.8-108.8a80.6%2080.6%200%200%201%203.5%2012.3a23.67%2023.67%200%200%201-6.63%2021.36l-23.63%2023.6a8%208%200%200%200%201%2012.17l45.7%2032.63Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M206.6%2081.4L81.4%20206.6A93.92%2093.92%200%200%201%2032%20122.69c.69-49.55%2041.13-90%2090.68-90.68A93.92%2093.92%200%200%201%20206.6%2081.4%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M240%20196a16%2016%200%200%200-6.65-11.7l-38-27.15l17-16.95a39.67%2039.67%200%200%200%2011-35.79a99.52%2099.52%200%200%200-35.4-57.89A101.93%20101.93%200%200%200%20122.58%2024A100.29%20100.29%200%200%200%2024%20122.58a102.12%20102.12%200%200%200%2022.55%2065.28a99.52%2099.52%200%200%200%2057.89%2035.4a39.68%2039.68%200%200%200%2035.79-11l16.95-17l27.15%2038A16%2016%200%200%200%20196%20240c.44%200%20.88.05%201.32.05a16%2016%200%200%200%2011.31-4.69l26.64-26.64A16%2016%200%200%200%20240%20196M59%20177.83a86.1%2086.1%200%200%201-19-55A84.27%2084.27%200%200%201%20122.8%2040a86.28%2086.28%200%200%201%2055%2019a85.1%2085.1%200%200%201%2018.78%2021.1L80.1%20196.58A85.1%2085.1%200%200%201%2059%20177.83M197.35%20224l-32.63-45.69a8%208%200%200%200-5.85-3.32h-.66a8%208%200%200%200-5.66%202.34l-23.63%2023.63a23.68%2023.68%200%200%201-21.36%206.63a80%2080%200%200%201-12.3-3.5l108.8-108.8a80.6%2080.6%200%200%201%203.5%2012.3a23.67%2023.67%200%200%201-6.63%2021.36l-23.63%2023.6a8%208%200%200%200%201%2012.17l45.7%2032.63Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ping-pong-duotone.svg?color=%231a73e8&size=48