database clock icon
database-clock from Material Design Icons by Pictogrammers · Filled · Database · Apache-2.0 Free for personal and commercial use.
- Name
- database-clock
- Set
- Material Design Icons
- Style
- Filled
- Category
- Database
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More database icons from Material Design Icons
databasedatabase-arrow-downdatabase-arrow-leftdatabase-arrow-rightdatabase-arrow-updatabase-checkdatabase-cogdatabase-editdatabase-exportdatabase-eyedatabase-eye-offdatabase-importdatabase-lockdatabase-markerdatabase-minusdatabase-offdatabase-plusdatabase-refreshdatabase-removedatabase-searchdatabase-settingsdatabase-syncrelation-many-to-manyrelation-many-to-one
Use the database clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.5 16.25l2.86 1.69l-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7a7 7 0 0 1-5.75-3C6.18 19.79 3 18.08 3 16v-3c0 1.88 2.58 3.44 6.06 3.88C9.03 16.59 9 16.3 9 16c0-.38.04-.75.1-1.12c-3.5-.43-6.1-2-6.1-3.88V8c0 2.09 3.2 3.8 7.27 4c.6-.86 1.37-1.56 2.26-2.07c-.49.04-1.03.07-1.53.07c-4.42 0-8-1.79-8-4s3.58-4 8-4s8 1.79 8 4c0 1.2-1.07 2.28-2.75 3c.75.04 1.5.19 2.19.45C18.79 9 19 8.5 19 8v1.68c2.36 1.13 4 3.53 4 6.32m-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5"/></svg>
React
import type { SVGProps } from "react";
export function MdiDatabaseClock(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="m16.5 16.25l2.86 1.69l-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7a7 7 0 0 1-5.75-3C6.18 19.79 3 18.08 3 16v-3c0 1.88 2.58 3.44 6.06 3.88C9.03 16.59 9 16.3 9 16c0-.38.04-.75.1-1.12c-3.5-.43-6.1-2-6.1-3.88V8c0 2.09 3.2 3.8 7.27 4c.6-.86 1.37-1.56 2.26-2.07c-.49.04-1.03.07-1.53.07c-4.42 0-8-1.79-8-4s3.58-4 8-4s8 1.79 8 4c0 1.2-1.07 2.28-2.75 3c.75.04 1.5.19 2.19.45C18.79 9 19 8.5 19 8v1.68c2.36 1.13 4 3.53 4 6.32m-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.5 16.25l2.86 1.69l-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7a7 7 0 0 1-5.75-3C6.18 19.79 3 18.08 3 16v-3c0 1.88 2.58 3.44 6.06 3.88C9.03 16.59 9 16.3 9 16c0-.38.04-.75.1-1.12c-3.5-.43-6.1-2-6.1-3.88V8c0 2.09 3.2 3.8 7.27 4c.6-.86 1.37-1.56 2.26-2.07c-.49.04-1.03.07-1.53.07c-4.42 0-8-1.79-8-4s3.58-4 8-4s8 1.79 8 4c0 1.2-1.07 2.28-2.75 3c.75.04 1.5.19 2.19.45C18.79 9 19 8.5 19 8v1.68c2.36 1.13 4 3.53 4 6.32m-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5"/></svg> </template>
CSS
.icon-database-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%22m16.5%2016.25l2.86%201.69l-.75%201.22L15%2017v-5h1.5zM23%2016c0%203.87-3.13%207-7%207a7%207%200%200%201-5.75-3C6.18%2019.79%203%2018.08%203%2016v-3c0%201.88%202.58%203.44%206.06%203.88C9.03%2016.59%209%2016.3%209%2016c0-.38.04-.75.1-1.12c-3.5-.43-6.1-2-6.1-3.88V8c0%202.09%203.2%203.8%207.27%204c.6-.86%201.37-1.56%202.26-2.07c-.49.04-1.03.07-1.53.07c-4.42%200-8-1.79-8-4s3.58-4%208-4s8%201.79%208%204c0%201.2-1.07%202.28-2.75%203c.75.04%201.5.19%202.19.45C18.79%209%2019%208.5%2019%208v1.68c2.36%201.13%204%203.53%204%206.32m-2%200c0-2.76-2.24-5-5-5s-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5%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%22m16.5%2016.25l2.86%201.69l-.75%201.22L15%2017v-5h1.5zM23%2016c0%203.87-3.13%207-7%207a7%207%200%200%201-5.75-3C6.18%2019.79%203%2018.08%203%2016v-3c0%201.88%202.58%203.44%206.06%203.88C9.03%2016.59%209%2016.3%209%2016c0-.38.04-.75.1-1.12c-3.5-.43-6.1-2-6.1-3.88V8c0%202.09%203.2%203.8%207.27%204c.6-.86%201.37-1.56%202.26-2.07c-.49.04-1.03.07-1.53.07c-4.42%200-8-1.79-8-4s3.58-4%208-4s8%201.79%208%204c0%201.2-1.07%202.28-2.75%203c.75.04%201.5.19%202.19.45C18.79%209%2019%208.5%2019%208v1.68c2.36%201.13%204%203.53%204%206.32m-2%200c0-2.76-2.24-5-5-5s-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/database-clock.svg?color=%231a73e8&size=48