News icon font awesome

You're looking for the News icon from Font Awesome!

The News icon is represented by the following code: fa-newspaper

Here's 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" aria-hidden="true"></i>

And if you want to use the regular version of the icon, you can use the far class:

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

Remember to include the Font Awesome CSS file in your HTML file for the icons to work.