-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogo.vue
More file actions
13 lines (13 loc) · 640 Bytes
/
Logo.vue
File metadata and controls
13 lines (13 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="32"
height="32"
viewBox="0 0 36 36"
>
<circle cx="18" cy="18" r="4.09" fill="#2364eb" class="clr-i-solid clr-i-solid-path-1" />
<path fill="#fde046" d="M18 7.83A10.17 10.17 0 1 0 28.17 18A10.18 10.18 0 0 0 18 7.83Zm0 16A5.88 5.88 0 1 1 23.88 18A5.88 5.88 0 0 1 18 23.88Z" class="clr-i-solid clr-i-solid-path-2" />
<path fill="#2364eb" d="M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm0 27.83A11.83 11.83 0 1 1 29.83 18A11.85 11.85 0 0 1 18 29.83Z" class="clr-i-solid clr-i-solid-path-3" />
<path fill="none" d="M0 0h36v36H0z" />
</svg>
</template>