diff options
author | codecalm <codecalm@gmail.com> | 2020-08-24 19:30:21 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-24 19:30:21 +0200 |
commit | a303405fdc3a251496ca1fc3855ab291b1a05161 (patch) | |
tree | 8715d90a20d07179fbc9a97eb079007cfa3ff8ab /src/_icons | |
parent | Merge pull request #60 from wopian/patch-1 (diff) | |
download | tabler-icons-a303405fdc3a251496ca1fc3855ab291b1a05161.tar.xz |
`linkedin` icon #61
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/brand-linkedin.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/brand-linkedin.svg b/src/_icons/brand-linkedin.svg new file mode 100644 index 00000000..55705b02 --- /dev/null +++ b/src/_icons/brand-linkedin.svg @@ -0,0 +1,10 @@ +--- +category: Brand +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="8" y1="11" x2="8" y2="16" /> + <line x1="8" y1="8" x2="8" y2="8.01" /> + <path d="M12 16v-5" /> + <path d="M16 16v-3a2 2 0 0 0 -4 0" /> +</svg> |