Files
nihonbuzz-academy/public/brand/pattern-light.svg
2026-01-23 17:28:21 +07:00

10 lines
451 B
XML

<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="grid" width="30" height="30" patternUnits="userSpaceOnUse">
<path d="M 30 0 L 0 0 0 30" fill="none" stroke="rgba(255, 69, 0, 0.03)" stroke-width="0.5"/>
<circle cx="0" cy="0" r="0.5" fill="rgba(255, 69, 0, 0.1)" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#grid)" />
</svg>