send time extension icon

send-time-extension-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
send-time-extension-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the 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="M13 20.375v-1.6q0-.35.2-.625t.55-.35L17 17l-3.25-.8q-.35-.075-.55-.35t-.2-.625v-1.6q0-.575.475-.863t.975-.037L21.2 16.1q.55.275.55.9t-.55.9l-6.75 3.375q-.5.25-.975-.037T13 20.375M5 21q-.825 0-1.412-.587T3 19v-3.8q1.2 0 2.1-.762T6 12.5t-.9-1.937T3 9.8V6q0-.825.588-1.412T5 4h4q0-1.05.725-1.775T11.5 1.5t1.775.725T14 4h4q.825 0 1.413.588T20 6v7.25l-2-1V6h-6V4q0-.2-.15-.35t-.35-.15t-.35.15T11 4v2H5v2.2q1.35.5 2.175 1.675T8 12.5q0 1.425-.825 2.6T5 16.8V19h2.125q.425-1.125 1.45-1.963T11 16.05v2q-1 .2-1.6.938T8.8 21zm6.5-9.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSendTimeExtensionOutlineRounded(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="M13 20.375v-1.6q0-.35.2-.625t.55-.35L17 17l-3.25-.8q-.35-.075-.55-.35t-.2-.625v-1.6q0-.575.475-.863t.975-.037L21.2 16.1q.55.275.55.9t-.55.9l-6.75 3.375q-.5.25-.975-.037T13 20.375M5 21q-.825 0-1.412-.587T3 19v-3.8q1.2 0 2.1-.762T6 12.5t-.9-1.937T3 9.8V6q0-.825.588-1.412T5 4h4q0-1.05.725-1.775T11.5 1.5t1.775.725T14 4h4q.825 0 1.413.588T20 6v7.25l-2-1V6h-6V4q0-.2-.15-.35t-.35-.15t-.35.15T11 4v2H5v2.2q1.35.5 2.175 1.675T8 12.5q0 1.425-.825 2.6T5 16.8V19h2.125q.425-1.125 1.45-1.963T11 16.05v2q-1 .2-1.6.938T8.8 21zm6.5-9.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 20.375v-1.6q0-.35.2-.625t.55-.35L17 17l-3.25-.8q-.35-.075-.55-.35t-.2-.625v-1.6q0-.575.475-.863t.975-.037L21.2 16.1q.55.275.55.9t-.55.9l-6.75 3.375q-.5.25-.975-.037T13 20.375M5 21q-.825 0-1.412-.587T3 19v-3.8q1.2 0 2.1-.762T6 12.5t-.9-1.937T3 9.8V6q0-.825.588-1.412T5 4h4q0-1.05.725-1.775T11.5 1.5t1.775.725T14 4h4q.825 0 1.413.588T20 6v7.25l-2-1V6h-6V4q0-.2-.15-.35t-.35-.15t-.35.15T11 4v2H5v2.2q1.35.5 2.175 1.675T8 12.5q0 1.425-.825 2.6T5 16.8V19h2.125q.425-1.125 1.45-1.963T11 16.05v2q-1 .2-1.6.938T8.8 21zm6.5-9.75"/></svg>
</template>

CSS

.icon-send-time-extension-outline-rounded {
  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%22M13%2020.375v-1.6q0-.35.2-.625t.55-.35L17%2017l-3.25-.8q-.35-.075-.55-.35t-.2-.625v-1.6q0-.575.475-.863t.975-.037L21.2%2016.1q.55.275.55.9t-.55.9l-6.75%203.375q-.5.25-.975-.037T13%2020.375M5%2021q-.825%200-1.412-.587T3%2019v-3.8q1.2%200%202.1-.762T6%2012.5t-.9-1.937T3%209.8V6q0-.825.588-1.412T5%204h4q0-1.05.725-1.775T11.5%201.5t1.775.725T14%204h4q.825%200%201.413.588T20%206v7.25l-2-1V6h-6V4q0-.2-.15-.35t-.35-.15t-.35.15T11%204v2H5v2.2q1.35.5%202.175%201.675T8%2012.5q0%201.425-.825%202.6T5%2016.8V19h2.125q.425-1.125%201.45-1.963T11%2016.05v2q-1%20.2-1.6.938T8.8%2021zm6.5-9.75%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%22M13%2020.375v-1.6q0-.35.2-.625t.55-.35L17%2017l-3.25-.8q-.35-.075-.55-.35t-.2-.625v-1.6q0-.575.475-.863t.975-.037L21.2%2016.1q.55.275.55.9t-.55.9l-6.75%203.375q-.5.25-.975-.037T13%2020.375M5%2021q-.825%200-1.412-.587T3%2019v-3.8q1.2%200%202.1-.762T6%2012.5t-.9-1.937T3%209.8V6q0-.825.588-1.412T5%204h4q0-1.05.725-1.775T11.5%201.5t1.775.725T14%204h4q.825%200%201.413.588T20%206v7.25l-2-1V6h-6V4q0-.2-.15-.35t-.35-.15t-.35.15T11%204v2H5v2.2q1.35.5%202.175%201.675T8%2012.5q0%201.425-.825%202.6T5%2016.8V19h2.125q.425-1.125%201.45-1.963T11%2016.05v2q-1%20.2-1.6.938T8.8%2021zm6.5-9.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/send-time-extension-outline-rounded.svg?color=%231a73e8&size=48