diff options
Diffstat (limited to 'src/icons/ball-volleyball.svg')
-rw-r--r-- | src/icons/ball-volleyball.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/ball-volleyball.svg b/src/icons/ball-volleyball.svg new file mode 100644 index 00000000..4de36f75 --- /dev/null +++ b/src/icons/ball-volleyball.svg @@ -0,0 +1,12 @@ +--- +tags: [point, set, match, attacker, ace, setter, serve] +category: Sport +version: "1.10" +unicode: "ec2b" +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" /> + <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" transform="rotate(120 12 12)" /> + <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" transform="rotate(240 12 12)" /> +</svg> |