1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
- <rect id="toilet_paper" x="0" y="0" width="32" height="32" style="fill:none;"/>
- <clipPath id="_clip1">
- <rect x="0" y="0" width="32" height="32"/>
- </clipPath>
- <g clip-path="url(#_clip1)">
- <g id="outline">
- <path d="M22.462,3c4.16,0 7.538,4.929 7.538,11c0,6.071 -3.378,11 -7.538,11l-7.539,0l0,4l-12.923,0l0,-15c0,-6.071 3.378,-11 7.538,-11l12.924,0Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- </g>
- <g id="emoji">
- <rect x="14" y="12" width="8.462" height="13" style="fill:#606060;"/>
- <path d="M2,14c0,-6.071 3.378,-11 7.538,-11l12.924,0l0,11l-7.539,0l0,15l-12.923,0l0,-15Z" style="fill:#ebebeb;"/>
- <ellipse cx="22.462" cy="14" rx="7.538" ry="11" style="fill:#bcbcbc;"/>
- <ellipse cx="22.462" cy="14" rx="2.513" ry="3.667"/>
- </g>
- </g>
- </svg>
|