send variant clock icon
send-variant-clock-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- send-variant-clock-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the send variant clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 16.69V13h1.5v2.82l2.44 1.41l-.75 1.3zm6.63-4.84L22 12l-.2.08a7.001 7.001 0 0 1-10.75 8.87c-.97-.95-1.63-2.21-1.91-3.54L3 20V4l12.03 5.07C15.35 9 15.67 9 16 9c1.86 0 3.64.74 4.95 2.05c.25.25.48.52.68.8m-9.35-1.78L5 7v3.5l5.37 1.34c.52-.7 1.17-1.3 1.91-1.77m-2.17 2.15L5 13.5V17l4.04-1.7c.11-1.13.49-2.17 1.07-3.08M20.85 16c0-2.68-2.18-4.85-4.85-4.85c-1.29 0-2.5.51-3.43 1.42c-.91.93-1.42 2.14-1.42 3.43c0 2.68 2.17 4.85 4.85 4.85c.64 0 1.27-.12 1.86-.35c.58-.26 1.14-.62 1.57-1.07c.45-.43.81-.99 1.07-1.57c.23-.59.35-1.22.35-1.86"/></svg>
React
import type { SVGProps } from "react";
export function MdiSendVariantClockOutline(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="M15 16.69V13h1.5v2.82l2.44 1.41l-.75 1.3zm6.63-4.84L22 12l-.2.08a7.001 7.001 0 0 1-10.75 8.87c-.97-.95-1.63-2.21-1.91-3.54L3 20V4l12.03 5.07C15.35 9 15.67 9 16 9c1.86 0 3.64.74 4.95 2.05c.25.25.48.52.68.8m-9.35-1.78L5 7v3.5l5.37 1.34c.52-.7 1.17-1.3 1.91-1.77m-2.17 2.15L5 13.5V17l4.04-1.7c.11-1.13.49-2.17 1.07-3.08M20.85 16c0-2.68-2.18-4.85-4.85-4.85c-1.29 0-2.5.51-3.43 1.42c-.91.93-1.42 2.14-1.42 3.43c0 2.68 2.17 4.85 4.85 4.85c.64 0 1.27-.12 1.86-.35c.58-.26 1.14-.62 1.57-1.07c.45-.43.81-.99 1.07-1.57c.23-.59.35-1.22.35-1.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 16.69V13h1.5v2.82l2.44 1.41l-.75 1.3zm6.63-4.84L22 12l-.2.08a7.001 7.001 0 0 1-10.75 8.87c-.97-.95-1.63-2.21-1.91-3.54L3 20V4l12.03 5.07C15.35 9 15.67 9 16 9c1.86 0 3.64.74 4.95 2.05c.25.25.48.52.68.8m-9.35-1.78L5 7v3.5l5.37 1.34c.52-.7 1.17-1.3 1.91-1.77m-2.17 2.15L5 13.5V17l4.04-1.7c.11-1.13.49-2.17 1.07-3.08M20.85 16c0-2.68-2.18-4.85-4.85-4.85c-1.29 0-2.5.51-3.43 1.42c-.91.93-1.42 2.14-1.42 3.43c0 2.68 2.17 4.85 4.85 4.85c.64 0 1.27-.12 1.86-.35c.58-.26 1.14-.62 1.57-1.07c.45-.43.81-.99 1.07-1.57c.23-.59.35-1.22.35-1.86"/></svg> </template>
CSS
.icon-send-variant-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%22M15%2016.69V13h1.5v2.82l2.44%201.41l-.75%201.3zm6.63-4.84L22%2012l-.2.08a7.001%207.001%200%200%201-10.75%208.87c-.97-.95-1.63-2.21-1.91-3.54L3%2020V4l12.03%205.07C15.35%209%2015.67%209%2016%209c1.86%200%203.64.74%204.95%202.05c.25.25.48.52.68.8m-9.35-1.78L5%207v3.5l5.37%201.34c.52-.7%201.17-1.3%201.91-1.77m-2.17%202.15L5%2013.5V17l4.04-1.7c.11-1.13.49-2.17%201.07-3.08M20.85%2016c0-2.68-2.18-4.85-4.85-4.85c-1.29%200-2.5.51-3.43%201.42c-.91.93-1.42%202.14-1.42%203.43c0%202.68%202.17%204.85%204.85%204.85c.64%200%201.27-.12%201.86-.35c.58-.26%201.14-.62%201.57-1.07c.45-.43.81-.99%201.07-1.57c.23-.59.35-1.22.35-1.86%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%22M15%2016.69V13h1.5v2.82l2.44%201.41l-.75%201.3zm6.63-4.84L22%2012l-.2.08a7.001%207.001%200%200%201-10.75%208.87c-.97-.95-1.63-2.21-1.91-3.54L3%2020V4l12.03%205.07C15.35%209%2015.67%209%2016%209c1.86%200%203.64.74%204.95%202.05c.25.25.48.52.68.8m-9.35-1.78L5%207v3.5l5.37%201.34c.52-.7%201.17-1.3%201.91-1.77m-2.17%202.15L5%2013.5V17l4.04-1.7c.11-1.13.49-2.17%201.07-3.08M20.85%2016c0-2.68-2.18-4.85-4.85-4.85c-1.29%200-2.5.51-3.43%201.42c-.91.93-1.42%202.14-1.42%203.43c0%202.68%202.17%204.85%204.85%204.85c.64%200%201.27-.12%201.86-.35c.58-.26%201.14-.62%201.57-1.07c.45-.43.81-.99%201.07-1.57c.23-.59.35-1.22.35-1.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/send-variant-clock-outline.svg?color=%231a73e8&size=48