├── GUI ├── sample.txt.txt ├── close.png ├── minus1.png ├── plus1.png ├── reset.png ├── start.png ├── stop.png ├── reset_blue.png ├── toggle_off.png ├── toggle_on.png ├── toggle_off.html ├── toggle_on.html ├── close.html ├── minus1.html ├── plus1.html ├── reset.html ├── start.html ├── stop.html └── reset_blue.html ├── Logos ├── index.txt ├── ct.png ├── dr.png ├── ecg.png ├── esp.png ├── gct.png ├── isp.png ├── lego.png ├── nmr.png ├── morse.png ├── machinery.png ├── electrical.png ├── mechanical.png ├── programming.png ├── travel_map.png ├── leaf_disease.png ├── ml_stethoscope.png ├── computer_vision.png ├── smart_transcribe.png ├── website_template.png ├── project_management.png ├── programming.svg ├── morse.html ├── isp.html ├── lego.html ├── electrical.svg ├── website_template.html ├── computer_vision.html ├── dr.html ├── ecg.html ├── leaf_disease.html ├── mechanical.svg ├── nmr.html ├── travel_map.html ├── programming.html ├── gct.html ├── project_management.svg ├── smart_transcribe.html ├── ct.html ├── project_management.html ├── ml_stethoscope.html ├── machinery.html ├── electrical.html ├── esp.html └── mechanical.html ├── Christmas ├── index.txt ├── star.png ├── ornament.png ├── snowflake.png ├── christmas_tree.png ├── gingerbread_man.png ├── winter_wonderland.png ├── ornament.html ├── christmas_tree.html ├── winter_wonderland.html ├── snowflake.html ├── gingerbread_man.html └── star.html ├── Avatars ├── casual.png ├── relaxed.png ├── professional.png ├── casual.html ├── professional.html └── relaxed.html ├── Basic Shapes ├── line.png ├── path.png ├── circle.png ├── ellipse.png ├── polygon.png ├── polyline.png ├── rectangle.png ├── rectangle.html ├── line.html ├── circle.html ├── path.html ├── ellipse.html ├── polygon.html └── polyline.html └── README.md /GUI/sample.txt.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logos/index.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Christmas/index.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GUI/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/close.png -------------------------------------------------------------------------------- /GUI/minus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/minus1.png -------------------------------------------------------------------------------- /GUI/plus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/plus1.png -------------------------------------------------------------------------------- /GUI/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/reset.png -------------------------------------------------------------------------------- /GUI/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/start.png -------------------------------------------------------------------------------- /GUI/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/stop.png -------------------------------------------------------------------------------- /Logos/ct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/ct.png -------------------------------------------------------------------------------- /Logos/dr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/dr.png -------------------------------------------------------------------------------- /Logos/ecg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/ecg.png -------------------------------------------------------------------------------- /Logos/esp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/esp.png -------------------------------------------------------------------------------- /Logos/gct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/gct.png -------------------------------------------------------------------------------- /Logos/isp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/isp.png -------------------------------------------------------------------------------- /Logos/lego.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/lego.png -------------------------------------------------------------------------------- /Logos/nmr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/nmr.png -------------------------------------------------------------------------------- /Logos/morse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/morse.png -------------------------------------------------------------------------------- /Avatars/casual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Avatars/casual.png -------------------------------------------------------------------------------- /Avatars/relaxed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Avatars/relaxed.png -------------------------------------------------------------------------------- /Christmas/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Christmas/star.png -------------------------------------------------------------------------------- /GUI/reset_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/reset_blue.png -------------------------------------------------------------------------------- /GUI/toggle_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/toggle_off.png -------------------------------------------------------------------------------- /GUI/toggle_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/GUI/toggle_on.png -------------------------------------------------------------------------------- /Logos/machinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/machinery.png -------------------------------------------------------------------------------- /Basic Shapes/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Basic Shapes/line.png -------------------------------------------------------------------------------- /Basic Shapes/path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Basic Shapes/path.png -------------------------------------------------------------------------------- /Logos/electrical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/electrical.png -------------------------------------------------------------------------------- /Logos/mechanical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/mechanical.png -------------------------------------------------------------------------------- /Logos/programming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/programming.png -------------------------------------------------------------------------------- /Logos/travel_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/travel_map.png -------------------------------------------------------------------------------- /Avatars/professional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Avatars/professional.png -------------------------------------------------------------------------------- /Basic Shapes/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Basic Shapes/circle.png -------------------------------------------------------------------------------- /Basic Shapes/ellipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Basic Shapes/ellipse.png -------------------------------------------------------------------------------- /Basic Shapes/polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Basic Shapes/polygon.png -------------------------------------------------------------------------------- /Christmas/ornament.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Christmas/ornament.png -------------------------------------------------------------------------------- /Christmas/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Christmas/snowflake.png -------------------------------------------------------------------------------- /Logos/leaf_disease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/leaf_disease.png -------------------------------------------------------------------------------- /Logos/ml_stethoscope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/ml_stethoscope.png -------------------------------------------------------------------------------- /Basic Shapes/polyline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Basic Shapes/polyline.png -------------------------------------------------------------------------------- /Basic Shapes/rectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Basic Shapes/rectangle.png -------------------------------------------------------------------------------- /Logos/computer_vision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/computer_vision.png -------------------------------------------------------------------------------- /Logos/smart_transcribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/smart_transcribe.png -------------------------------------------------------------------------------- /Logos/website_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/website_template.png -------------------------------------------------------------------------------- /Christmas/christmas_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Christmas/christmas_tree.png -------------------------------------------------------------------------------- /Christmas/gingerbread_man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Christmas/gingerbread_man.png -------------------------------------------------------------------------------- /Logos/project_management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Logos/project_management.png -------------------------------------------------------------------------------- /Christmas/winter_wonderland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cgrundman/svg-logos/HEAD/Christmas/winter_wonderland.png -------------------------------------------------------------------------------- /Basic Shapes/rectangle.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Basic Shapes/line.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Basic Shapes/circle.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Basic Shapes/path.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Basic Shapes/ellipse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /GUI/toggle_off.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /GUI/toggle_on.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Basic Shapes/polygon.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /GUI/close.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CLOSE 5 | 6 | -------------------------------------------------------------------------------- /GUI/minus1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -1 5 | 6 | -------------------------------------------------------------------------------- /GUI/plus1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | +1 5 | 6 | -------------------------------------------------------------------------------- /GUI/reset.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | RESET 5 | 6 | -------------------------------------------------------------------------------- /GUI/start.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | START 5 | 6 | -------------------------------------------------------------------------------- /GUI/stop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | STOP 5 | 6 | -------------------------------------------------------------------------------- /GUI/reset_blue.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | RESET 5 | 6 | -------------------------------------------------------------------------------- /Christmas/ornament.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Christmas/christmas_tree.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Logos/programming.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Christmas/winter_wonderland.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Christmas/snowflake.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Christmas/gingerbread_man.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Logos/morse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Logos/isp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Christmas/star.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Logos/lego.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Logos/electrical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logos/website_template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Logos/computer_vision.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Logos/dr.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Logos/ecg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Logos/leaf_disease.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Logos/mechanical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logos/nmr.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Logos/travel_map.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Logos/programming.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Logos/gct.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /Logos/project_management.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Logos/smart_transcribe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Basic Shapes/polyline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /Logos/ct.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /Logos/project_management.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Logos/ml_stethoscope.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /Logos/machinery.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /Logos/electrical.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /Logos/esp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SVG Logos 2 | 3 | This repository is a storage space for holding basic html encodings of svg images. 4 | 5 | ## Basic Images 6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | ## Christmas Images 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | ## Personal Logos 27 |
28 | 29 | 30 | 31 | 32 |
33 |
34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |
50 | 51 | ## GUI Buttons and Graphics 52 |
53 | 54 | 55 | 56 | 57 |
58 | 59 |
60 | 61 | 62 |
63 | 64 |
65 | 66 | 67 | 68 |
69 | 70 | ## Avatars 71 |
72 | 73 | 74 | 75 |
76 | 77 | ##### Special thanks to [Avataaars Generator](https://getavataaars.com/) 78 | -------------------------------------------------------------------------------- /Logos/mechanical.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /Avatars/casual.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Avatars/professional.html: -------------------------------------------------------------------------------- 1 | 2 | Created with getavataaars.com 3 | -------------------------------------------------------------------------------- /Avatars/relaxed.html: -------------------------------------------------------------------------------- 1 | 2 | Created with getavataaars.com 3 | --------------------------------------------------------------------------------