message text clock icon

message-text-clock-outline from Material Design Icons by Pictogrammers · Outline · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
message-text-clock-outline
Set
Material Design Icons
Style
Outline
Category
Date / Time
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More date / time icons from Material Design Icons

Use the message text clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.41V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v18l4-4h3.29A7.001 7.001 0 0 0 23 16c0-1.31-.37-2.54-1-3.59M5.17 16L4 17.17V4h16v6.26A6.96 6.96 0 0 0 16 9c-1.9 0-3.63.77-4.89 2H6v2h3.69c-.44.91-.69 1.93-.69 3zM16 20.85c-2.68 0-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85M18 9H6V7h12zm-1.5 6.82l2.44 1.41l-.75 1.3L15 16.69V13h1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiMessageTextClockOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.41V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v18l4-4h3.29A7.001 7.001 0 0 0 23 16c0-1.31-.37-2.54-1-3.59M5.17 16L4 17.17V4h16v6.26A6.96 6.96 0 0 0 16 9c-1.9 0-3.63.77-4.89 2H6v2h3.69c-.44.91-.69 1.93-.69 3zM16 20.85c-2.68 0-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85M18 9H6V7h12zm-1.5 6.82l2.44 1.41l-.75 1.3L15 16.69V13h1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.41V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v18l4-4h3.29A7.001 7.001 0 0 0 23 16c0-1.31-.37-2.54-1-3.59M5.17 16L4 17.17V4h16v6.26A6.96 6.96 0 0 0 16 9c-1.9 0-3.63.77-4.89 2H6v2h3.69c-.44.91-.69 1.93-.69 3zM16 20.85c-2.68 0-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85M18 9H6V7h12zm-1.5 6.82l2.44 1.41l-.75 1.3L15 16.69V13h1.5z"/></svg>
</template>

CSS

.icon-message-text-clock-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012.41V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v18l4-4h3.29A7.001%207.001%200%200%200%2023%2016c0-1.31-.37-2.54-1-3.59M5.17%2016L4%2017.17V4h16v6.26A6.96%206.96%200%200%200%2016%209c-1.9%200-3.63.77-4.89%202H6v2h3.69c-.44.91-.69%201.93-.69%203zM16%2020.85c-2.68%200-4.85-2.17-4.85-4.85s2.17-4.85%204.85-4.85c2.67%200%204.85%202.17%204.85%204.85s-2.18%204.85-4.85%204.85M18%209H6V7h12zm-1.5%206.82l2.44%201.41l-.75%201.3L15%2016.69V13h1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012.41V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v18l4-4h3.29A7.001%207.001%200%200%200%2023%2016c0-1.31-.37-2.54-1-3.59M5.17%2016L4%2017.17V4h16v6.26A6.96%206.96%200%200%200%2016%209c-1.9%200-3.63.77-4.89%202H6v2h3.69c-.44.91-.69%201.93-.69%203zM16%2020.85c-2.68%200-4.85-2.17-4.85-4.85s2.17-4.85%204.85-4.85c2.67%200%204.85%202.17%204.85%204.85s-2.18%204.85-4.85%204.85M18%209H6V7h12zm-1.5%206.82l2.44%201.41l-.75%201.3L15%2016.69V13h1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/message-text-clock-outline.svg?color=%231a73e8&size=48