1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"> 2 <!-- Stylized rounded arrow pointing left --> 3 <g fill="#ffffff" transform="rotate(180 20 20)"> 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>