Answers for "fa fa-plus indicator"

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