Mail Arrow Up icon

Used in general mail scenarios. The Mail Arrow Up icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Mail Arrow Up icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { MailArrowUp24Regular, MailArrowUp24Filled } from "@fluentui/react-icons";

export function Example() {
  return <MailArrowUp24Regular aria-label="Mail Arrow Up" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_mail_arrow_up_24_regular.svg" width="24" height="24" alt="Mail Arrow Up">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 6.5C23 9.53757 20.5376 12 17.5 12C14.4624 12 12 9.53757 12 6.5C12 3.46243 14.4624 1 17.5 1C20.5376 1 23 3.46243 23 6.5ZM17 4.70711V9.5C17 9.77614 17.2239 10 17.5 10C17.7761 10 18 9.77614 18 9.5V4.70711L19.6464 6.35355C19.8417 6.54882 20.1583 6.54882 20.3536 6.35355C20.5488 6.15829 20.5488 5.84171 20.3536 5.64645L17.8536 3.14645C17.6583 2.95118 17.3417 2.95118 17.1464 3.14645L14.6464 5.64645C14.4512 5.84171 14.4512 6.15829 14.6464 6.35355C14.8417 6.54882 15.1583 6.54882 15.3536 6.35355L17 4.70711ZM20.5 16.75V12.2678C21.051 11.9806 21.5557 11.6168 22 11.1904V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4H11.4982C11.3004 4.47417 11.1572 4.97679 11.0764 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L13.3052 11.4654C13.7437 11.8363 14.232 12.1501 14.7587 12.3954L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/mail_arrow_up_24_regular.svg";

Details

NameMail Arrow Up
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_mail_arrow_up_24_regular.svg
Filled fileic_fluent_mail_arrow_up_24_filled.svg
React componentsMailArrowUp24Regular, MailArrowUp24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

envelopeemaildeliverymessage

Related icons