Question:
I am trying to put the svg icon inside the faq button. Can i use only flex box to align the icon inside the button?This is my output:

And this what i want to achieve:

This is some of my css:
Answer:
Remove the fill property from the SVG icon and also make the button and SVG background transparent. In-display flex you can achieve this result by justify-content:space-between;
If you have better answer, please add a comment about this, thank you!