├── ico ├── blue-circle.ico ├── cyan-circle.ico ├── gray-circle.ico ├── lime-circle.ico ├── pink-circle.ico ├── red-circle.ico ├── red-rounded.ico ├── teal-circle.ico ├── blue-rounded.ico ├── cyan-rounded.ico ├── grape-circle.ico ├── grape-rounded.ico ├── gray-rounded.ico ├── green-circle.ico ├── green-rounded.ico ├── indigo-circle.ico ├── indigo-rounded.ico ├── lime-rounded.ico ├── orange-circle.ico ├── orange-rounded.ico ├── pink-rounded.ico ├── teal-rounded.ico ├── violet-circle.ico ├── violet-rounded.ico ├── yellow-circle.ico └── yellow-rounded.ico ├── png ├── blue-circle.png ├── cyan-circle.png ├── gray-circle.png ├── lime-circle.png ├── pink-circle.png ├── red-circle.png ├── red-rounded.png ├── teal-circle.png ├── blue-rounded.png ├── cyan-rounded.png ├── grape-circle.png ├── grape-rounded.png ├── gray-rounded.png ├── green-circle.png ├── green-rounded.png ├── indigo-circle.png ├── indigo-rounded.png ├── lime-rounded.png ├── orange-circle.png ├── orange-rounded.png ├── pink-rounded.png ├── teal-rounded.png ├── violet-circle.png ├── violet-rounded.png ├── yellow-circle.png └── yellow-rounded.png ├── Pipfile ├── README.md ├── generate.py ├── UNLICENSE.md └── Pipfile.lock /ico/blue-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/blue-circle.ico -------------------------------------------------------------------------------- /ico/cyan-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/cyan-circle.ico -------------------------------------------------------------------------------- /ico/gray-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/gray-circle.ico -------------------------------------------------------------------------------- /ico/lime-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/lime-circle.ico -------------------------------------------------------------------------------- /ico/pink-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/pink-circle.ico -------------------------------------------------------------------------------- /ico/red-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/red-circle.ico -------------------------------------------------------------------------------- /ico/red-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/red-rounded.ico -------------------------------------------------------------------------------- /ico/teal-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/teal-circle.ico -------------------------------------------------------------------------------- /png/blue-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/blue-circle.png -------------------------------------------------------------------------------- /png/cyan-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/cyan-circle.png -------------------------------------------------------------------------------- /png/gray-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/gray-circle.png -------------------------------------------------------------------------------- /png/lime-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/lime-circle.png -------------------------------------------------------------------------------- /png/pink-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/pink-circle.png -------------------------------------------------------------------------------- /png/red-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/red-circle.png -------------------------------------------------------------------------------- /png/red-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/red-rounded.png -------------------------------------------------------------------------------- /png/teal-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/teal-circle.png -------------------------------------------------------------------------------- /ico/blue-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/blue-rounded.ico -------------------------------------------------------------------------------- /ico/cyan-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/cyan-rounded.ico -------------------------------------------------------------------------------- /ico/grape-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/grape-circle.ico -------------------------------------------------------------------------------- /ico/grape-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/grape-rounded.ico -------------------------------------------------------------------------------- /ico/gray-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/gray-rounded.ico -------------------------------------------------------------------------------- /ico/green-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/green-circle.ico -------------------------------------------------------------------------------- /ico/green-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/green-rounded.ico -------------------------------------------------------------------------------- /ico/indigo-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/indigo-circle.ico -------------------------------------------------------------------------------- /ico/indigo-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/indigo-rounded.ico -------------------------------------------------------------------------------- /ico/lime-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/lime-rounded.ico -------------------------------------------------------------------------------- /ico/orange-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/orange-circle.ico -------------------------------------------------------------------------------- /ico/orange-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/orange-rounded.ico -------------------------------------------------------------------------------- /ico/pink-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/pink-rounded.ico -------------------------------------------------------------------------------- /ico/teal-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/teal-rounded.ico -------------------------------------------------------------------------------- /ico/violet-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/violet-circle.ico -------------------------------------------------------------------------------- /ico/violet-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/violet-rounded.ico -------------------------------------------------------------------------------- /ico/yellow-circle.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/yellow-circle.ico -------------------------------------------------------------------------------- /ico/yellow-rounded.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/ico/yellow-rounded.ico -------------------------------------------------------------------------------- /png/blue-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/blue-rounded.png -------------------------------------------------------------------------------- /png/cyan-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/cyan-rounded.png -------------------------------------------------------------------------------- /png/grape-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/grape-circle.png -------------------------------------------------------------------------------- /png/grape-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/grape-rounded.png -------------------------------------------------------------------------------- /png/gray-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/gray-rounded.png -------------------------------------------------------------------------------- /png/green-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/green-circle.png -------------------------------------------------------------------------------- /png/green-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/green-rounded.png -------------------------------------------------------------------------------- /png/indigo-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/indigo-circle.png -------------------------------------------------------------------------------- /png/indigo-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/indigo-rounded.png -------------------------------------------------------------------------------- /png/lime-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/lime-rounded.png -------------------------------------------------------------------------------- /png/orange-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/orange-circle.png -------------------------------------------------------------------------------- /png/orange-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/orange-rounded.png -------------------------------------------------------------------------------- /png/pink-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/pink-rounded.png -------------------------------------------------------------------------------- /png/teal-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/teal-rounded.png -------------------------------------------------------------------------------- /png/violet-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/violet-circle.png -------------------------------------------------------------------------------- /png/violet-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/violet-rounded.png -------------------------------------------------------------------------------- /png/yellow-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/yellow-circle.png -------------------------------------------------------------------------------- /png/yellow-rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sesh/favicons/main/png/yellow-rounded.png -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- 1 | [[source]] 2 | url = "https://pypi.org/simple" 3 | verify_ssl = true 4 | name = "pypi" 5 | 6 | [packages] 7 | pillow = "*" 8 | 9 | [dev-packages] 10 | 11 | [requires] 12 | python_version = "3.9" 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This is a collection of automatically generated favicons that are intentionally very small. They are available as 32x32 PNG files and ICO files with a 32x32 PNG included. 2 | 3 | The icons are generated with Pillow. 4 | The colours are from [open-color](https://github.com/yeun/open-color). 5 | 6 | These icons are released into the public domain using the UNLICENSE. -------------------------------------------------------------------------------- /generate.py: -------------------------------------------------------------------------------- 1 | from PIL import Image, ImageDraw 2 | 3 | colours = [ 4 | ("gray", (73, 80, 87)), 5 | ("red", (240, 62, 62)), 6 | ("pink", (214, 51, 108)), 7 | ("grape", (174, 62, 201)), 8 | ("violet", (112, 72, 232)), 9 | ("indigo", (66, 99, 235)), 10 | ("blue", (28, 126, 214)), 11 | ("cyan", (16, 152, 173)), 12 | ("teal", (12, 166, 120)), 13 | ("green", (55, 178, 77)), 14 | ("lime", (116, 184, 22)), 15 | ("yellow", (245, 159, 0)), 16 | ("orange", (247, 103, 7)), 17 | ] 18 | 19 | for name, colour in colours: 20 | i = Image.new("RGBA", (320, 320)) 21 | draw = ImageDraw.Draw(i) 22 | draw.ellipse([(10, 10), (310, 310)], fill=colour, outline=None) 23 | 24 | i = i.resize((32, 32)) 25 | i.save(f"png/{name}-circle.png") 26 | i.save(f"ico/{name}-circle.ico", sizes=[(32, 32)]) 27 | 28 | i = Image.new("RGBA", (320, 320)) 29 | draw = ImageDraw.Draw(i) 30 | draw.rounded_rectangle([(20, 20), (300, 300)], fill=colour, width=0, outline=None, radius=50) 31 | 32 | i = i.resize((32, 32)) 33 | i.save(f"png/{name}-rounded.png") 34 | i.save(f"ico/{name}-rounded.ico", sizes=[(32, 32)]) -------------------------------------------------------------------------------- /UNLICENSE.md: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /Pipfile.lock: -------------------------------------------------------------------------------- 1 | { 2 | "_meta": { 3 | "hash": { 4 | "sha256": "50541ebd1e358e19fd1abf7ff833c7dbd5e3484685f8b85c606d51ffe7892041" 5 | }, 6 | "pipfile-spec": 6, 7 | "requires": { 8 | "python_version": "3.9" 9 | }, 10 | "sources": [ 11 | { 12 | "name": "pypi", 13 | "url": "https://pypi.org/simple", 14 | "verify_ssl": true 15 | } 16 | ] 17 | }, 18 | "default": { 19 | "pillow": { 20 | "hashes": [ 21 | "sha256:011233e0c42a4a7836498e98c1acf5e744c96a67dd5032a6f666cc1fb97eab97", 22 | "sha256:0f29d831e2151e0b7b39981756d201f7108d3d215896212ffe2e992d06bfe049", 23 | "sha256:12875d118f21cf35604176872447cdb57b07126750a33748bac15e77f90f1f9c", 24 | "sha256:14d4b1341ac07ae07eb2cc682f459bec932a380c3b122f5540432d8977e64eae", 25 | "sha256:1c3c33ac69cf059bbb9d1a71eeaba76781b450bc307e2291f8a4764d779a6b28", 26 | "sha256:1d19397351f73a88904ad1aee421e800fe4bbcd1aeee6435fb62d0a05ccd1030", 27 | "sha256:253e8a302a96df6927310a9d44e6103055e8fb96a6822f8b7f514bb7ef77de56", 28 | "sha256:2632d0f846b7c7600edf53c48f8f9f1e13e62f66a6dbc15191029d950bfed976", 29 | "sha256:335ace1a22325395c4ea88e00ba3dc89ca029bd66bd5a3c382d53e44f0ccd77e", 30 | "sha256:413ce0bbf9fc6278b2d63309dfeefe452835e1c78398efb431bab0672fe9274e", 31 | "sha256:5100b45a4638e3c00e4d2320d3193bdabb2d75e79793af7c3eb139e4f569f16f", 32 | "sha256:514ceac913076feefbeaf89771fd6febde78b0c4c1b23aaeab082c41c694e81b", 33 | "sha256:528a2a692c65dd5cafc130de286030af251d2ee0483a5bf50c9348aefe834e8a", 34 | "sha256:6295f6763749b89c994fcb6d8a7f7ce03c3992e695f89f00b741b4580b199b7e", 35 | "sha256:6c8bc8238a7dfdaf7a75f5ec5a663f4173f8c367e5a39f87e720495e1eed75fa", 36 | "sha256:718856856ba31f14f13ba885ff13874be7fefc53984d2832458f12c38205f7f7", 37 | "sha256:7f7609a718b177bf171ac93cea9fd2ddc0e03e84d8fa4e887bdfc39671d46b00", 38 | "sha256:80ca33961ced9c63358056bd08403ff866512038883e74f3a4bf88ad3eb66838", 39 | "sha256:80fe64a6deb6fcfdf7b8386f2cf216d329be6f2781f7d90304351811fb591360", 40 | "sha256:81c4b81611e3a3cb30e59b0cf05b888c675f97e3adb2c8672c3154047980726b", 41 | "sha256:855c583f268edde09474b081e3ddcd5cf3b20c12f26e0d434e1386cc5d318e7a", 42 | "sha256:9bfdb82cdfeccec50aad441afc332faf8606dfa5e8efd18a6692b5d6e79f00fd", 43 | "sha256:a5d24e1d674dd9d72c66ad3ea9131322819ff86250b30dc5821cbafcfa0b96b4", 44 | "sha256:a9f44cd7e162ac6191491d7249cceb02b8116b0f7e847ee33f739d7cb1ea1f70", 45 | "sha256:b5b3f092fe345c03bca1e0b687dfbb39364b21ebb8ba90e3fa707374b7915204", 46 | "sha256:b9618823bd237c0d2575283f2939655f54d51b4527ec3972907a927acbcc5bfc", 47 | "sha256:cef9c85ccbe9bee00909758936ea841ef12035296c748aaceee535969e27d31b", 48 | "sha256:d21237d0cd37acded35154e29aec853e945950321dd2ffd1a7d86fe686814669", 49 | "sha256:d3c5c79ab7dfce6d88f1ba639b77e77a17ea33a01b07b99840d6ed08031cb2a7", 50 | "sha256:d9d7942b624b04b895cb95af03a23407f17646815495ce4547f0e60e0b06f58e", 51 | "sha256:db6d9fac65bd08cea7f3540b899977c6dee9edad959fa4eaf305940d9cbd861c", 52 | "sha256:ede5af4a2702444a832a800b8eb7f0a7a1c0eed55b644642e049c98d589e5092", 53 | "sha256:effb7749713d5317478bb3acb3f81d9d7c7f86726d41c1facca068a04cf5bb4c", 54 | "sha256:f154d173286a5d1863637a7dcd8c3437bb557520b01bddb0be0258dcb72696b5", 55 | "sha256:f25ed6e28ddf50de7e7ea99d7a976d6a9c415f03adcaac9c41ff6ff41b6d86ac" 56 | ], 57 | "index": "pypi", 58 | "version": "==9.0.1" 59 | } 60 | }, 61 | "develop": {} 62 | } 63 | --------------------------------------------------------------------------------