"data:image/svg+xml;utf8, " & EncodeUrl("
<svg viewBox='0 0 800 60' xmlns='http://www.w3.org/2000/svg'>
<rect x='50' y='20' width='600' height='20' style='fill:lightgrey;stroke:black;stroke-width:2' />
<rect x='50' y='20' width='" & Slider1.Value & "' height='20' style='fill:green;stroke:black;stroke-width:2' />
<circle cx='50' cy='32' r='24' stroke='black' stroke-width='2' fill='" & If(Slider1.Value>12,"Green","lightgrey") & "' />
<circle cx='200' cy='32' r='24' stroke='black' stroke-width='2' fill='" & If(Slider1.Value>162,"Green","lightgrey") & "' />
<circle cx='350' cy='32' r='24' stroke='black' stroke-width='2' fill='" & If(Slider1.Value>312,"Green","lightgrey") & "' />
<circle cx='500' cy='32' r='24' stroke='black' stroke-width='2' fill='" & If(Slider1.Value>462,"Green","lightgrey") & "' />
<circle cx='650' cy='32' r='24' stroke='black' stroke-width='2' fill='" & If(Slider1.Value>590,"Green","lightgrey") & "' />
</svg>"
)