-1

I want to use fa-arrow-circle-down icon like fa-arrow-circle-o-down but it's not possible becaouse these two icons do not have same arrow type. Can we create fa-arrow-circle-o-down width fa-arrow-circle-down's arrow?

James Donnelly
  • 126,410
  • 34
  • 208
  • 218

1 Answers1

0

No, that isn't possible with the icons available in Font Awesome 4.0. There is a fa-long-arrow-down which is very similar to what you're looking for though.

<span class="fa fa-long-arrow-down"></span>

Example

If you want this specific icon to be added to Font Awesome, your can make an Icon Request issue on their GitHub repository: https://github.com/FortAwesome/Font-Awesome/issues

James Donnelly
  • 126,410
  • 34
  • 208
  • 218