14 lines
663 B
XML
14 lines
663 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100">
|
|
<linearGradient id="orange" gradientUnits="userSpaceOnUse" x2="100" y2="100">
|
|
<stop offset="0" style="stop-color:#FF8B00"/>
|
|
<stop offset="0.5" style="stop-color:#FFAB48"/>
|
|
<stop offset="1" style="stop-color:#FF8B00"/>
|
|
</linearGradient>
|
|
<path fill="url(#orange)" d="M0,25v50q0,25,25,25h50q25,0,25,-25v-50q0,-25,-25,-25h-50q-25,0,-25,25z"/>
|
|
<g fill="#FFFFFF" transform="matrix(-0.75 0 0 0.75 87.5 12.5)">
|
|
<circle cx="13" cy="13" r="13"/>
|
|
<path d="M0,45v20Q65,65,65,0h-20Q45,45,0,45z"/>
|
|
<path d="M0,80v20Q100,100,100,0h-20Q80,80,0,80z"/>
|
|
</g>
|
|
</svg>
|