8 | Why did I build Notion Icons? 9 |
10 |11 | I switched to Notion for note taking and have been loving it. I use the popular 12 | PARA ( Projects, Areas, Resources, Archieve ) 13 | method to save resources I learn from all sources like blogs, videos , podcasts, books etc. 14 | I like using colorful Icons in notes as it gives a quick visual context. Here is example from my Notion. 15 |
16 |
20 | Notions comes with only limited set of icons. We can get beautiful icons from many websites like 21 | Icon8 , 22 | Flaticon . 23 | But it is painful to add icons from those websites to notion notes. I need to first find the right icon from thousands of icons, 24 | then customize and download to my computer. After that I can upload new icon to Notion. 25 |
26 |27 | I searched for better solution and found easy to use Icons from notion.vip , 28 | but again it doesn't have all the Icons I want to use. But I like it's idea. 29 |
30 |31 | I also saw from reddit posts that other people are also looking for solution to this problem. So I decided to build this tool Myself 32 | and share it with the Notion community. 33 |
34 |36 |
38 | Frequently Asked Questions 39 |
40 |50 | Why there is only limited set of Icons available ? 51 |
52 | 53 |60 | I have only added Icons I use in My Notion. More icons we add, it becomes harder to choose right one 61 | ( Paradox Of Choice ). 62 | I would like to crowd source best Icons for Notion from the community. So please feel to 63 | 64 | contribute. 65 |
66 |79 | How is current icons currated ? 80 |
81 | 82 |89 | After experimenting with different style of Icons from both 90 | Icon8 , 91 | Flaticon . 92 | I found Material filled style icons 93 | looks best on Notion. Also it's easy to customize the icon color in icon8 so that it will look beautiful in both light and dark mode. 94 |
95 |108 | I don't find the Icon I want, What should I do ? 109 |
110 | 111 |119 | Please follow these instructions to contribute more Icons. 120 |
121 |-
122 |
- 123 | Go to Icons8 Material style icons . 124 | 125 |
-
126 | Search for your icon with keyword. For e.g
facebook
. 127 |
128 | -
129 | Click on the icon you want and click
Embed HTML Button
. 130 |
131 | -
132 | Copy name of the icon from last part of img src url.
133 | For eg. In url
https://img.icons8.com/material/24/000000/facebook-new.png
. 134 | Icon name isfacebook-new
135 |
136 | - 137 | Fork Notion Icons Git Repo. 138 | 139 |
-
140 | Open file
/config/icons-config.json
in your favorite editor. 141 |
142 | -
143 | Add a new section for icon with
name
andtags
. 144 |-
145 |
-
146 | For name, use
name
copied from img url. 147 |
148 | -
149 | Optionally add any other search keywords to
tags
. For eg adding "social" to facebook icon will make this show if you search for "social". 150 |
151 | -
152 | Example code for above facebook icon.
153 | 154 |161 |
155 | { 156 | "name" : "facebook-new", 157 | "tags" : ["social"] 158 | } 159 |
160 |
162 |
164 | -
146 | For name, use
- 165 | Commit and send a pull request in Github. 166 | 167 |
- 168 | Once your code is merged, it will be show up notion icons. 169 | 170 |
185 | I am not familiar with using Github pull request, Is there another way request Icons ? 186 |
187 | 188 |195 | Github pull request is the preffered and fasted method. But if you can't do it, no worries. 196 | You can file Github issue by following these steps: 197 |
-
198 |
- 199 | Go to Github Issues. 200 | 201 |
-
202 | Click on
Get started
button next toNew Icon Add Request
203 |
204 | - 205 | Please follow instructions on the issue template. 206 | 207 |
222 | Can I request other style of icons from icon8 icons or icons from other sites flaticon? 223 |
224 | 225 |232 | No. The currently only Icon8 Material Icons are only supported. 233 |
234 |247 | Is it free to use ? 248 |
249 | 250 |257 | You can use Icons8 for free, but link to Icons8 website. 258 | Please see license terms for more information. 259 |
260 |273 | Notions Icons hosted at your personal domain ? Will there any problem if this tool move to different address ? 274 |
275 | 276 |
283 | The icons are not served from notion.erajasekar.com
. The copied Icon url is original img src from Icon8.
284 | So there won't be any this tool moves to different domain in future.
285 |
299 | I found some problems or something is not working, What should I do ? 300 |
301 | 302 |
309 | Please submit a issue Github. Go to Github.
310 | Click on Get started
button next to Bug report
. Follow the instructions on template.
311 |