Answers for "icon plus font awesome"

1

icon plus font awesome

<i class="fa fa-plus"></i>
Posted by: Guest on January-29-2021
1

plus sign icon font awesome

Font Awesome 5: <i class="fas fa-plus"></i>
Posted by: Guest on December-03-2020
1

plus icon using font awesome

//Add it at in head
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
// Add it where u want to add icons
<i class="fa fa-plus"></i>
// u can also look at font awesome cheatsheet for reference.It will be helpful.
Posted by: Guest on September-30-2020

Browse Popular Code Answers by Language