diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 12:06:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 12:06:47 +0530 |
commit | 1b3658c85f5a5a25643da0cc417c70986b7caa6a (patch) | |
tree | e8fb44c12e8bd16088d185e1e78a6c7f7d76cf5c /.icons/awkward/48x48/apps/cryptr.svg | |
parent | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (diff) |
created a custom icon theme based on Papirus
Diffstat (limited to '.icons/awkward/48x48/apps/cryptr.svg')
-rw-r--r-- | .icons/awkward/48x48/apps/cryptr.svg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.icons/awkward/48x48/apps/cryptr.svg b/.icons/awkward/48x48/apps/cryptr.svg new file mode 100644 index 00000000..e66e82d0 --- /dev/null +++ b/.icons/awkward/48x48/apps/cryptr.svg @@ -0,0 +1,18 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1"> + <rect style="opacity:0.2" width="40" height="40" x="4" y="5" rx="12" ry="12"/> + <rect style="fill:#d7d7d7" width="40" height="40" x="4" y="4" rx="12" ry="12"/> + <path style="opacity:0.1" d="M 17.5,7 A 1.5,1.5 0 0 0 16,8.5 1.5,1.5 0 0 0 17.5,10 1.5,1.5 0 0 0 19,8.5 1.5,1.5 0 0 0 17.5,7 Z m 14,0 A 1.5,1.5 0 0 0 30,8.5 1.5,1.5 0 0 0 31.5,10 1.5,1.5 0 0 0 33,8.5 1.5,1.5 0 0 0 31.5,7 Z M 12,12 c -0.554,0 -1,0.446 -1,1 v 24 c 0,0.554 0.446,1 1,1 h 24 c 0.554,0 1,-0.446 1,-1 V 13 c 0,-0.554 -0.446,-1 -1,-1 z M 7.5,16 A 1.5,1.5 0 0 0 6,17.5 1.5,1.5 0 0 0 7.5,19 1.5,1.5 0 0 0 9,17.5 1.5,1.5 0 0 0 7.5,16 Z m 33,1 A 1.5,1.5 0 0 0 39,18.5 1.5,1.5 0 0 0 40.5,20 1.5,1.5 0 0 0 42,18.5 1.5,1.5 0 0 0 40.5,17 Z M 7.5,30 A 1.5,1.5 0 0 0 6,31.5 1.5,1.5 0 0 0 7.5,33 1.5,1.5 0 0 0 9,31.5 1.5,1.5 0 0 0 7.5,30 Z m 33,1 A 1.5,1.5 0 0 0 39,32.5 1.5,1.5 0 0 0 40.5,34 1.5,1.5 0 0 0 42,32.5 1.5,1.5 0 0 0 40.5,31 Z m -24,9 A 1.5,1.5 0 0 0 15,41.5 1.5,1.5 0 0 0 16.5,43 1.5,1.5 0 0 0 18,41.5 1.5,1.5 0 0 0 16.5,40 Z m 14,0 A 1.5,1.5 0 0 0 29,41.5 1.5,1.5 0 0 0 30.5,43 1.5,1.5 0 0 0 32,41.5 1.5,1.5 0 0 0 30.5,40 Z"/> + <path style="fill:#ffffff;opacity:0.2" d="M 16 4 C 9.352 4 4 9.352 4 16 L 4 17 C 4 10.352 9.352 5 16 5 L 32 5 C 38.648 5 44 10.352 44 17 L 44 16 C 44 9.352 38.648 4 32 4 L 16 4 z"/> + <rect style="fill:#555555" width="26" height="26" x="11" y="11" rx="1" ry="1"/> + <path style="opacity:0.2" d="m 24,18 a 4,4 0 0 0 -4,4 4,4 0 0 0 1.873047,3.380859 L 20,31 h 8 L 26.128906,25.384766 A 4,4 0 0 0 28,22 4,4 0 0 0 24,18 Z"/> + <circle style="fill:#ffffff" cx="24" cy="21" r="4"/> + <path style="fill:#ffffff" transform="matrix(0.72744128,0,0,1.2599652,5.6029928,-8.0707074)" d="m 25.290024,20.691609 5.498725,9.524073 -10.997451,-1e-6 z"/> + <circle style="fill:#555555" cx="7.5" cy="16.5" r="1.5"/> + <circle style="fill:#555555" cx="7.5" cy="30.5" r="1.5"/> + <circle style="fill:#555555" cx="7.5" cy="-31.5" r="1.5" transform="rotate(90)"/> + <circle style="fill:#555555" cx="7.5" cy="-17.5" r="1.5" transform="rotate(90)"/> + <circle style="fill:#555555" cx="-40.5" cy="-31.5" r="1.5" transform="scale(-1)"/> + <circle style="fill:#555555" cx="-40.5" cy="-17.5" r="1.5" transform="scale(-1)"/> + <circle style="fill:#555555" cx="-40.5" cy="16.5" r="1.5" transform="rotate(-90)"/> + <circle style="fill:#555555" cx="-40.5" cy="30.5" r="1.5" transform="rotate(-90)"/> +</svg> |