twotone send time extension icon
twotone-send-time-extension from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-send-time-extension
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the twotone send time extension icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H5.01v2.13C7.17 8.94 8 11.01 8 12.5c0 1.5-.83 3.57-3 4.37V19h2.13c.71-1.93 2.44-2.8 3.87-2.97V8.76l2.89 1.45L18 12.26V6z" opacity=".3"/><path fill="currentColor" d="M7.13 19H5v-2.13c2.17-.8 3-2.87 3-4.37c0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6.26l2 1V6c0-1.1-.9-2-2-2h-4a2.5 2.5 0 0 0-5 0H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-2.03c-1.43.17-3.15 1.04-3.87 2.97"/><path fill="currentColor" d="M13 12v4l4 1l-4 1v4l10-5z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneSendTimeExtension(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="M12 6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H5.01v2.13C7.17 8.94 8 11.01 8 12.5c0 1.5-.83 3.57-3 4.37V19h2.13c.71-1.93 2.44-2.8 3.87-2.97V8.76l2.89 1.45L18 12.26V6z" opacity=".3"/><path fill="currentColor" d="M7.13 19H5v-2.13c2.17-.8 3-2.87 3-4.37c0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6.26l2 1V6c0-1.1-.9-2-2-2h-4a2.5 2.5 0 0 0-5 0H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-2.03c-1.43.17-3.15 1.04-3.87 2.97"/><path fill="currentColor" d="M13 12v4l4 1l-4 1v4l10-5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H5.01v2.13C7.17 8.94 8 11.01 8 12.5c0 1.5-.83 3.57-3 4.37V19h2.13c.71-1.93 2.44-2.8 3.87-2.97V8.76l2.89 1.45L18 12.26V6z" opacity=".3"/><path fill="currentColor" d="M7.13 19H5v-2.13c2.17-.8 3-2.87 3-4.37c0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6.26l2 1V6c0-1.1-.9-2-2-2h-4a2.5 2.5 0 0 0-5 0H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-2.03c-1.43.17-3.15 1.04-3.87 2.97"/><path fill="currentColor" d="M13 12v4l4 1l-4 1v4l10-5z"/></svg> </template>
CSS
.icon-twotone-send-time-extension {
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%22M12%206V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H5.01v2.13C7.17%208.94%208%2011.01%208%2012.5c0%201.5-.83%203.57-3%204.37V19h2.13c.71-1.93%202.44-2.8%203.87-2.97V8.76l2.89%201.45L18%2012.26V6z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.13%2019H5v-2.13c2.17-.8%203-2.87%203-4.37c0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6.26l2%201V6c0-1.1-.9-2-2-2h-4a2.5%202.5%200%200%200-5%200H5.01c-1.1%200-2%20.9-2%202v3.8C5.7%209.8%206%2011.96%206%2012.5s-.29%202.7-3%202.7V19c0%201.1.9%202%202%202h3.8c0-2.16%201.37-2.78%202.2-2.94v-2.03c-1.43.17-3.15%201.04-3.87%202.97%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2012v4l4%201l-4%201v4l10-5z%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%22M12%206V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2H5.01v2.13C7.17%208.94%208%2011.01%208%2012.5c0%201.5-.83%203.57-3%204.37V19h2.13c.71-1.93%202.44-2.8%203.87-2.97V8.76l2.89%201.45L18%2012.26V6z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.13%2019H5v-2.13c2.17-.8%203-2.87%203-4.37c0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6.26l2%201V6c0-1.1-.9-2-2-2h-4a2.5%202.5%200%200%200-5%200H5.01c-1.1%200-2%20.9-2%202v3.8C5.7%209.8%206%2011.96%206%2012.5s-.29%202.7-3%202.7V19c0%201.1.9%202%202%202h3.8c0-2.16%201.37-2.78%202.2-2.94v-2.03c-1.43.17-3.15%201.04-3.87%202.97%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2012v4l4%201l-4%201v4l10-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-send-time-extension.svg?color=%231a73e8&size=48