Don’t forget, that if you download an svg, just change the fill # colour to “currentColor” so you can pick a tailwind colour in Elements. Like this:
Just tested this and you might get an antialiasing rendering issue… as seen in this video:
The easy way to fix this is to use the Transform property and offset the svg down 1pixel so the svg and the container overlap. This will eliminate the sub 1 pixel line on resize.