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
<?xml version="1.0" encoding="UTF-8"?>
<svg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Enviroly icon">
<defs>
<linearGradient id="greenGrad" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#3CB371"/>
<stop offset="1" stop-color="#00A896"/>
</linearGradient>
</defs>
<!-- circle with leaf -->
<circle cx="60" cy="60" r="50" fill="url(#greenGrad)"/>
<path d="M60 30 C68 40 68 80 60 90 C52 80 52 40 60 30 Z" fill="#FFFFFF"/>
</svg>
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment