27 lines
1.6 KiB
XML
27 lines
1.6 KiB
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" role="img" aria-labelledby="title desc">
|
||
|
|
<title id="title">Bill Tracker mark</title>
|
||
|
|
<desc id="desc">A calm green bar chart with a checkmark showing bills under control.</desc>
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="bt-trust" x1="48" x2="206" y1="210" y2="50" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop offset="0" stop-color="#1e9f93"/>
|
||
|
|
<stop offset="0.58" stop-color="#40c878"/>
|
||
|
|
<stop offset="1" stop-color="#96e6a1"/>
|
||
|
|
</linearGradient>
|
||
|
|
<linearGradient id="bt-ink" x1="34" x2="222" y1="34" y2="222" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop offset="0" stop-color="#172025"/>
|
||
|
|
<stop offset="1" stop-color="#0f1417"/>
|
||
|
|
</linearGradient>
|
||
|
|
<filter id="bt-shadow" x="-20%" y="-20%" width="140%" height="145%" color-interpolation-filters="sRGB">
|
||
|
|
<feDropShadow dx="0" dy="10" stdDeviation="14" flood-color="#061014" flood-opacity="0.26"/>
|
||
|
|
</filter>
|
||
|
|
</defs>
|
||
|
|
<rect width="256" height="256" rx="58" fill="url(#bt-ink)"/>
|
||
|
|
<g filter="url(#bt-shadow)">
|
||
|
|
<rect x="61" y="123" width="28" height="59" rx="8" fill="url(#bt-trust)" opacity="0.86"/>
|
||
|
|
<rect x="101" y="95" width="28" height="87" rx="8" fill="url(#bt-trust)" opacity="0.94"/>
|
||
|
|
<rect x="141" y="69" width="28" height="113" rx="8" fill="url(#bt-trust)"/>
|
||
|
|
<path d="M62 80.5 97.5 116 190 45" fill="none" stroke="#96e6a1" stroke-linecap="round" stroke-linejoin="round" stroke-width="18"/>
|
||
|
|
<path d="M62 80.5 97.5 116 190 45" fill="none" stroke="#40c878" stroke-linecap="round" stroke-linejoin="round" stroke-width="10"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|