diff options
Diffstat (limited to 'src/icons/headphones.svg')
-rw-r--r-- | src/icons/headphones.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/headphones.svg b/src/icons/headphones.svg new file mode 100644 index 00000000..1c6b6508 --- /dev/null +++ b/src/icons/headphones.svg @@ -0,0 +1,11 @@ +--- +category: Media +tags: [music, headset, audio, sound] +version: "1.0" +unicode: "eabd" +--- +<svg> + <rect x="4" y="13" rx="2" width="5" height="7" /> + <rect x="15" y="13" rx="2" width="5" height="7" /> + <path d="M4 15v-3a8 8 0 0 1 16 0v3" /> +</svg> |