Mail Warning icon

Used in general mail scenarios. The Mail Warning 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 Warning 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 { MailWarning24Regular, MailWarning24Filled } from "@fluentui/react-icons";

export function Example() {
  return <MailWarning24Regular aria-label="Mail Warning" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_mail_warning_24_regular.svg" width="24" height="24" alt="Mail Warning">

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="M16.161 1.83006L12.1641 9.82835C11.6654 10.8262 12.3913 12 13.507 12H21.5008C22.6165 12 23.3424 10.8263 22.8437 9.82836L18.8468 1.83007C18.2938 0.723314 16.7141 0.723308 16.161 1.83006ZM18.0043 4.49564V7.49735C18.0043 7.77365 17.7803 7.99764 17.5039 7.99764C17.2276 7.99764 17.0035 7.77365 17.0035 7.49735V4.49564C17.0035 4.21934 17.2276 3.99536 17.5039 3.99536C17.7803 3.99536 18.0043 4.21934 18.0043 4.49564ZM17.5039 9.99878C17.2276 9.99878 17.0035 9.77479 17.0035 9.4985C17.0035 9.2222 17.2276 8.99821 17.5039 8.99821C17.7803 8.99821 18.0043 9.2222 18.0043 9.4985C18.0043 9.77479 17.7803 9.99878 17.5039 9.99878ZM5.25 4H13.9592L13.2098 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L11.3925 11.8328C11.8255 12.5197 12.5871 13 13.5083 13H13.6101L12.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.75V13H21.4995C21.6723 13 21.8395 12.9831 22 12.9511V16.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 4Z" 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_warning_24_regular.svg";

Details

NameMail Warning
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_mail_warning_24_regular.svg
Filled fileic_fluent_mail_warning_24_filled.svg
React componentsMailWarning24Regular, MailWarning24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

envelopeemaildeliverymessageexclamation

Related icons