Skip to content

Instantly share code, notes, and snippets.

@zgracem
Created January 13, 2024 14:52
Show Gist options
  • Save zgracem/ea48750a66004d7777fd6a50db0d518b to your computer and use it in GitHub Desktop.
Save zgracem/ea48750a66004d7777fd6a50db0d518b to your computer and use it in GitHub Desktop.
Replacement icon for the Application Menu on Steam Deck OLED
Display the source blob
Display the rendered blob
Raw
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m 32 4 v 10 a 18 18 0 0 1 18 18 a 18 18 0 0 1 -18 18 v 10 a 28 28 0 0 0 28 -28 a 28 28 0 0 0 -28 -28 z" fill="#ffffff"/><circle cx="32" cy="32" r="14" fill="url(#oled_gradient)"/><defs><linearGradient id="oled_gradient" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#ff40a0"/><stop offset="1" stop-color="#ff4040"/></linearGradient></defs></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment