Alternate Email icon

Alternate Email is a Google Material Symbol from the Communicate category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

alternate_email_outlined_fill0_wght400.svg

Alternate Email icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=alternate_email" />

<span class="material-symbols-outlined">alternate_email</span>

Alternate Email icon in React

// With the font from the HTML tab:
export function AlternateEmailIcon() {
  return (
    <span className="material-symbols-outlined">
      alternate_email
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import AlternateEmailIcon from "@material-symbols/svg-400/outlined/alternate_email.svg?react";

Alternate Email icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">alternate_email</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import AlternateEmailIcon from "@material-symbols/svg-400/outlined/alternate_email.svg?component"; -->

Alternate Email icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">alternate_email</mat-icon>

Alternate Email icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.alternate_email, fill: 0, weight: 400)

Alternate Email icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/alternate_email.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12 22q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.175T2 12q0-2.075 .788-3.9T4.925 4.925q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9 .788T19.075 4.925q1.35 1.35 2.138 3.175T22 12v1.325q0 1.4-.983 2.363Q20.033 16.65 18.6 16.65q-.902 0-1.701-.437Q16.1 15.775 15.675 14.975q-.65 .85-1.627 1.263Q13.071 16.65 12 16.65q-1.94 0-3.307-1.35Q7.325 13.95 7.325 12q0-1.951 1.363-3.325Q10.05 7.3 12 7.3t3.313 1.375Q16.675 10.05 16.675 12v1.325q0 .765 .563 1.295Q17.8 15.15 18.588 15.15t1.35-.53Q20.5 14.09 20.5 13.325v-1.325q0-3.559-2.475-6.03T12 3.5q-3.55 0-6.025 2.475t-2.475 6.025q0 3.55 2.47 6.025 2.471 2.475 6.03 2.475h5.35v1.5H12Zm2.25-7.769q.925-.918 .925-2.231 0-1.35-.926-2.275t-2.25-.925Q10.675 8.8 9.75 9.725t-.925 2.275q0 1.313 .927 2.231t2.25 .919Q13.325 15.15 14.25 14.231Z" />
</vector>

Alternate Email icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/alternate_email.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/alternate_email.svg" width="24" height="24" alt="Alternate Email">

Alternate Email icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameAlternate Email
Ligaturealternate_email
Code pointU+E0E6
CategoryCommunicate
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/alternate_email.svg, alternate_email-fill.svg
FlutterSymbols.alternate_email
LicenseApache License 2.0 (© Google LLC)

Keywords

communicatemessagesendcontactlettermailaddresstaginboxreceiveenvelopecorrespondence

Related icons