save-clock-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
save-clock-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the save clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19V5v5.075V10zm0 2q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h11.175q.4 0 .763.15t.637.425l2.85 2.85q.275.275.425.638t.15.762v1.55q0 .425-.288.713t-.712.287t-.712-.288T19 9.376V7.85L16.15 5H5v14h5.8q.425 0 .713.288T11.8 20t-.288.713T10.8 21zm9.463-.462Q13 19.075 13 17t1.463-3.537T18 12t3.538 1.463T23 17t-1.463 3.538T18 22t-3.537-1.463M18.5 16.8v-2.3q0-.2-.15-.35T18 14t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.525 1.525q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM7 10h7q.425 0 .713-.288T15 9V7q0-.425-.288-.712T14 6H7q-.425 0-.712.288T6 7v2q0 .425.288.713T7 10m4.05 7.85q-.025-.225-.038-.437T11 16.975q0-1.35.5-2.6t1.45-2.225q-.225-.075-.462-.112T12 12q-1.25 0-2.125.875T9 15q0 .975.563 1.763t1.487 1.087"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSaveClockOutlineRounded(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="M5 19V5v5.075V10zm0 2q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h11.175q.4 0 .763.15t.637.425l2.85 2.85q.275.275.425.638t.15.762v1.55q0 .425-.288.713t-.712.287t-.712-.288T19 9.376V7.85L16.15 5H5v14h5.8q.425 0 .713.288T11.8 20t-.288.713T10.8 21zm9.463-.462Q13 19.075 13 17t1.463-3.537T18 12t3.538 1.463T23 17t-1.463 3.538T18 22t-3.537-1.463M18.5 16.8v-2.3q0-.2-.15-.35T18 14t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.525 1.525q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM7 10h7q.425 0 .713-.288T15 9V7q0-.425-.288-.712T14 6H7q-.425 0-.712.288T6 7v2q0 .425.288.713T7 10m4.05 7.85q-.025-.225-.038-.437T11 16.975q0-1.35.5-2.6t1.45-2.225q-.225-.075-.462-.112T12 12q-1.25 0-2.125.875T9 15q0 .975.563 1.763t1.487 1.087"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19V5v5.075V10zm0 2q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h11.175q.4 0 .763.15t.637.425l2.85 2.85q.275.275.425.638t.15.762v1.55q0 .425-.288.713t-.712.287t-.712-.288T19 9.376V7.85L16.15 5H5v14h5.8q.425 0 .713.288T11.8 20t-.288.713T10.8 21zm9.463-.462Q13 19.075 13 17t1.463-3.537T18 12t3.538 1.463T23 17t-1.463 3.538T18 22t-3.537-1.463M18.5 16.8v-2.3q0-.2-.15-.35T18 14t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.525 1.525q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM7 10h7q.425 0 .713-.288T15 9V7q0-.425-.288-.712T14 6H7q-.425 0-.712.288T6 7v2q0 .425.288.713T7 10m4.05 7.85q-.025-.225-.038-.437T11 16.975q0-1.35.5-2.6t1.45-2.225q-.225-.075-.462-.112T12 12q-1.25 0-2.125.875T9 15q0 .975.563 1.763t1.487 1.087"/></svg>
</template>

CSS

.icon-save-clock-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%22M5%2019V5v5.075V10zm0%202q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h11.175q.4%200%20.763.15t.637.425l2.85%202.85q.275.275.425.638t.15.762v1.55q0%20.425-.288.713t-.712.287t-.712-.288T19%209.376V7.85L16.15%205H5v14h5.8q.425%200%20.713.288T11.8%2020t-.288.713T10.8%2021zm9.463-.462Q13%2019.075%2013%2017t1.463-3.537T18%2012t3.538%201.463T23%2017t-1.463%203.538T18%2022t-3.537-1.463M18.5%2016.8v-2.3q0-.2-.15-.35T18%2014t-.35.15t-.15.35v2.275q0%20.2.075.388t.225.337l1.525%201.525q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM7%2010h7q.425%200%20.713-.288T15%209V7q0-.425-.288-.712T14%206H7q-.425%200-.712.288T6%207v2q0%20.425.288.713T7%2010m4.05%207.85q-.025-.225-.038-.437T11%2016.975q0-1.35.5-2.6t1.45-2.225q-.225-.075-.462-.112T12%2012q-1.25%200-2.125.875T9%2015q0%20.975.563%201.763t1.487%201.087%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%22M5%2019V5v5.075V10zm0%202q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h11.175q.4%200%20.763.15t.637.425l2.85%202.85q.275.275.425.638t.15.762v1.55q0%20.425-.288.713t-.712.287t-.712-.288T19%209.376V7.85L16.15%205H5v14h5.8q.425%200%20.713.288T11.8%2020t-.288.713T10.8%2021zm9.463-.462Q13%2019.075%2013%2017t1.463-3.537T18%2012t3.538%201.463T23%2017t-1.463%203.538T18%2022t-3.537-1.463M18.5%2016.8v-2.3q0-.2-.15-.35T18%2014t-.35.15t-.15.35v2.275q0%20.2.075.388t.225.337l1.525%201.525q.15.15.35.15t.35-.15t.15-.35t-.15-.35zM7%2010h7q.425%200%20.713-.288T15%209V7q0-.425-.288-.712T14%206H7q-.425%200-.712.288T6%207v2q0%20.425.288.713T7%2010m4.05%207.85q-.025-.225-.038-.437T11%2016.975q0-1.35.5-2.6t1.45-2.225q-.225-.075-.462-.112T12%2012q-1.25%200-2.125.875T9%2015q0%20.975.563%201.763t1.487%201.087%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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