Can I upload SVGs?

Edited

Yes, Ethos supports SVGs. We just require that the SVG includes a fill color before uploading. Here’s how users can add one:

  1. Open the SVG file in any text editor.

  2. Locate the <path> elements.

  3. Add or update the fill attribute, for example:

    <path d="..." fill="#000000" />
    
  4. Save the file and re-upload.