19 lines
956 B
XML
19 lines
956 B
XML
|
|
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="grad" x1="0" y1="0" x2="512" y2="512" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop offset="0%" stop-color="#10B981" />
|
||
|
|
<stop offset="100%" stop-color="#3B82F6" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- Main shape: A rounded vial shape -->
|
||
|
|
<path d="M180 100 H332 V320 C332 362 298 396 256 396 C214 396 180 362 180 320 V100 Z" fill="url(#grad)" />
|
||
|
|
<rect x="160" y="80" width="192" height="24" rx="12" fill="url(#grad)" />
|
||
|
|
|
||
|
|
<!-- Content: Bar chart and Checkmark -->
|
||
|
|
<rect x="210" y="280" width="24" height="60" rx="12" fill="white" />
|
||
|
|
<rect x="244" y="240" width="24" height="100" rx="12" fill="white" />
|
||
|
|
<rect x="278" y="210" width="24" height="130" rx="12" fill="white" />
|
||
|
|
|
||
|
|
<path d="M200 200 L240 240 L340 140" stroke="white" stroke-width="32" stroke-linecap="round" stroke-linejoin="round" />
|
||
|
|
</svg>
|