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-linejoin="round" d="M 20,3L 3,3C 2.45,3 2,3.45 2,4L 2,10C 2,10.55 2.45,11 3,11L 20,11C 20.55,11 21,10.55 21,10L 21,4C 21,3.45 20.55,3 20,3 Z M 20,13L 3,13C 2.45,13 2,13.45 2,14L 2,20C 2,20.55 2.45,21 3,21L 20,21C 20.55,21 21,20.55 21,20L 21,14C 21,13.45 20.55,13 20,13 Z "/>
</svg>
|