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
<?xml version="1.0" encoding="UTF-8"?>
<svg width="360" height="100" viewBox="0 0 360 100" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Enviroly logo">
<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>
<!-- Icon: clean leaf circle -->
<g transform="translate(0,0)">
<circle cx="50" cy="50" r="42" fill="url(#greenGrad)"/>
<path d="M50 28 C58 40 58 72 50 82 C42 72 42 40 50 28 Z" fill="#FFFFFF"/>
</g>
<!-- Wordmark: "Enviroly" snugged to the icon -->
<g transform="translate(120,65)">
<text x="0" y="0" font-family="Poppins, Inter, Nunito, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
font-size="36" font-weight="600" fill="#2E7D32" letter-spacing="0.5">
Enviroly
</text>
</g>
</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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment