send clock icon
send-clock from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- send-clock
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All send clock icons →More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the send clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1.53 5.082C.332 2.221 3.235-.816 6.108.6l14.748 7.27c1.595.786 2.162 2.53 1.777 4a.75.75 0 1 1-1.45-.38c.23-.88-.123-1.847-.99-2.274L5.444 1.945C3.95 1.21 2.2 2.78 2.911 4.496l2.273 5.11l.006.014q.122.292.189.597H11a.75.75 0 0 1 0 1.5H5.382q-.074.345-.217.674l-2.144 5.1c-.761 1.729.981 3.31 2.494 2.556l3.227-1.61a.75.75 0 0 1 .67 1.343l-3.228 1.61c-2.902 1.447-5.797-1.625-4.538-4.497l2.143-5.1a2.02 2.02 0 0 0 .02-1.586l-2.272-5.11z"/><path d="M17.625 15.5a.625.625 0 1 0-1.25 0V18c0 .209.105.404.278.52l1.5 1a.625.625 0 1 0 .694-1.04l-1.222-.814z"/><path fill-rule="evenodd" d="M11.25 18a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M17 13.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSendClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1.53 5.082C.332 2.221 3.235-.816 6.108.6l14.748 7.27c1.595.786 2.162 2.53 1.777 4a.75.75 0 1 1-1.45-.38c.23-.88-.123-1.847-.99-2.274L5.444 1.945C3.95 1.21 2.2 2.78 2.911 4.496l2.273 5.11l.006.014q.122.292.189.597H11a.75.75 0 0 1 0 1.5H5.382q-.074.345-.217.674l-2.144 5.1c-.761 1.729.981 3.31 2.494 2.556l3.227-1.61a.75.75 0 0 1 .67 1.343l-3.228 1.61c-2.902 1.447-5.797-1.625-4.538-4.497l2.143-5.1a2.02 2.02 0 0 0 .02-1.586l-2.272-5.11z"/><path d="M17.625 15.5a.625.625 0 1 0-1.25 0V18c0 .209.105.404.278.52l1.5 1a.625.625 0 1 0 .694-1.04l-1.222-.814z"/><path fillRule="evenodd" d="M11.25 18a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M17 13.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1.53 5.082C.332 2.221 3.235-.816 6.108.6l14.748 7.27c1.595.786 2.162 2.53 1.777 4a.75.75 0 1 1-1.45-.38c.23-.88-.123-1.847-.99-2.274L5.444 1.945C3.95 1.21 2.2 2.78 2.911 4.496l2.273 5.11l.006.014q.122.292.189.597H11a.75.75 0 0 1 0 1.5H5.382q-.074.345-.217.674l-2.144 5.1c-.761 1.729.981 3.31 2.494 2.556l3.227-1.61a.75.75 0 0 1 .67 1.343l-3.228 1.61c-2.902 1.447-5.797-1.625-4.538-4.497l2.143-5.1a2.02 2.02 0 0 0 .02-1.586l-2.272-5.11z"/><path d="M17.625 15.5a.625.625 0 1 0-1.25 0V18c0 .209.105.404.278.52l1.5 1a.625.625 0 1 0 .694-1.04l-1.222-.814z"/><path fill-rule="evenodd" d="M11.25 18a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M17 13.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-send-clock {
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%22currentColor%22%3E%3Cpath%20d%3D%22M1.53%205.082C.332%202.221%203.235-.816%206.108.6l14.748%207.27c1.595.786%202.162%202.53%201.777%204a.75.75%200%201%201-1.45-.38c.23-.88-.123-1.847-.99-2.274L5.444%201.945C3.95%201.21%202.2%202.78%202.911%204.496l2.273%205.11l.006.014q.122.292.189.597H11a.75.75%200%200%201%200%201.5H5.382q-.074.345-.217.674l-2.144%205.1c-.761%201.729.981%203.31%202.494%202.556l3.227-1.61a.75.75%200%200%201%20.67%201.343l-3.228%201.61c-2.902%201.447-5.797-1.625-4.538-4.497l2.143-5.1a2.02%202.02%200%200%200%20.02-1.586l-2.272-5.11z%22%2F%3E%3Cpath%20d%3D%22M17.625%2015.5a.625.625%200%201%200-1.25%200V18c0%20.209.105.404.278.52l1.5%201a.625.625%200%201%200%20.694-1.04l-1.222-.814z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2018a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M17%2013.75a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M1.53%205.082C.332%202.221%203.235-.816%206.108.6l14.748%207.27c1.595.786%202.162%202.53%201.777%204a.75.75%200%201%201-1.45-.38c.23-.88-.123-1.847-.99-2.274L5.444%201.945C3.95%201.21%202.2%202.78%202.911%204.496l2.273%205.11l.006.014q.122.292.189.597H11a.75.75%200%200%201%200%201.5H5.382q-.074.345-.217.674l-2.144%205.1c-.761%201.729.981%203.31%202.494%202.556l3.227-1.61a.75.75%200%200%201%20.67%201.343l-3.228%201.61c-2.902%201.447-5.797-1.625-4.538-4.497l2.143-5.1a2.02%202.02%200%200%200%20.02-1.586l-2.272-5.11z%22%2F%3E%3Cpath%20d%3D%22M17.625%2015.5a.625.625%200%201%200-1.25%200V18c0%20.209.105.404.278.52l1.5%201a.625.625%200%201%200%20.694-1.04l-1.222-.814z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2018a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M17%2013.75a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5%22%20clip-rule%3D%22evenodd%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/send-clock.svg?color=%231a73e8&size=48