Orange email iconfont

Here are some orange email icon fonts:

  1. Font Awesome: fa-envelope-o (part of Font Awesome 5)
  2. Material Design Icons: mdi-email (part of Material Design Icons 3.0)
  3. Ionicons: ion-email (part of Ionicons 4.5)
  4. Simple Line Icons: sl-email (part of Simple Line Icons 1.4)
  5. Entypo: ent-email (part of Entypo 1.4)

You can use these icons in your HTML/CSS code by adding the corresponding class to an HTML element, like this:

<i class="fa-envelope-o"></i> <!-- Font Awesome -->
<i class="mdi-email"></i> <!-- Material Design Icons -->
<i class="ion-email"></i> <!-- Ionicons -->
<i class="sl-email"></i> <!-- Simple Line Icons -->
<i class="ent-email"></i> <!-- Entypo -->

Make sure to include the necessary CSS files or import the icon fonts in your project for the icons to display correctly.