SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/refresh.svg (466B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Stylized refresh: open ring with arrowhead -->
3 <path d="M32 20 A12 12 0 1 1 24.5 8.9" fill="none" stroke="#ffffff"
4 stroke-width="6" stroke-linecap="round" />
5 <!-- Arrowhead at the ring opening, along the clockwise tangent -->
6 <path d="M26.6 3.8 L32.8 12.3 L22.4 14 Z" fill="#ffffff" stroke="#ffffff"
7 stroke-width="2.5" stroke-linejoin="round" />
8 </svg>