Svg design problem

I am trying to make a design for my svg and I want to make its width increase every time I increase the width of the icon, but it does not appear inside Ignition
Svg code
"""

.icon { display: none } .icon:target { display: inline } path:nth-child(2){ filter:blur(40px); } path{ stroke:#F7DB6A; fill:#F7DB6A; width:100%; } """


This picture show the design which i nead

Hey Momen_Essam_Abusrea,
Can you provide a bit more detail regarding what your expected results for this SVG are and what is currently happening? A video could also be helpful to better understand the expected result you are trying to achieve.