aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/ball-volleyball.svg
blob: 630a90b66150336473caf0ba6aabcf347b223977 (plain)
1
2
3
4
5
6
7
8
9
---
category: Sport
---
<svg>
  <circle cx="12" cy="12" r="9" />
  {% for i in (0..2) %}
  <path d="M12 12a8 8 0 0 0 8 4M7.5 13.5a12 12 0 0 0 8.5 6.5"{% if i > 0 %} transform="rotate({{ i | times: 120 }} 12 12)"{% endif %} />
  {% endfor %}
</svg>