diff options
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> |