1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-03 02:42:55 +02:00

14 new icons: apps, browser, brush, calendar-minus, calendar-plus, car, click, discount, language, license, new-section, scale, tax, truck

Fixed icons: `world`
This commit is contained in:
codecalm
2020-04-10 15:35:26 +02:00
parent 9bd6f439de
commit b67a03bd2a
16 changed files with 122 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Tabler Icons
A set of over 400 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke.
A set of over 450 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke.
**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**

9
src/_icons/apps.svg Normal file
View File

@@ -0,0 +1,9 @@
---
---
<svg>
<rect x="4" y="4" width="6" height="6" rx="1" />
<rect x="4" y="14" width="6" height="6" rx="1" />
<rect x="14" y="14" width="6" height="6" rx="1" />
<line x1="14" y1="7" x2="20" y2="7" />
<line x1="17" y1="4" x2="17" y2="10" />
</svg>

7
src/_icons/browser.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="1" />
<line x1="4" y1="8" x2="20" y2="8" />
<line x1="8" y1="4" x2="8" y2="8" />
</svg>

9
src/_icons/brush.svg Normal file
View File

@@ -0,0 +1,9 @@
---
tags: []
---
<svg>
<path d="M3 21v-4a4 4 0 1 1 4 4h-4" />
<path d="M21 3a16 16 0 0 0 -12.8 10.2" />
<path d="M21 3a16 16 0 0 1 -10.2 12.8" />
<path d="M10.6 9a9 9 0 0 1 4.4 4.4" />
</svg>

View File

@@ -0,0 +1,11 @@
---
tags: [date, day, plan, schedule, agenda, add]
---
<svg>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="10" y1="16" x2="14" y2="16" />
</svg>

View File

@@ -0,0 +1,12 @@
---
tags: [date, day, plan, schedule, agenda, add]
---
<svg>
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="10" y1="16" x2="14" y2="16" />
<line x1="12" y1="14" x2="12" y2="18" />
</svg>

7
src/_icons/car.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17h-2v-6l2-5h9l4 5h1a2 2 0 01 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" />
</svg>

10
src/_icons/click.svg Normal file
View File

@@ -0,0 +1,10 @@
---
---
<svg>
<line x1="3" y1="12" x2="6" y2="12" />
<line x1="12" y1="3" x2="12" y2="6" />
<line x1="7.8" y1="7.8" x2="5.6" y2="5.6" />
<line x1="16.2" y1="7.8" x2="18.4" y2="5.6" />
<line x1="7.8" y1="16.2" x2="5.6" y2="18.4" />
<path d="M12 12l10 4l-4 2l-2 4l-4 -10" />
</svg>

8
src/_icons/discount.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<line x1="9" y1="15" x2="15" y2="9" />
<circle cx="9.5" cy="9.5" r=".5" />
<circle cx="14.5" cy="14.5" r=".5" />
<path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55 v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55 v-1" />
</svg>

6
src/_icons/language.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M5 7h7m-2 -2v2a5 7 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
<path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
</svg>

7
src/_icons/license.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11" />
<line x1="9" y1="7" x2="13" y2="7" />
<line x1="9" y1="11" x2="13" y2="11" />
</svg>

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<line x1="9" y1="12" x2="15" y2="12" />
<line x1="12" y1="9" x2="12" y2="15" />
<path d="M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2m0 -5" />
</svg>

9
src/_icons/scale.svg Normal file
View File

@@ -0,0 +1,9 @@
---
---
<svg>
<line x1="12" y1="3" x2="12" y2="21" />
<line x1="9" y1="21" x2="15" y2="21" />
<polyline points="3 6 6 7 12 5 18 7 21 6" />
<path d="M6 7l-3 9a5 5 0 0 0 6 0l-3 -9" />
<path d="M18 7l-3 9a5 5 0 0 0 6 0l-3 -9" />
</svg>

8
src/_icons/tax.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<line x1="9" y1="14" x2="15" y2="8" />
<circle cx="9.5" cy="8.5" r=".5" />
<circle cx="14.5" cy="13.5" r=".5" />
<path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />
</svg>

7
src/_icons/truck.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" />
</svg>

View File

@@ -3,7 +3,8 @@ tags: [earth, globe, global, language, union]
---
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="3" y1="12" x2="21" y2="12" />
<path d="M12 3a12 12 0 0 0 0 18" />
<path d="M12 3a12 12 0 0 1 0 18" />
<line x1="3.6" y1="9" x2="20.4" y2="9" />
<line x1="3.6" y1="15" x2="20.4" y2="15" />
<path d="M11.5 3a17 17 0 0 0 0 18" />
<path d="M12.5 3a17 17 0 0 1 0 18" />
</svg>