save clock icon
save-clock-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- save-clock-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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.075V10zm-2 2V3h14l4 4v3.675q-.475-.225-.975-.375T19 10.075V7.85L16.15 5H5v14h6.3q.175.55.413 1.05t.562.95zm11.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.8V14h-1v3.2l2.175 2.175l.7-.7zM6 10h9V6H6zm5.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 MaterialSymbolsSaveClockOutlineSharp(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.075V10zm-2 2V3h14l4 4v3.675q-.475-.225-.975-.375T19 10.075V7.85L16.15 5H5v14h6.3q.175.55.413 1.05t.562.95zm11.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.8V14h-1v3.2l2.175 2.175l.7-.7zM6 10h9V6H6zm5.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.075V10zm-2 2V3h14l4 4v3.675q-.475-.225-.975-.375T19 10.075V7.85L16.15 5H5v14h6.3q.175.55.413 1.05t.562.95zm11.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.8V14h-1v3.2l2.175 2.175l.7-.7zM6 10h9V6H6zm5.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-sharp {
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.075V10zm-2%202V3h14l4%204v3.675q-.475-.225-.975-.375T19%2010.075V7.85L16.15%205H5v14h6.3q.175.55.413%201.05t.562.95zm11.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.8V14h-1v3.2l2.175%202.175l.7-.7zM6%2010h9V6H6zm5.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.075V10zm-2%202V3h14l4%204v3.675q-.475-.225-.975-.375T19%2010.075V7.85L16.15%205H5v14h6.3q.175.55.413%201.05t.562.95zm11.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.8V14h-1v3.2l2.175%202.175l.7-.7zM6%2010h9V6H6zm5.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-sharp.svg?color=%231a73e8&size=48