Generated pattern
The generated SVG defines a pattern in defs and fills a rounded preview card with the pattern.
Use cases
Use SVG patterns for backgrounds, documentation samples, design tokens, and lightweight visual texture.
Generate a reusable SVG pattern tile with a preview card.
Page context
SVG Pattern Generator creates a reusable SVG pattern tile with a preview card.
The generated SVG defines a pattern in defs and fills a rounded preview card with the pattern.
Use SVG patterns for backgrounds, documentation samples, design tokens, and lightweight visual texture.
Generate a reusable SVG pattern tile with a preview card.
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="220" viewBox="0 0 360 220" role="img" aria-label="Generated SVG pattern"><defs><pattern id="dots" width="28" height="28" patternUnits="userSpaceOnUse"><rect width="28" height="28" fill="#f8fafc"/><circle cx="7" cy="7" r="3" fill="#14b8a6"/><circle cx="21" cy="21" r="3" fill="#f59e0b"/></pattern></defs><rect width="360" height="220" rx="24" fill="url(#dots)"/><rect x="32" y="42" width="296" height="136" rx="18" fill="#ffffff" opacity="0.78"/><text x="180" y="116" text-anchor="middle" font-family="Inter, Arial, sans-serif" font-size="26" font-weight="700" fill="#0f766e">Pattern</text></svg>