Skip to content

Instantly share code, notes, and snippets.

@uncenter
Last active April 20, 2024 02:11
Show Gist options
  • Save uncenter/53f93513cae761a089ee71cae5474d74 to your computer and use it in GitHub Desktop.
Save uncenter/53f93513cae761a089ee71cae5474d74 to your computer and use it in GitHub Desktop.
SVG template for creating macOS app icons.

macOS App Icon Template

Pretty simple to use - download the attached template.svg file, bring in your logo or icon, resize it to the dimensions of the red square (and delete the red square).

Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024"><path d="M238.67 102A136.666 136.666 0 0 0 102 238.67V785.33A136.666 136.666 0 0 0 238.67 922H785.33A136.666 136.666 0 0 0 922 785.33V238.67A136.666 136.666 0 0 0 785.33 102H512.003Z" fill="#fff"/><path d="M232 232h560v560H232z" fill="red"/></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment