18 lines
1.1 KiB
XML
18 lines
1.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- Maskable PWA icon: full-bleed accent tile with the cloud mark inside the
|
||
|
|
~80% safe zone, so platform crops (circle/squircle) never clip it. -->
|
||
|
|
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="oxi-maskable-bg" x1="0" y1="0" x2="1" y2="1">
|
||
|
|
<stop offset="0" stop-color="#ff5e3a"/>
|
||
|
|
<stop offset="1" stop-color="#ff8a5c"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="500" height="500" fill="url(#oxi-maskable-bg)"/>
|
||
|
|
<g transform="translate(250 250) scale(0.55) translate(-250 -250)">
|
||
|
|
<path
|
||
|
|
d="m 364.14537,344.11776 c 40.65049,0 73.64219,-32.99169 73.64219,-73.64218 0,-40.65047 -32.9917,-73.64217 -73.64219,-73.64217 -7.80607,0 -15.17028,1.17827 -22.23993,3.38754 -11.04633,-40.94506 -47.57285,-69.6655 -91.16903,-69.6655 -43.59616,0 -80.12268,28.72044 -92.64185,68.19265 -7.06965,-0.73642 -14.43386,-1.91469 -22.23994,-1.91469 -40.65049,0 -73.64218,32.9917 -73.64218,73.64217 0,40.65049 32.99169,73.64218 73.64218,73.64218 z"
|
||
|
|
fill="#ffffff"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|