blob: 17a5428fbd4e533b448e06f401fd3ce620e04a84 (
plain)
1
2
3
4
5
6
7
8
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -35.3911 35.3911 0 968.766 41.2823)" gradientUnits="userSpaceOnUse">
<stop stop-color="#83001f" offset="0"/>
<stop stop-color="#e45349" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<path d="m14.71 14.905c-1.175 1.175-.86 3.383.707 4.95l4.243 4.242-4.243 4.243c-1.567 1.567-1.882 3.774-.707 4.95 1.175 1.175 3.383.859 4.95-.708l4.242-4.242 4.243 4.242c1.567 1.567 3.774 1.883 4.95.708 1.175-1.176.859-3.383-.708-4.95l-4.242-4.243 4.242-4.242c1.567-1.567 1.883-3.775.708-4.95-1.176-1.175-3.383-.86-4.95.707l-4.243 4.243-4.242-4.243c-1.567-1.567-3.775-1.882-4.95-.707z" fill="#fff" fill-rule="nonzero"/>
</svg>
|