diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 23:21:39 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 23:21:39 +0200 |
commit | 278f6e5fc0ae0d29975f234459d6bcea3ae9c63f (patch) | |
tree | 7f3a33c2c626513459b035c85e5c91cb4d5c781d /src/_icons/credit-card-off.svg | |
parent | `crown` icon (diff) | |
download | tabler-icons-278f6e5fc0ae0d29975f234459d6bcea3ae9c63f.tar.xz |
`credit-card-off`, `hand-off` icons
Diffstat (limited to 'src/_icons/credit-card-off.svg')
-rw-r--r-- | src/_icons/credit-card-off.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg new file mode 100644 index 00000000..793d014f --- /dev/null +++ b/src/_icons/credit-card-off.svg @@ -0,0 +1,12 @@ +--- +tags: [money, purchase, payment, cc] +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128.87 1" /> + <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="15" y1="11" x2="21" y2="11" /> + <line x1="7" y1="15" x2="7.01" y2="15" /> + <line x1="11" y1="15" x2="13" y2="15" /> +</svg> |