Bootstrap icon mail open text

The Bootstrap icon you're referring to is fa-envelope-open-text. Here's the icon:

📨

You can use this icon in your Bootstrap project by adding the following code:

<i class="fa fa-envelope-open-text"></i>

Make sure to include the Font Awesome CSS file in your project for the icon to display correctly.