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

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

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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.652v-.036zm.616 1q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h10.29q.323 0 .628.13q.305.132.522.349l2.465 2.465q.218.218.348.522q.131.305.131.628v2.166q0 .213-.143.356t-.357.144t-.357-.144T19 10.26V7.85L16.15 5H5.616q-.27 0-.443.173T5 5.616v12.769q0 .23.192.423t.424.192h6.434q.214 0 .357.143t.143.357t-.143.357t-.357.143zm9.933-.164Q14.385 18.67 14.385 17t1.164-2.835T18.384 13q1.672 0 2.836 1.165q1.165 1.164 1.165 2.835t-1.165 2.836T18.385 21t-2.836-1.164m3.22-2.997V14.5q0-.161-.111-.273t-.274-.111t-.273.111T18 14.5v2.333q0 .161.056.3q.055.14.186.27l1.525 1.526q.112.111.264.121t.282-.121t.131-.273t-.13-.273zM7.577 9.769h5.808q.348 0 .578-.23t.23-.577V7.577q0-.348-.23-.578t-.578-.23H7.577q-.348 0-.578.23t-.23.578v1.385q0 .348.23.578t.578.23m4.454 6.753q-.006-.052-.009-.101t-.003-.1q.077-.87.395-1.687q.317-.818.863-1.504q-.244-.287-.597-.44t-.738-.153q-.808 0-1.375.577T10 14.5q0 .821.601 1.368t1.43.655"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSaveClockOutlineRounded(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.652v-.036zm.616 1q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h10.29q.323 0 .628.13q.305.132.522.349l2.465 2.465q.218.218.348.522q.131.305.131.628v2.166q0 .213-.143.356t-.357.144t-.357-.144T19 10.26V7.85L16.15 5H5.616q-.27 0-.443.173T5 5.616v12.769q0 .23.192.423t.424.192h6.434q.214 0 .357.143t.143.357t-.143.357t-.357.143zm9.933-.164Q14.385 18.67 14.385 17t1.164-2.835T18.384 13q1.672 0 2.836 1.165q1.165 1.164 1.165 2.835t-1.165 2.836T18.385 21t-2.836-1.164m3.22-2.997V14.5q0-.161-.111-.273t-.274-.111t-.273.111T18 14.5v2.333q0 .161.056.3q.055.14.186.27l1.525 1.526q.112.111.264.121t.282-.121t.131-.273t-.13-.273zM7.577 9.769h5.808q.348 0 .578-.23t.23-.577V7.577q0-.348-.23-.578t-.578-.23H7.577q-.348 0-.578.23t-.23.578v1.385q0 .348.23.578t.578.23m4.454 6.753q-.006-.052-.009-.101t-.003-.1q.077-.87.395-1.687q.317-.818.863-1.504q-.244-.287-.597-.44t-.738-.153q-.808 0-1.375.577T10 14.5q0 .821.601 1.368t1.43.655"/></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.652v-.036zm.616 1q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h10.29q.323 0 .628.13q.305.132.522.349l2.465 2.465q.218.218.348.522q.131.305.131.628v2.166q0 .213-.143.356t-.357.144t-.357-.144T19 10.26V7.85L16.15 5H5.616q-.27 0-.443.173T5 5.616v12.769q0 .23.192.423t.424.192h6.434q.214 0 .357.143t.143.357t-.143.357t-.357.143zm9.933-.164Q14.385 18.67 14.385 17t1.164-2.835T18.384 13q1.672 0 2.836 1.165q1.165 1.164 1.165 2.835t-1.165 2.836T18.385 21t-2.836-1.164m3.22-2.997V14.5q0-.161-.111-.273t-.274-.111t-.273.111T18 14.5v2.333q0 .161.056.3q.055.14.186.27l1.525 1.526q.112.111.264.121t.282-.121t.131-.273t-.13-.273zM7.577 9.769h5.808q.348 0 .578-.23t.23-.577V7.577q0-.348-.23-.578t-.578-.23H7.577q-.348 0-.578.23t-.23.578v1.385q0 .348.23.578t.578.23m4.454 6.753q-.006-.052-.009-.101t-.003-.1q.077-.87.395-1.687q.317-.818.863-1.504q-.244-.287-.597-.44t-.738-.153q-.808 0-1.375.577T10 14.5q0 .821.601 1.368t1.43.655"/></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.652v-.036zm.616%201q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h10.29q.323%200%20.628.13q.305.132.522.349l2.465%202.465q.218.218.348.522q.131.305.131.628v2.166q0%20.213-.143.356t-.357.144t-.357-.144T19%2010.26V7.85L16.15%205H5.616q-.27%200-.443.173T5%205.616v12.769q0%20.23.192.423t.424.192h6.434q.214%200%20.357.143t.143.357t-.143.357t-.357.143zm9.933-.164Q14.385%2018.67%2014.385%2017t1.164-2.835T18.384%2013q1.672%200%202.836%201.165q1.165%201.164%201.165%202.835t-1.165%202.836T18.385%2021t-2.836-1.164m3.22-2.997V14.5q0-.161-.111-.273t-.274-.111t-.273.111T18%2014.5v2.333q0%20.161.056.3q.055.14.186.27l1.525%201.526q.112.111.264.121t.282-.121t.131-.273t-.13-.273zM7.577%209.769h5.808q.348%200%20.578-.23t.23-.577V7.577q0-.348-.23-.578t-.578-.23H7.577q-.348%200-.578.23t-.23.578v1.385q0%20.348.23.578t.578.23m4.454%206.753q-.006-.052-.009-.101t-.003-.1q.077-.87.395-1.687q.317-.818.863-1.504q-.244-.287-.597-.44t-.738-.153q-.808%200-1.375.577T10%2014.5q0%20.821.601%201.368t1.43.655%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.652v-.036zm.616%201q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h10.29q.323%200%20.628.13q.305.132.522.349l2.465%202.465q.218.218.348.522q.131.305.131.628v2.166q0%20.213-.143.356t-.357.144t-.357-.144T19%2010.26V7.85L16.15%205H5.616q-.27%200-.443.173T5%205.616v12.769q0%20.23.192.423t.424.192h6.434q.214%200%20.357.143t.143.357t-.143.357t-.357.143zm9.933-.164Q14.385%2018.67%2014.385%2017t1.164-2.835T18.384%2013q1.672%200%202.836%201.165q1.165%201.164%201.165%202.835t-1.165%202.836T18.385%2021t-2.836-1.164m3.22-2.997V14.5q0-.161-.111-.273t-.274-.111t-.273.111T18%2014.5v2.333q0%20.161.056.3q.055.14.186.27l1.525%201.526q.112.111.264.121t.282-.121t.131-.273t-.13-.273zM7.577%209.769h5.808q.348%200%20.578-.23t.23-.577V7.577q0-.348-.23-.578t-.578-.23H7.577q-.348%200-.578.23t-.23.578v1.385q0%20.348.23.578t.578.23m4.454%206.753q-.006-.052-.009-.101t-.003-.1q.077-.87.395-1.687q.317-.818.863-1.504q-.244-.287-.597-.44t-.738-.153q-.808%200-1.375.577T10%2014.5q0%20.821.601%201.368t1.43.655%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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