13 lines
574 B
XML
13 lines
574 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<linearGradient id="lg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#ff8a3d"/>
|
|
<stop offset="1" stop-color="#ff6900"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="2" y="2" width="60" height="60" rx="16" fill="url(#lg)"/>
|
|
<rect x="14" y="16" width="36" height="10" rx="5" fill="#fff"/>
|
|
<rect x="14" y="30" width="36" height="10" rx="5" fill="#fff" opacity=".85"/>
|
|
<rect x="14" y="44" width="20" height="6" rx="3" fill="#fff" opacity=".7"/>
|
|
</svg>
|