Button with Icon

Use this example to create icon buttons with icon for your Tailwind CSS project.



Icon Button Variants

See our icon button examples below. They come in different styles and color.


Icon Button Sizes

Use this example to create icon buttons in different sizes.


Icon Button Colors

Use this example to create a simple icon button element for your Tailwind CSS project.


Icon Button Ripple Effect

You can turn on/off the ripple effect for the icon button component by changing data-ripple-light or data-ripple-dark data attributes to true/false.


Required Scrips

The icon button component needs a required script file for ripple effect to work, you just need to add the below script file to the bottom of your html file.

<!-- from node_modules -->
<script src="node_modules/@material-tailwind/html@latest/scripts/ripple.js"></script>
 
<!-- from cdn -->
<script src="https://unpkg.com/@material-tailwind/html@latest/scripts/ripple.js"></script>
Edit this page on Github