send clock icon
send-clock-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- send-clock-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
8 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the send clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.184 1.112a.5.5 0 0 1 .54-.06l15 7.5a.5.5 0 1 1-.448.895L3.27 2.444L4.884 8.5H11.5a.5.5 0 1 1 0 1H4.884L3.27 15.556l6.104-3.052c-.158.406-.27.836-.327 1.282l-6.322 3.161a.5.5 0 0 1-.707-.576L3.983 9L2.017 1.629a.5.5 0 0 1 .167-.517M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5H16a.5.5 0 0 0 0-1h-1v-1.5a.5.5 0 0 0-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSendClock20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.184 1.112a.5.5 0 0 1 .54-.06l15 7.5a.5.5 0 1 1-.448.895L3.27 2.444L4.884 8.5H11.5a.5.5 0 1 1 0 1H4.884L3.27 15.556l6.104-3.052c-.158.406-.27.836-.327 1.282l-6.322 3.161a.5.5 0 0 1-.707-.576L3.983 9L2.017 1.629a.5.5 0 0 1 .167-.517M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5H16a.5.5 0 0 0 0-1h-1v-1.5a.5.5 0 0 0-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.184 1.112a.5.5 0 0 1 .54-.06l15 7.5a.5.5 0 1 1-.448.895L3.27 2.444L4.884 8.5H11.5a.5.5 0 1 1 0 1H4.884L3.27 15.556l6.104-3.052c-.158.406-.27.836-.327 1.282l-6.322 3.161a.5.5 0 0 1-.707-.576L3.983 9L2.017 1.629a.5.5 0 0 1 .167-.517M19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5H16a.5.5 0 0 0 0-1h-1v-1.5a.5.5 0 0 0-.5-.5"/></svg> </template>
CSS
.icon-send-clock-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.184%201.112a.5.5%200%200%201%20.54-.06l15%207.5a.5.5%200%201%201-.448.895L3.27%202.444L4.884%208.5H11.5a.5.5%200%201%201%200%201H4.884L3.27%2015.556l6.104-3.052c-.158.406-.27.836-.327%201.282l-6.322%203.161a.5.5%200%200%201-.707-.576L3.983%209L2.017%201.629a.5.5%200%200%201%20.167-.517M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%2012a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5H16a.5.5%200%200%200%200-1h-1v-1.5a.5.5%200%200%200-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.184%201.112a.5.5%200%200%201%20.54-.06l15%207.5a.5.5%200%201%201-.448.895L3.27%202.444L4.884%208.5H11.5a.5.5%200%201%201%200%201H4.884L3.27%2015.556l6.104-3.052c-.158.406-.27.836-.327%201.282l-6.322%203.161a.5.5%200%200%201-.707-.576L3.983%209L2.017%201.629a.5.5%200%200%201%20.167-.517M19%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%2012a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5H16a.5.5%200%200%200%200-1h-1v-1.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/send-clock-20-regular.svg?color=%231a73e8&size=48