button
Icon Only Button
Live Preview
<button class="p-4 bg-slate-100 text-slate-600 rounded-full hover:bg-slate-200 transition-all active:scale-95">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path d="M12 4v16m8-8H4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</button>