message time icon

message-time from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
message-time
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the message time icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M22 7.43v6c0 1.5-.5 2.75-1.38 3.63c-.87.87-2.12 1.37-3.62 1.37v2.13c0 .8-.89 1.28-1.55.84L11 18.43H8.88q.12-.45.12-.93c0-1.02-.39-1.96-1.03-2.67A3.94 3.94 0 0 0 5 13.5c-1.12 0-2.14.46-2.87 1.21c-.09-.4-.13-.83-.13-1.28v-6c0-3 2-5 5-5h10c3 0 5 2 5 5"/><path d="M9 17.5c0 1.2-.53 2.27-1.36 3a4 4 0 0 1-2.64 1c-2.21 0-4-1.79-4-4c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 17.5"/><path d="M5.25 16.25v1.5L4 18.5m4.5-8h7"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMessageTime(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path d="M22 7.43v6c0 1.5-.5 2.75-1.38 3.63c-.87.87-2.12 1.37-3.62 1.37v2.13c0 .8-.89 1.28-1.55.84L11 18.43H8.88q.12-.45.12-.93c0-1.02-.39-1.96-1.03-2.67A3.94 3.94 0 0 0 5 13.5c-1.12 0-2.14.46-2.87 1.21c-.09-.4-.13-.83-.13-1.28v-6c0-3 2-5 5-5h10c3 0 5 2 5 5"/><path d="M9 17.5c0 1.2-.53 2.27-1.36 3a4 4 0 0 1-2.64 1c-2.21 0-4-1.79-4-4c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 17.5"/><path d="M5.25 16.25v1.5L4 18.5m4.5-8h7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M22 7.43v6c0 1.5-.5 2.75-1.38 3.63c-.87.87-2.12 1.37-3.62 1.37v2.13c0 .8-.89 1.28-1.55.84L11 18.43H8.88q.12-.45.12-.93c0-1.02-.39-1.96-1.03-2.67A3.94 3.94 0 0 0 5 13.5c-1.12 0-2.14.46-2.87 1.21c-.09-.4-.13-.83-.13-1.28v-6c0-3 2-5 5-5h10c3 0 5 2 5 5"/><path d="M9 17.5c0 1.2-.53 2.27-1.36 3a4 4 0 0 1-2.64 1c-2.21 0-4-1.79-4-4c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 17.5"/><path d="M5.25 16.25v1.5L4 18.5m4.5-8h7"/></g></svg>
</template>

CSS

.icon-message-time {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%207.43v6c0%201.5-.5%202.75-1.38%203.63c-.87.87-2.12%201.37-3.62%201.37v2.13c0%20.8-.89%201.28-1.55.84L11%2018.43H8.88q.12-.45.12-.93c0-1.02-.39-1.96-1.03-2.67A3.94%203.94%200%200%200%205%2013.5c-1.12%200-2.14.46-2.87%201.21c-.09-.4-.13-.83-.13-1.28v-6c0-3%202-5%205-5h10c3%200%205%202%205%205%22%2F%3E%3Cpath%20d%3D%22M9%2017.5c0%201.2-.53%202.27-1.36%203a4%204%200%200%201-2.64%201c-2.21%200-4-1.79-4-4c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%209%2017.5%22%2F%3E%3Cpath%20d%3D%22M5.25%2016.25v1.5L4%2018.5m4.5-8h7%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%207.43v6c0%201.5-.5%202.75-1.38%203.63c-.87.87-2.12%201.37-3.62%201.37v2.13c0%20.8-.89%201.28-1.55.84L11%2018.43H8.88q.12-.45.12-.93c0-1.02-.39-1.96-1.03-2.67A3.94%203.94%200%200%200%205%2013.5c-1.12%200-2.14.46-2.87%201.21c-.09-.4-.13-.83-.13-1.28v-6c0-3%202-5%205-5h10c3%200%205%202%205%205%22%2F%3E%3Cpath%20d%3D%22M9%2017.5c0%201.2-.53%202.27-1.36%203a4%204%200%200%201-2.64%201c-2.21%200-4-1.79-4-4c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%209%2017.5%22%2F%3E%3Cpath%20d%3D%22M5.25%2016.25v1.5L4%2018.5m4.5-8h7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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