13 lines
724 B
XML
13 lines
724 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
|
|
<title id="title">Sudoku Tools</title>
|
|
<path fill="#f4f0e8" stroke="#272421" stroke-width="3" d="M12 3h29l11 11v47H12z"/>
|
|
<path fill="#ded7c9" stroke="#272421" stroke-width="3" d="M41 3v12h11"/>
|
|
<g transform="translate(18 22)" fill="none" stroke="#272421">
|
|
<rect width="27" height="27" rx="1" fill="#fffdf8" stroke-width="2"/>
|
|
<path d="M9 0v27M18 0v27M0 9h27M0 18h27" stroke-width="1"/>
|
|
</g>
|
|
<g fill="#e65f3c" font-family="system-ui,sans-serif" font-size="7" font-weight="800" text-anchor="middle">
|
|
<text x="22.5" y="30">7</text><text x="31.5" y="39">5</text><text x="40.5" y="48">9</text>
|
|
</g>
|
|
</svg>
|