Font awesome news icon

The Font Awesome news icon is fa-newspaper. Here is an example of how you can use it:

<i class="fa fa-newspaper" aria-hidden="true"></i>

You can also use the fas class to use the solid version of the icon:

<i class="fas fa-newspaper"></i>

And the far class to use the regular version of the icon:

<i class="far fa-newspaper"></i>

You can also use the fa-lg or fa-2x classes to increase the size of the icon:

<i class="fa fa-newspaper fa-lg"></i>
<i class="fa fa-newspaper fa-2x"></i>

You can also use the fa-spin class to animate the icon:

<i class="fa fa-newspaper fa-spin"></i>