-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (66 loc) · 3.7 KB
/
index.html
File metadata and controls
81 lines (66 loc) · 3.7 KB
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
72
73
74
75
76
77
78
79
80
81
---
layout: default
title: Inkscape Symbols Libraries
description: A comprehensive collection of 24,900+ symbols for Inkscape
---
<section class="page-header">
<h1 class="project-name">Inkscape Symbols Libraries</h1>
<h2 class="project-tagline">24,900+ ready-to-use symbols for Inkscape</h2>
<a href="https://github.com/wpgaurav/Inkscape-Symbols-Libraries" class="btn">View on GitHub</a>
<a href="https://github.com/wpgaurav/Inkscape-Symbols-Libraries/archive/refs/heads/master.zip" class="btn">Download ZIP</a>
</section>
<section class="main-content">
<h2>What is this?</h2>
<p>A curated collection of <strong>58 symbol libraries</strong> containing over <strong>24,900 symbols</strong> for use with <a href="https://inkscape.org/">Inkscape</a>, the free and open-source vector graphics editor.</p>
<h2>Quick Install</h2>
<p>Copy the SVG files to your Inkscape symbols directory:</p>
<h3>Linux</h3>
<pre><code>git clone https://github.com/wpgaurav/Inkscape-Symbols-Libraries.git ~/.config/inkscape/symbols/</code></pre>
<h3>macOS</h3>
<pre><code>git clone https://github.com/wpgaurav/Inkscape-Symbols-Libraries.git ~/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/symbols/</code></pre>
<h3>Windows</h3>
<p>Download the ZIP file and extract the SVG files to <code>%APPDATA%\inkscape\symbols\</code></p>
<h2>Included Libraries</h2>
<h3>Modern UI Icon Sets (NEW)</h3>
<ul>
<li><strong>Tabler Icons</strong> - 5,986 icons (outline + filled)</li>
<li><strong>Simple Icons</strong> - 3,369 brand logos</li>
<li><strong>Remix Icons</strong> - 3,188 icons</li>
<li><strong>Bootstrap Icons</strong> - 2,078 icons</li>
<li><strong>Lucide Icons</strong> - 1,666 icons</li>
<li><strong>Phosphor Icons</strong> - 3,024 icons (regular + filled)</li>
<li><strong>Heroicons</strong> - 648 icons (outline + solid)</li>
<li><strong>Feather Icons</strong> - 287 icons</li>
<li><strong>Ionicons</strong> - 515 icons (updated)</li>
<li><strong>Octicons</strong> - 342 icons (updated)</li>
</ul>
<h3>Material Design Icons</h3>
<p>Google's Material Design icon set: action, alert, av, communication, content, device, editor, file, hardware, image, maps, navigation, notification, toggle</p>
<h3>Classic Icon Fonts</h3>
<ul>
<li><strong>Font Awesome</strong> - 519 icons</li>
<li><strong>Genericons</strong> - 146 icons</li>
<li><strong>Dashicons</strong> - 238 icons</li>
</ul>
<h3>Specialized Collections</h3>
<ul>
<li><strong>EmojiOne</strong> - 1,624 emojis</li>
<li><strong>SJJB Map Icons</strong> - 16 categories of map/cartography symbols</li>
<li><strong>Suru Icons</strong> - Ubuntu icon theme</li>
<li><strong>Weather</strong> - Weather condition symbols</li>
</ul>
<h2>Usage</h2>
<ol>
<li>Open Inkscape</li>
<li>Go to <strong>Object → Symbols</strong> (or press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Y</kbd>)</li>
<li>Select a library from the dropdown</li>
<li>Drag symbols onto your canvas</li>
</ol>
<h2>License</h2>
<p>This repository is MIT licensed. Individual symbol sets retain their original licenses (Apache 2.0, MIT, ISC, GPL, CC BY, CC0, etc.). See the <a href="https://github.com/wpgaurav/Inkscape-Symbols-Libraries/blob/master/LICENSE">LICENSE</a> file for details.</p>
<h2>Contributing</h2>
<p>Contributions welcome! Submit a pull request to add new symbol libraries or improve existing ones. See <a href="https://github.com/wpgaurav/Inkscape-Symbols-Libraries/blob/master/CONTRIBUTING.md">CONTRIBUTING.md</a> for guidelines.</p>
<footer class="site-footer">
<span class="site-footer-owner">Maintained by <a href="https://github.com/wpgaurav">Gaurav Tiwari</a></span>
</footer>
</section>