1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
<path fill="#000000" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 6,22.005L 17.9963,22.005L 12.0012,16.0038M 21,3L 2.99625,3C 1.89874,3 1,3.90375 1,5.0025L 1,17.005C 1,18.1025 1.89874,19.0013 2.99625,19.0013L 7.00124,19.0013L 7.00124,17.005L 2.99625,17.005L 2.99625,5.0025L 21,5.0025L 21,17.005L 17.0012,17.005L 17.0012,19.0013L 21,19.0013C 22.0987,19.0013 22.9962,18.1025 22.9962,17.005L 22.9962,5.0025C 22.9962,3.90375 22.0987,3 21,3 Z "/>
</svg>
|