diff options
Diffstat (limited to 'src/_icons/satellite.svg')
-rw-r--r-- | src/_icons/satellite.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/satellite.svg b/src/_icons/satellite.svg new file mode 100644 index 00000000..e0ca6359 --- /dev/null +++ b/src/_icons/satellite.svg @@ -0,0 +1,12 @@ +--- +tags: [orbit, space, moon, earth, planet, communication, information, celestial] +category: Map +--- +<svg> + <path d="M3.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414z" /> + <path d="M6 10l-3 3l3 3l3 -3" /> + <path d="M10 6l3 -3l3 3l-3 3" /> + <line x1="12" y1="12" x2="13.5" y2="13.5" /> + <path d="M14.5 17a2.5 2.5 0 0 0 2.5 -2.5" /> + <path d="M15 21a6 6 0 0 0 6 -6" /> +</svg> |