save-clock from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
save-clock
Set
Material Symbols
Style
Regular
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="M14.463 20.538Q13 19.075 13 17t1.463-3.537T18 12t3.538 1.463T23 17t-1.463 3.538T18 22t-3.537-1.463m5.212-1.162l.7-.7L18.5 16.8V14h-1v3.2zM6 10h9V6H6zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h12l4 4v3.675q-.7-.35-1.475-.513T17.975 10q-1.5 0-2.788.575T12.95 12.15q-.225-.075-.462-.112T12 12q-1.25 0-2.125.875T9 15q0 1 .575 1.775t1.475 1.075q.125.85.425 1.65t.8 1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSaveClock(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="M14.463 20.538Q13 19.075 13 17t1.463-3.537T18 12t3.538 1.463T23 17t-1.463 3.538T18 22t-3.537-1.463m5.212-1.162l.7-.7L18.5 16.8V14h-1v3.2zM6 10h9V6H6zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h12l4 4v3.675q-.7-.35-1.475-.513T17.975 10q-1.5 0-2.788.575T12.95 12.15q-.225-.075-.462-.112T12 12q-1.25 0-2.125.875T9 15q0 1 .575 1.775t1.475 1.075q.125.85.425 1.65t.8 1.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="M14.463 20.538Q13 19.075 13 17t1.463-3.537T18 12t3.538 1.463T23 17t-1.463 3.538T18 22t-3.537-1.463m5.212-1.162l.7-.7L18.5 16.8V14h-1v3.2zM6 10h9V6H6zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h12l4 4v3.675q-.7-.35-1.475-.513T17.975 10q-1.5 0-2.788.575T12.95 12.15q-.225-.075-.462-.112T12 12q-1.25 0-2.125.875T9 15q0 1 .575 1.775t1.475 1.075q.125.85.425 1.65t.8 1.5z"/></svg>
</template>

CSS

.icon-save-clock {
  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%22M14.463%2020.538Q13%2019.075%2013%2017t1.463-3.537T18%2012t3.538%201.463T23%2017t-1.463%203.538T18%2022t-3.537-1.463m5.212-1.162l.7-.7L18.5%2016.8V14h-1v3.2zM6%2010h9V6H6zM5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h12l4%204v3.675q-.7-.35-1.475-.513T17.975%2010q-1.5%200-2.788.575T12.95%2012.15q-.225-.075-.462-.112T12%2012q-1.25%200-2.125.875T9%2015q0%201%20.575%201.775t1.475%201.075q.125.85.425%201.65t.8%201.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%22M14.463%2020.538Q13%2019.075%2013%2017t1.463-3.537T18%2012t3.538%201.463T23%2017t-1.463%203.538T18%2022t-3.537-1.463m5.212-1.162l.7-.7L18.5%2016.8V14h-1v3.2zM6%2010h9V6H6zM5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h12l4%204v3.675q-.7-.35-1.475-.513T17.975%2010q-1.5%200-2.788.575T12.95%2012.15q-.225-.075-.462-.112T12%2012q-1.25%200-2.125.875T9%2015q0%201%20.575%201.775t1.475%201.075q.125.85.425%201.65t.8%201.5z%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.svg?color=%231a73e8&size=48