git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

svg/arrow-right.svg (368B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Stylized rounded arrow pointing right -->
 3   <g fill="#ffffff">
 4     <!-- Shaft -->
 5     <rect x="4" y="17" width="18" height="6" rx="3" />
 6     <!-- Head -->
 7     <path d="M22 11 L33 20 L22 29 Z" stroke="#ffffff" stroke-width="5"
 8           stroke-linejoin="round" />
 9   </g>
10 </svg>