# Tips for Custom Icons ### React - Providing a valid React `` element to the `icon` prop results in an `` node within the working view. - Sending the absolute path to your SVG (e.g. `/my/path/to/icon.svg`) results in an `img` node with the `src` attribute set to the provided path: ```html ``` ### Rails Sending the absolute path to the `icon` prop results in an `` tag within the working view.