import SVG from 'react-inlinesvg'; ... const mySVG = '<svg xmlns="http://www.w3.org/2000/svg">...</svg>'; return <SVG src={mySVG} />;