// Import your .svg file inside a React component: import Logo from './logo.svg'; // You can then use your image as a component: <Logo width={120} height={40} />