Mail Clock icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5ZM17.5 3C17.7761 3 18 3.22386 18 3.5V6H20C20.2761 6 20.5 6.22386 20.5 6.5C20.5 6.77614 20.2761 7 20 7H17.5C17.2239 7 17 6.77614 17 6.5V3.5C17 3.22386 17.2239 3 17.5 3ZM20.5 12.2678V16.75L20.4942 16.8935C20.4212 17.7929 19.6682 18.5 18.75 18.5H5.25L5.10647 18.4942C4.20711 18.4212 3.5 17.6682 3.5 16.75V9.374L11.6507 13.6637L11.7468 13.706C11.9431 13.7764 12.1619 13.7623 12.3493 13.6637L14.7587 12.3954C14.232 12.1501 13.7437 11.8363 13.3052 11.4654L12 12.1525L3.5 7.679V7.25L3.5058 7.10647C3.57881 6.20711 4.33183 5.5 5.25 5.5H11.0764C11.1572 4.97679 11.3004 4.47417 11.4982 4H5.25L5.06558 4.00514C3.35645 4.10075 2 5.51697 2 7.25V16.75L2.00514 16.9344C2.10075 18.6435 3.51697 20 5.25 20H18.75L18.9344 19.9949C20.6435 19.8992 22 18.483 22 16.75V11.1904C21.5557 11.6168 21.051 11.9806 20.5 12.2678Z" 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_clock_24_regular.svg";

Details

NameMail Clock
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_mail_clock_24_regular.svg
Filled fileic_fluent_mail_clock_24_filled.svg
React componentsMailClock24Regular, MailClock24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

envelopeemaildeliverymessagetime

Related icons