Importing SVGs In React: The Clean Way
Aug 5, 2021

import { ReactComponent as [your_image_name]} from “your image path”
Then you can use the SVG like any component.
React component that renders an inline SVG

Remember to remove all inline styles that the SVG may have so your className can change the styles.
