feat(icons): add shield-lock icon (#3508)

* feat: add shield-lock icon

* Update icons/shield-lock.json

use more descriptive tags

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update icons/shield-lock.json

added space between tag

Co-authored-by: Karsa <contact@karsa.org>

* fix: added valid shield-lock icon

* fix(icons): changed `spade` icon (#3502)

* Updated icons/spade.svg

* Updated icons/spade.json

* fix: added modified shield-lock icon

* feat(icons):added shield-lock icon

* feat(icons):added shield-lock icon (centered)

* fix(icons): align shield with base icon

* feat(icons): fill in missing metadata

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Omoshola E.
2026-08-07 08:48:02 +01:00
committed by GitHub
parent 08e27e3387
commit 232b1ea84b
2 changed files with 52 additions and 0 deletions

37
icons/shield-lock.json Normal file
View File

@@ -0,0 +1,37 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"caisere",
"karsa-mistmere"
],
"use-cases": [
"encryption settings",
"secure login",
"privacy controls",
"security software",
"secure file storage"
],
"tags": [
"antivirus",
"authentication",
"authorization",
"credentials",
"cybersecurity",
"data protection",
"defense",
"encryption",
"guard",
"login",
"password",
"privacy",
"safeguard",
"ssl",
"tls",
"two-factor authentication",
"verification",
"vpn"
],
"categories": [
"security"
]
}

15
icons/shield-lock.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M20 9.807V6a1 1 0 00-1-1c-2 0-4.49-1.19-6.24-2.72a1.17 1.17 0 00-1.52 0C9.5 3.8 7 5 5 5a1 1 0 00-1 1v7c0 3.88 2.107 6.254 5 7.796" />
<path d="M19 17v-2a2 2 0 00-4 0v2" />
<rect x="13" y="17" width="8" height="5" rx="1" />
</svg>

After

Width:  |  Height:  |  Size: 446 B