CSS Icon Button Maker
Customize size, colors, and shadow.
Preview
CSS
.icon-btn { width: 48px; height: 48px; background: #111827; color: #ffffff; border-radius: 9999px; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(0,0,0,0.2); }