8 lines
347 B
XML
8 lines
347 B
XML
<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>
|
|
<defs>
|
|
<pattern id='grid' width='24' height='24' patternUnits='userSpaceOnUse'>
|
|
<path d='M 24 0 L 0 0 0 24' fill='none' stroke='rgba(0,0,0,0.08)' stroke-width='1'/>
|
|
</pattern>
|
|
</defs>
|
|
<rect width='100%' height='100%' fill='url(#grid)'/>
|
|
</svg> |