CSS Outlined Icon Buttons

This week's free download is a huge collection of fully coded outlined web buttons. They are super easy to implement into your existing projects, and make use of CSS3 transitions to only display the icons when you hover over the button. We have also included standard large, medium and small buttons. All available in 5 default colors. No bitmap images are used, only vector .svg files.

Live Preview

Be sure to check out the live preview!

Instructions for use

  • Upload the css file and icons folder to your server
  • Link to the stylesheet in the head of the page you want to use the buttons
  • Use the code:
    <a class="ml-outlined-button color-1 icon" href="#">Arrow <img class="icn" src="icons/icn-arrow.svg"/></a>
    where you want the button to appear
  • This code is for a blue, arrow icon button. Update the color and icon variables as required