12345678910111213141516 |
- <?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-linejoin:round;stroke-miterlimit:2;">
- <rect id="black_triangle" 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="emoji">
- <path d="M16,29l13.981,-23l0.019,-2l-28,0l0.019,2l13.981,23Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- <path d="M16,29l13.981,-23l0,-2l-1.981,1l-24,0l-2,-1l0.019,2l13.981,23Z" style="fill:#333;"/>
- <path d="M16,27l13.981,-23l-27.962,0l13.981,23Z" style="fill:#4d4d4d;"/>
- </g>
- </g>
- </svg>
|