Generator

Logo Maker (Wordmark + Mark)

Generate a simple SVG wordmark with circle mark. Useful for early branding and placeholder logos.

Acme
Logo SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 80">
  <rect width="240" height="80" fill="#ffffff" />
  <circle cx="40" cy="40" r="20" fill="#2563eb" />
  <text x="80" y="50" font-family="Inter, system-ui, sans-serif" font-size="28" font-weight="700" fill="#2563eb">Acme</text>
</svg>