1234567891011121314151617181920212223 |
- <?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="yellow_book" 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="M28.018,30c0,0.53 -0.211,1.039 -0.586,1.414c-0.375,0.375 -0.884,0.586 -1.414,0.586c-4.692,0 -16.013,0 -16.013,0l-0.136,-0.002c-0.198,-0.007 -0.395,-0.019 -0.591,-0.044c-0.486,-0.06 -0.964,-0.18 -1.421,-0.356c-0.732,-0.283 -1.407,-0.71 -1.975,-1.251c-0.677,-0.644 -1.198,-1.445 -1.513,-2.324c-0.149,-0.415 -0.251,-0.846 -0.306,-1.283c-0.024,-0.197 -0.036,-0.393 -0.044,-0.591c-0.082,-6.72 -0.001,-13.441 -0.001,-20.161c0.002,-0.194 0.01,-0.388 0.029,-0.581c0.048,-0.487 0.157,-0.969 0.322,-1.43c0.315,-0.879 0.836,-1.68 1.513,-2.324c0.604,-0.575 1.328,-1.021 2.113,-1.302c0.461,-0.165 0.942,-0.273 1.43,-0.322c0.193,-0.019 0.386,-0.027 0.58,-0.029l16.013,0c0.53,0 1.039,0.211 1.414,0.586c0.375,0.375 0.586,0.884 0.586,1.414c0,5.746 0,22.255 0,28Z"/>
- </g>
- <g id="emoji">
- <path d="M26,2l-16,0c-1.061,0 -2.078,0.421 -2.828,1.172c-0.751,0.75 -1.172,1.767 -1.172,2.828c0,6.827 0,20 0,20l19,0l1,-4l0,-20Z" style="fill:#ef9b00;"/>
- <path d="M26,22l-16,0c-1.061,0 -2.078,0.421 -2.828,1.172c-0.751,0.75 -1.172,1.767 -1.172,2.828l0,0c0,2.209 1.791,4 4,4l16,0l0,-8Z" style="fill:#9d6c08;"/>
- <path d="M26,24l-16.002,0c-1.103,0 -1.998,0.895 -1.998,1.998c0,0.001 0,0.001 0,0.002c0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c4.69,0 16,0 16,0l0,-4Z" style="fill:#fff;"/>
- <g>
- <rect x="11" y="7" width="12" height="2" style="fill:#9d6c08;"/>
- <rect x="11" y="10" width="12" height="2" style="fill:#9d6c08;"/>
- </g>
- </g>
- </g>
- </svg>
|