20 lines
979 B
XML
20 lines
979 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="paper" x1="8" y1="6" x2="55" y2="61" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#fff"/>
|
|
<stop offset="1" stop-color="#ececf4"/>
|
|
</linearGradient>
|
|
<linearGradient id="spectrum" x1="15" y1="44" x2="49" y2="21" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#f45274"/>
|
|
<stop offset=".28" stop-color="#f3b93f"/>
|
|
<stop offset=".52" stop-color="#43b978"/>
|
|
<stop offset=".76" stop-color="#3f8ee8"/>
|
|
<stop offset="1" stop-color="#8659d7"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M12 5h27l13 13v39a3 3 0 0 1-3 3H12a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Z" fill="url(#paper)" stroke="#403b68" stroke-width="3"/>
|
|
<path d="M39 5v13h13" fill="#deddeb" stroke="#403b68" stroke-width="3" stroke-linejoin="round"/>
|
|
<circle cx="30" cy="37" r="14" fill="url(#spectrum)"/>
|
|
<circle cx="30" cy="37" r="5" fill="#fff" fill-opacity=".92"/>
|
|
</svg>
|