Mail Inbox Arrow Right icon

Used to represent mail inbox. The Mail Inbox Arrow Right 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 Inbox Arrow Right 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 { MailInboxArrowRight24Regular, MailInboxArrowRight24Filled } from "@fluentui/react-icons";

export function Example() {
  return <MailInboxArrowRight24Regular aria-label="Mail Inbox Arrow Right" />;
}

Use it in HTML

Reference the SVG file directly:

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

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="M10.4986 3.99907C10.3007 4.47324 10.1575 4.97586 10.0766 5.49909L6.25 5.5C5.33183 5.5 4.57881 6.20711 4.5058 7.10647L4.5 7.25V13.9991L9 14C9.3797 14 9.69349 14.2822 9.74315 14.6482L9.75 14.75C9.75 15.9926 10.7574 17 12 17C13.1909 17 14.1656 16.0748 14.2448 14.904L14.25 14.75C14.25 14.3703 14.5322 14.0565 14.8982 14.0068L15 14L19.5 13.9991L19.5011 12.2672C20.052 11.98 20.5566 11.616 21.0008 11.1896L21 18.75C21 20.483 19.6435 21.8992 17.9344 21.9949L17.75 22H6.25C4.51697 22 3.10075 20.6435 3.00514 18.9344L3 18.75V7.25C3 5.51697 4.35645 4.10075 6.06558 4.00514L6.25 4L10.4986 3.99907ZM19.5 15.4991L15.675 15.5C15.3404 17.1483 13.9247 18.404 12.2003 18.4947L12 18.5C10.1858 18.5 8.67247 17.2117 8.32501 15.5L4.5 15.4991V18.75C4.5 19.6682 5.20711 20.4212 6.10647 20.4942L6.25 20.5H17.75C18.6682 20.5 19.4212 19.7929 19.4942 18.8935L19.5 18.75V15.4991ZM16.5 1C19.5376 1 22 3.46243 22 6.5C22 9.53757 19.5376 12 16.5 12C13.4624 12 11 9.53757 11 6.5C11 3.46243 13.4624 1 16.5 1ZM16.7157 3.58859L16.6464 3.64645L16.5886 3.71569C16.4705 3.8862 16.4705 4.1138 16.5886 4.28431L16.6464 4.35355L18.292 6H13L12.9101 6.00806C12.706 6.0451 12.5451 6.20603 12.5081 6.41012L12.5 6.5L12.5081 6.58988C12.5451 6.79397 12.706 6.9549 12.9101 6.99194L13 7H18.292L16.6464 8.64645L16.5886 8.71569C16.4536 8.91056 16.4729 9.17999 16.6464 9.35355C16.82 9.52712 17.0894 9.5464 17.2843 9.41141L17.3536 9.35355L19.895 6.806L19.9281 6.75845L19.9622 6.69104L19.9834 6.62815L19.9979 6.54629L20 6.5L19.9972 6.4466L19.9834 6.37186L19.9533 6.2886L19.9112 6.21534L19.8656 6.15887L17.3536 3.64645L17.2843 3.58859C17.1138 3.47047 16.8862 3.47047 16.7157 3.58859Z" 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_inbox_arrow_right_24_regular.svg";

Details

NameMail Inbox Arrow Right
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_mail_inbox_arrow_right_24_regular.svg
Filled fileic_fluent_mail_inbox_arrow_right_24_filled.svg
React componentsMailInboxArrowRight24Regular, MailInboxArrowRight24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

envelopeemaildeliverymessage

Related icons