Skip to content

Instantly share code, notes, and snippets.

@rsadwick
Created March 29, 2018 17:25
Show Gist options
  • Save rsadwick/e989e365056b55fdba0496a77095f087 to your computer and use it in GitHub Desktop.
Save rsadwick/e989e365056b55fdba0496a77095f087 to your computer and use it in GitHub Desktop.
Exclamation Mark SVG
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" viewBox="60 70 70 70">
<ellipse cx="91.47" cy="103.854" fill="#fff" stroke="#c90807" stroke-width="2.765" rx="26.458" ry="26.08" />
<path fill="#c90807" d="M88.461 85.05h6.147v26.707h-6.147zm0 30.014h6.147v5.622h-6.147z" />
</svg>
@rsadwick
Copy link
Author

rsadwick commented Mar 29, 2018

Created in InkScape, optimized in svgomg.

Freely use for anything you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment