send clock icon
send-clock-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- send-clock-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M2.044 4.077c-.275-1.03.783-1.911 1.746-1.453l21.497 10.25c.85.405.937 1.527.265 2.083a7.5 7.5 0 0 0-12.536 6.022l-9.226 4.4c-.963.459-2.02-.42-1.746-1.45L4.06 16.39a1 1 0 0 1 .825-.731l9.882-1.412c.286-.041.286-.455 0-.496L4.883 12.34a1 1 0 0 1-.824-.731zM20.5 16.5a.5.5 0 0 0-.5.5v3.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1H21v-3a.5.5 0 0 0-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSendClock28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M2.044 4.077c-.275-1.03.783-1.911 1.746-1.453l21.497 10.25c.85.405.937 1.527.265 2.083a7.5 7.5 0 0 0-12.536 6.022l-9.226 4.4c-.963.459-2.02-.42-1.746-1.45L4.06 16.39a1 1 0 0 1 .825-.731l9.882-1.412c.286-.041.286-.455 0-.496L4.883 12.34a1 1 0 0 1-.824-.731zM20.5 16.5a.5.5 0 0 0-.5.5v3.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1H21v-3a.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 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M2.044 4.077c-.275-1.03.783-1.911 1.746-1.453l21.497 10.25c.85.405.937 1.527.265 2.083a7.5 7.5 0 0 0-12.536 6.022l-9.226 4.4c-.963.459-2.02-.42-1.746-1.45L4.06 16.39a1 1 0 0 1 .825-.731l9.882-1.412c.286-.041.286-.455 0-.496L4.883 12.34a1 1 0 0 1-.824-.731zM20.5 16.5a.5.5 0 0 0-.5.5v3.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1H21v-3a.5.5 0 0 0-.5-.5"/></svg> </template>
CSS
.icon-send-clock-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M2.044%204.077c-.275-1.03.783-1.911%201.746-1.453l21.497%2010.25c.85.405.937%201.527.265%202.083a7.5%207.5%200%200%200-12.536%206.022l-9.226%204.4c-.963.459-2.02-.42-1.746-1.45L4.06%2016.39a1%201%200%200%201%20.825-.731l9.882-1.412c.286-.041.286-.455%200-.496L4.883%2012.34a1%201%200%200%201-.824-.731zM20.5%2016.5a.5.5%200%200%200-.5.5v3.5a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%200-1H21v-3a.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M2.044%204.077c-.275-1.03.783-1.911%201.746-1.453l21.497%2010.25c.85.405.937%201.527.265%202.083a7.5%207.5%200%200%200-12.536%206.022l-9.226%204.4c-.963.459-2.02-.42-1.746-1.45L4.06%2016.39a1%201%200%200%201%20.825-.731l9.882-1.412c.286-.041.286-.455%200-.496L4.883%2012.34a1%201%200%200%201-.824-.731zM20.5%2016.5a.5.5%200%200%200-.5.5v3.5a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%200-1H21v-3a.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-28-filled.svg?color=%231a73e8&size=48