Skip to content

Instantly share code, notes, and snippets.

@alyssamichelle
Created April 9, 2020 19:22
Show Gist options
  • Save alyssamichelle/e822d5876a62cd85548b716474e0b7da to your computer and use it in GitHub Desktop.
Save alyssamichelle/e822d5876a62cd85548b716474e0b7da to your computer and use it in GitHub Desktop.
SVG Gong
Display the source blob
Display the rendered blob
Raw
<!-- modified version of this: https://image.flaticon.com/icons/svg/451/451939.svg -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<line x1="45" y1="20" x2="105" y2="300" stroke-width="10" stroke="black"/>
<line x1="460" y1="20" x2="400" y2="300" stroke-width="10" stroke="black"/>
<circle style="fill:#FECE00;" cx="251.973" cy="279.276" r="195.255"/>
<rect x="32.123" y="7.607" style="fill:#FF3502;" width="439.691" height="34.281"/>
<circle style="fill:#FECE00;" cx="251.973" cy="279.276" r="140.211"/>
<g>
<path style="fill:#DDB201;" d="M251.969,112.072c-92.345,0-167.206,74.86-167.206,167.206s74.86,167.206,167.206,167.206
s167.206-74.86,167.206-167.206S344.314,112.072,251.969,112.072z M251.969,419.577c-77.485,0-140.299-62.814-140.299-140.299
s62.814-140.299,140.299-140.299s140.299,62.814,140.299,140.299S329.454,419.577,251.969,419.577z"/>
</g>
<circle style="fill:#FECE00;" cx="251.973" cy="279.276" r="59.665"/>
<g>
<rect x="32.123" y="7.607" style="fill:#CD2A01;" width="48.938" height="34.281"/>
<rect x="422.876" y="7.607" style="fill:#CD2A01;" width="48.938" height="34.281"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment