SVG Pattern Generator
Generate repeatable SVG tile patterns. Customize pattern type, color, and size, then export the code.
Preview
SVG Code
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="custom-pattern" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
<rect width="40" height="40" fill="#ffffff" />
<circle cx="20" cy="20" r="7" fill="#6366f1" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#custom-pattern)" />
</svg>How to Use
Select Pattern

Select pattern category: geometric, Japanese, modern, etc.
Customize

Adjust colors, size, spacing, rotation, etc.
Copy SVG

Copy SVG code or download as image
Features
Real-time Preview
Preview patterns in real time as you adjust parameters
Rich Templates
Multiple templates: geometric, dots, lines, Japanese patterns, and more
Seamless Tiling
Generated patterns tile seamlessly without visible seams
FAQ
🔗Related Tools
Color Code Converter
Convert between HEX, RGB, and HSL color codes. Use the color picker and real-time preview for intuitive color selection.
Color Picker
Pick colors intuitively using a color wheel and sliders. Get and copy color codes in HEX, RGB, and HSL formats.
Image Color Extractor
Automatically detect dominant colors from an image and generate a color palette. You can also click anywhere on the image to pick individual colors.
Image Average Color Picker
Calculate the average color of an entire image or a selected area. Useful for choosing color schemes or thumbnail background colors.
CSS Gradient Generator
Visually create CSS gradients with drag controls. Supports linear, radial, and conic gradient types with presets.
CSS Box Shadow Generator
Visually create CSS box-shadow with sliders. Supports multiple shadows and inset shadows.