Skip to content

Instantly share code, notes, and snippets.

@ToroNZ
Last active October 20, 2025 04:36
Show Gist options
  • Select an option

  • Save ToroNZ/f6efed6b930abf9b1f8c4f4f3834bb8c to your computer and use it in GitHub Desktop.

Select an option

Save ToroNZ/f6efed6b930abf9b1f8c4f4f3834bb8c to your computer and use it in GitHub Desktop.
enviroly-icon
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Enviroly favicon">
<defs>
<linearGradient id="greenGradFavicon" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#3CB371"/>
<stop offset="1" stop-color="#00A896"/>
</linearGradient>
</defs>
<!-- circle background -->
<circle cx="16" cy="16" r="14" fill="url(#greenGradFavicon)"/>
<!-- white leaf -->
<path d="M16 8 C20 12 20 20 16 24 C12 20 12 12 16 8 Z" fill="#FFFFFF"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment