1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-19 04:11:36 +02:00

9 new icons: box-margin, box-model, box-padding, container, heading, section, shadow-off, shadow, stack-2

Fixed icons: `credit-card-off`, `database-off`, `dimensions`, `frame`, `h-1`, `h-2`, `h-3`, `h-4`, `h-5`, `h-6`, `letter-case-lower`, `letter-case-toggle`, `letter-case-upper`, `letter-case`, `letter-spacing`, `mask-off`, `mask`, `overline`, `receipt-off`, `report`, `stack`, `strikethrough`, `underline`
This commit is contained in:
codecalm
2020-10-16 18:16:24 +02:00
parent 8bd00ea6c9
commit 804e6915f8
55 changed files with 363 additions and 33 deletions

10
icons/calendar-stats.svg Normal file
View File

@@ -0,0 +1,10 @@
---
---
<svg>
<path d="M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"/>
<path d="M18 14v4h4"/>
<circle cx="18" cy="18" r="4"/>
<path d="M15 3v4"/>
<path d="M7 3v4"/>
<path d="M3 11h16"/>
</svg>

10
icons/calendar-time.svg Normal file
View File

@@ -0,0 +1,10 @@
---
---
<svg>
<path d="M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"/>
<circle cx="18" cy="18" r="4"/>
<path d="M15 3v4"/>
<path d="M7 3v4"/>
<path d="M3 11h16"/>
<path d="M18 16.496V18l1 1"/>
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="12" cy="12" r="9"/>
<path d="M3 12h18"/>
</svg>

6
icons/circle-half.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="12" cy="12" r="9"/>
<path d="M12 3v18"/>
</svg>

7
icons/cursor-text.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M10 12h4"/>
<path d="M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3"/>
<path d="M15 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3"/>
</svg>

13
icons/dimensions.svg Normal file
View File

@@ -0,0 +1,13 @@
---
---
<svg>
<path d="M3 5h11"/>
<path d="M12 7l2-2-2-2"/>
<path d="M5 3L3 5l2 2"/>
<g>
<path d="M19 10v11"/>
<path d="M17 19l2 2 2-2"/>
<path d="M21 12l-2-2-2 2"/>
</g>
<rect x="3" y="10" width="11" height="11" rx="2"/>
</svg>

View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="6.5" cy="15.5" r="3.5"/>
<path d="M10 12v7"/>
<circle cx="17.5" cy="15.5" r="3.5"/>
<path d="M21 12v7"/>
</svg>

View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="6.5" cy="15.5" r="3.5"/>
<path d="M14 19V8.5a3.5 3.5 0 0 1 7 0V19"/>
<path d="M14 13h7"/>
<path d="M10 12v7"/>
</svg>

View File

@@ -0,0 +1,8 @@
---
---
<svg>
<path d="M3 19V8.5a3.5 3.5 0 0 1 7 0V19"/>
<path d="M3 13h7"/>
<path d="M14 19V8.5a3.5 3.5 0 0 1 7 0V19"/>
<path d="M14 13h7"/>
</svg>

8
icons/letter-case.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="17.5" cy="15.5" r="3.5"/>
<path d="M3 19V8.5a3.5 3.5 0 0 1 7 0V19"/>
<path d="M3 13h7"/>
<path d="M21 12v7"/>
</svg>

9
icons/letter-spacing.svg Normal file
View File

@@ -0,0 +1,9 @@
---
---
<svg>
<path d="M5 12V6.5a2.5 2.5 0 0 1 5 0V12m0-4H5"/>
<path d="M13 4l3 8 3-8"/>
<path d="M5 18h14"/>
<path d="M17 20l2-2-2-2"/>
<path d="M7 16l-2 2 2 2"/>
</svg>

7
icons/line-dashed.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M5 12h2"/>
<path d="M17 12h2"/>
<path d="M11 12h2"/>
</svg>

9
icons/line-dotted.svg Normal file
View File

@@ -0,0 +1,9 @@
---
---
<svg>
<path d="M4 12v.01"/>
<path d="M8 12v.01"/>
<path d="M12 12v.01"/>
<path d="M16 12v.01"/>
<path d="M20 12v.01"/>
</svg>

7
icons/mask-off.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M19.42 19.41A2 2 0 0 1 18 20H6a2 2 0 0 1-2-2V6c0-.554.225-1.055.588-1.417M8 4h10a2 2 0 0 1 2 2v10"/>
<path d="M9.885 9.872a3 3 0 1 0 4.245 4.24m.582-3.396a3.012 3.012 0 0 0-1.438-1.433"/>
<path d="M3 3l18 18"/>
</svg>

6
icons/mask.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="12" cy="12" r="3"/>
<rect x="4" y="4" width="16" height="16" rx="2"/>
</svg>

5
icons/minus-vertical.svg Normal file
View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M12 5v14"/>
</svg>

6
icons/overline.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M7 5v9a5 5 0 0 0 10 0V5"/>
<path d="M4 12h16"/>
</svg>

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M19 19h-6a8 8 0 0 1-8-8V5"/>
</svg>

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M19 5v6a8 8 0 0 1-8 8H5"/>
</svg>

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M5 19v-6a8 8 0 0 1 8-8h6"/>
</svg>

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M5 5h6a8 8 0 0 1 8 8v6"/>
</svg>

11
icons/report.svg Normal file
View File

@@ -0,0 +1,11 @@
---
---
<svg>
<path d="M8 5H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h5.697"/>
<path d="M18 14v4h4"/>
<path d="M18 11V7a2 2 0 0 0-2-2h-2"/>
<rect x="8" y="3" width="6" height="4" rx="2"/>
<circle cx="18" cy="18" r="4"/>
<path d="M8 11h4"/>
<path d="M8 15h3"/>
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M16.964 16.952l-3.462 3.461c-.782.783-2.222.783-3.004 0l-6.911-6.91c-.783-.783-.783-2.223 0-3.005l3.455-3.456m2.003-2.003l1.453-1.452c.782-.783 2.222-.783 3.004 0l6.911 6.91c.783.783.783 2.223 0 3.005l-1.448 1.45"/>
<path d="M3 3l18 18"/>
</svg>

22
src/_icons/box-margin.svg Normal file
View File

@@ -0,0 +1,22 @@
---
category: Design
---
<svg>
<path d="M8 8h8v8h-8z" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
<path d="M20 16v.01" />
<path d="M20 12v.01" />
<path d="M20 8v.01" />
<path d="M4 16v.01" />
<path d="M4 12v.01" />
<path d="M4 8v.01" />
</svg>

11
src/_icons/box-model.svg Normal file
View File

@@ -0,0 +1,11 @@
---
category: Design
---
<svg>
<path d="M8 8h8v8h-8z" />
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M16 16l3.3 3.3" />
<path d="M16 8l3.3 -3.3" />
<path d="M8 8l-3.3 -3.3" />
<path d="M8 16l-3.3 3.3" />
</svg>

View File

@@ -0,0 +1,14 @@
---
category: Design
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M8 16v.01" />
<path d="M8 12v.01" />
<path d="M8 8v.01" />
<path d="M16 16v.01" />
<path d="M16 12v.01" />
<path d="M16 8v.01" />
<path d="M12 8v.01" />
<path d="M12 16v.01" />
</svg>

16
src/_icons/container.svg Normal file
View File

@@ -0,0 +1,16 @@
---
category: Design
---
<svg>
<path d="M20 4v.01" />
<path d="M20 20v.01" />
<path d="M20 16v.01" />
<path d="M20 12v.01" />
<path d="M20 8v.01" />
<rect x="8" y="4" width="8" height="16" rx="1" />
<path d="M4 4v.01" />
<path d="M4 20v.01" />
<path d="M4 16v.01" />
<path d="M4 12v.01" />
<path d="M4 8v.01" />
</svg>

View File

@@ -4,7 +4,7 @@ version: 1.24
--- ---
<svg> <svg>
<line x1="3" y1="3" x2="21" y2="21" /> <line x1="3" y1="3" x2="21" y2="21" />
<path d="" /> <path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87" />
<path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /> <path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" />
<line x1="3" y1="11" x2="11" y2="11" /> <line x1="3" y1="11" x2="11" y2="11" />
<line x1="15" y1="11" x2="21" y2="11" /> <line x1="15" y1="11" x2="21" y2="11" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Database
--- ---
<svg> <svg>
<path d="M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74" /> <path d="M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74" />

View File

@@ -1,13 +1,12 @@
--- ---
category: Design
--- ---
<svg> <svg>
<path d="M3 5h11" /> <path d="M3 5h11" />
<path d="M12 7l2 -2l-2 -2" /> <path d="M12 7l2 -2l-2 -2" />
<path d="M5 3l-2 2l2 2" /> <path d="M5 3l-2 2l2 2" />
<g>
<path d="M19 10v11" /> <path d="M19 10v11" />
<path d="M17 19l2 2l2 -2" /> <path d="M17 19l2 2l2 -2" />
<path d="M21 12l-2 -2l-2 2" /> <path d="M21 12l-2 -2l-2 2" />
</g>
<rect x="3" y="10" width="11" height="11" rx="2" /> <rect x="3" y="10" width="11" height="11" rx="2" />
</svg> </svg>

View File

@@ -1,4 +1,5 @@
--- ---
category: Design
tags: [crop] tags: [crop]
version: 1.0 version: 1.0
--- ---

View File

@@ -4,8 +4,12 @@ category: Text
version: 1.16 version: 1.16
--- ---
<svg> <svg>
<line x1="3" y1="5" x2="3" y2="19" /> <path d="M19 18v-8l-2 2" />
<line x1="3" y1="12" x2="12" y2="12" /> <path d="M4 6v12" />
<line x1="12" y1="5" x2="12" y2="19" /> <path d="M12 6v12" />
<path d="M20 19v-10l-3 3" /> <path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</svg> </svg>

View File

@@ -4,8 +4,12 @@ category: Text
version: 1.16 version: 1.16
--- ---
<svg> <svg>
<line x1="3" y1="5" x2="3" y2="19" /> <path d="M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" />
<line x1="3" y1="12" x2="12" y2="12" /> <path d="M4 6v12" />
<line x1="12" y1="5" x2="12" y2="19" /> <path d="M12 6v12" />
<path d="M21 19h-5l4.47 -5.96a2.5 2.5 0 1 0 -4.47 -1.54" /> <path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</svg> </svg>

View File

@@ -4,8 +4,13 @@ category: Text
version: 1.16 version: 1.16
--- ---
<svg> <svg>
<line x1="3" y1="5" x2="3" y2="19" /> <path d="M19 14a2 2 0 1 0 -2 -2" />
<line x1="3" y1="12" x2="12" y2="12" /> <path d="M17 16a2 2 0 1 0 2 -2" />
<line x1="12" y1="5" x2="12" y2="19" /> <path d="M4 6v12" />
<path d="M16 11.5a2.5 2.5 0 1 1 2.5 2.5a2.5 2.5 0 1 1 -2.5 2.5" /> <path d="M12 6v12" />
<path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</svg> </svg>

View File

@@ -4,8 +4,12 @@ category: Text
version: 1.16 version: 1.16
--- ---
<svg> <svg>
<line x1="3" y1="5" x2="3" y2="19" /> <path d="M20 18v-8l-4 6h5" />
<line x1="3" y1="12" x2="12" y2="12" /> <path d="M4 6v12" />
<line x1="12" y1="5" x2="12" y2="19" /> <path d="M12 6v12" />
<path d="M20 19v-10l-5 8h7" /> <path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</svg> </svg>

View File

@@ -4,8 +4,12 @@ category: Text
version: 1.16 version: 1.16
--- ---
<svg> <svg>
<line x1="3" y1="5" x2="3" y2="19" /> <path d="M17 18h2a2 2 0 1 0 0 -4h-2v-4h4" />
<line x1="3" y1="12" x2="12" y2="12" /> <path d="M4 6v12" />
<line x1="12" y1="5" x2="12" y2="19" /> <path d="M12 6v12" />
<path d="M16 18.27a3 3 0 1 0 0 -4.537l0 -4.733h5" /> <path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</svg> </svg>

View File

@@ -4,9 +4,13 @@ category: Text
version: 1.16 version: 1.16
--- ---
<svg> <svg>
<line x1="3" y1="5" x2="3" y2="19" /> <circle transform="rotate(180 19 16)" cx="19" cy="16" r="2" />
<line x1="3" y1="12" x2="12" y2="12" /> <path d="M21 12a2 2 0 1 0 -4 0v4" />
<line x1="12" y1="5" x2="12" y2="19" /> <path d="M4 6v12" />
<circle cx="18.5" cy="16.5" r="2.5" /> <path d="M12 6v12" />
<line x1="20" y1="9" x2="16.5" y2="15" /> <path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</svg> </svg>

12
src/_icons/heading.svg Normal file
View File

@@ -0,0 +1,12 @@
---
category: Text
---
<svg>
<path d="M7 12h10" />
<path d="M7 4v16" />
<path d="M17 4v16" />
<path d="M15 20h4" />
<path d="M15 4h4" />
<path d="M5 20h4" />
<path d="M5 4h4" />
</svg>

View File

@@ -1,4 +1,5 @@
--- ---
category: Text
--- ---
<svg> <svg>
<circle cx="6.5" cy="15.5" r="3.5" /> <circle cx="6.5" cy="15.5" r="3.5" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Text
--- ---
<svg> <svg>
<circle cx="6.5" cy="15.5" r="3.5" /> <circle cx="6.5" cy="15.5" r="3.5" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Text
--- ---
<svg> <svg>
<path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" /> <path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Text
--- ---
<svg> <svg>
<circle cx="17.5" cy="15.5" r="3.5" /> <circle cx="17.5" cy="15.5" r="3.5" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Text
--- ---
<svg> <svg>
<path d="M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /> <path d="M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Design
--- ---
<svg> <svg>
<path d="M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10" /> <path d="M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Design
--- ---
<svg> <svg>
<circle cx="12" cy="12" r="3" /> <circle cx="12" cy="12" r="3" />

View File

@@ -1,6 +1,7 @@
--- ---
category: Text
--- ---
<svg> <svg>
<path d="M7 5v9a5 5 0 0 0 10 0v-9" /> <path d="M7 9v5a5 5 0 0 0 10 0v-5" />
<path d="M4 12h16" /> <path d="M5 5h14" />
</svg> </svg>

View File

@@ -1,4 +1,5 @@
--- ---
category: Document
--- ---
<svg> <svg>
<path d="M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /> <path d="M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />

View File

@@ -1,4 +1,5 @@
--- ---
category: Document
--- ---
<svg> <svg>
<path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" /> <path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" />

16
src/_icons/section.svg Normal file
View File

@@ -0,0 +1,16 @@
---
category: Design
---
<svg>
<path d="M20 20h.01" />
<path d="M4 20h.01" />
<path d="M8 20h.01" />
<path d="M12 20h.01" />
<path d="M16 20h.01" />
<path d="M20 4h.01" />
<path d="M4 4h.01" />
<path d="M8 4h.01" />
<path d="M12 4h.01" />
<path d="M16 4l0 0" />
<rect x="4" y="8" width="16" height="8" rx="1" />
</svg>

12
src/_icons/shadow-off.svg Normal file
View File

@@ -0,0 +1,12 @@
---
category: Design
---
<svg>
<path d="M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088" />
<path d="M16 12h2" />
<path d="M13 15h2" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
<path d="M3 3l18 18" />
</svg>

11
src/_icons/shadow.svg Normal file
View File

@@ -0,0 +1,11 @@
---
category: Design
---
<svg>
<circle cx="12" cy="12" r="9" />
<path d="M13 12h5" />
<path d="M13 15h4" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
</svg>

8
src/_icons/stack-2.svg Normal file
View File

@@ -0,0 +1,8 @@
---
category: Design
tags: [pile, elements, layout, wrap]
---
<svg>
<path d="M12 6l-8 4l8 4l8 -4l-8 -4" />
<path d="M4 14l8 4l8 -4" />
</svg>

View File

@@ -1,4 +1,5 @@
--- ---
category: Design
tags: [pile, elements, layout, wrap] tags: [pile, elements, layout, wrap]
version: 1.1 version: 1.1
--- ---

View File

@@ -4,7 +4,6 @@ category: Text
version: 1.3 version: 1.3
--- ---
<svg> <svg>
<line x1="5" y1="12" x2="19" y2="12" /> <path d="M7 5v9a5 5 0 0 0 10 0v-9" />
<path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7" /> <path d="M4 12h16" />
<path d="M16.5 16a3.5 3.5 0 0 1 -3.5 3h-1.5a4 2 0 0 1 -4 -1.5" />
</svg> </svg>

View File

@@ -1,4 +1,6 @@
--- ---
tags: [underscore, emphasis, horizontal, typography]
category: Text
--- ---
<svg> <svg>
<path d="M7 5v5a5 5 0 0 0 10 0v-5" /> <path d="M7 5v5a5 5 0 0 0 10 0v-5" />