Skip to content

Instantly share code, notes, and snippets.

@prajjwalyd
Created January 24, 2024 07:24
Show Gist options
  • Save prajjwalyd/5c7d94888078ca4b28ce268cd812ecb6 to your computer and use it in GitHub Desktop.
Save prajjwalyd/5c7d94888078ca4b28ce268cd812ecb6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SVG Viewer</title>
</head>
<body>
<svg
fill="currentColor"
height="1em"
onMouseEnter="[Function]"
onMouseLeave="[Function]"
onPointerEnter="[Function]"
onPointerLeave="[Function]"
stroke="currentColor"
strokeWidth="0"
style="color: undefined;"
viewBox="0 0 512 512"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z"
fill="none"
key="0"
strokeMiterlimit="10"
strokeWidth="32"
/>
<path
d="M220 220h32v116"
fill="none"
key="1"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="32"
/>
<path
d="M208 340h88"
fill="none"
key="2"
strokeLinecap="round"
strokeMiterlimit="10"
strokeWidth="32"
/>
<!-- ⚠⚠⚠ -->
<path
d="M248 130a26 26 0 1026 26 26 26 0 00-26-26z"
key="3"
/>
<!-- <path
d="M248 130a26 26 0 1 0 26 26 26 26 0 0 0-26-26z"
key="3"
/> -->
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment