All Prompts
All Prompts

badgeicondarkminimalmodern
Badge with Icon
Компактный UI-компонент Badge с иконкой и текстом. Идеален для заголовков разделов или индикаторов статуса.
Prompt
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-zinc-900 border border-zinc-800 text-zinc-300">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
</style>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<rect width="20" height="14" x="2" y="5" rx="2"></rect>
<line x1="2" x2="22" y1="10" y2="10"></line>
</svg>
<span class="text-xs font-normal" style="font-family: 'Inter', 'Helvetica Neue', sans-serif;">Pricing</span>
</div>