diff options
author | codecalm <codecalm@gmail.com> | 2020-03-26 18:35:18 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-26 18:35:18 +0100 |
commit | fdbd04e90c1c51904c212adf06a467c9da186300 (patch) | |
tree | 88f0ac143627aa39675db9d126de1dffd7985524 /src/_icons/headset.svg | |
parent | notebook (diff) | |
download | tabler-icons-fdbd04e90c1c51904c212adf06a467c9da186300.tar.xz |
headset icon
Diffstat (limited to 'src/_icons/headset.svg')
-rw-r--r-- | src/_icons/headset.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/headset.svg b/src/_icons/headset.svg new file mode 100644 index 00000000..f70ac779 --- /dev/null +++ b/src/_icons/headset.svg @@ -0,0 +1,9 @@ +--- +tags: [music, headset, audio, sound] +--- +<svg> + <rect x="4" y="13" rx="2" width="4" height="6" /> + <rect x="16" y="13" rx="2" width="4" height="6" /> + <path d="M4 15v-3a8 8 0 0 1 16 0v3" /> + <path d="M18 19a6 3 0 0 1 -6 3" /> +</svg> |