database refresh icon
database-refresh-outline from Material Design Icons by Pictogrammers · Outline · Database · Apache-2.0 Free for personal and commercial use.
- Name
- database-refresh-outline
- Set
- Material Design Icons
- Style
- Outline
- 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-clockdatabase-cogdatabase-editdatabase-exportdatabase-eyedatabase-eye-offdatabase-importdatabase-lockdatabase-markerdatabase-minusdatabase-offdatabase-plusdatabase-removedatabase-searchdatabase-settingsdatabase-syncrelation-many-to-manyrelation-many-to-one
Use the database refresh icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12.45V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v2.39c.17-.03.33-.03.5-.03c.5 0 1 .07 1.5.18V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4h.5c-.26-.63-.41-1.3-.47-2H12c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23h.5c.35-.82.84-1.54 1.45-2.14c-.63.09-1.28.14-1.95.14c-2.42 0-4.7-.6-6-1.55M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2s-6-1.5-6-2s2.13-2 6-2m6 13.5l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L22 14.5v4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiDatabaseRefreshOutline(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="M6 12.45V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v2.39c.17-.03.33-.03.5-.03c.5 0 1 .07 1.5.18V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4h.5c-.26-.63-.41-1.3-.47-2H12c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23h.5c.35-.82.84-1.54 1.45-2.14c-.63.09-1.28.14-1.95.14c-2.42 0-4.7-.6-6-1.55M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2s-6-1.5-6-2s2.13-2 6-2m6 13.5l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L22 14.5v4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12.45V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v2.39c.17-.03.33-.03.5-.03c.5 0 1 .07 1.5.18V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4h.5c-.26-.63-.41-1.3-.47-2H12c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23h.5c.35-.82.84-1.54 1.45-2.14c-.63.09-1.28.14-1.95.14c-2.42 0-4.7-.6-6-1.55M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2s-6-1.5-6-2s2.13-2 6-2m6 13.5l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L22 14.5v4z"/></svg> </template>
CSS
.icon-database-refresh-outline {
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%22M6%2012.45V9.64c1.47.83%203.61%201.36%206%201.36s4.53-.53%206-1.36v2.39c.17-.03.33-.03.5-.03c.5%200%201%20.07%201.5.18V7c0-2.21-3.58-4-8-4S4%204.79%204%207v10c0%202.21%203.59%204%208%204h.5c-.26-.63-.41-1.3-.47-2H12c-3.87%200-6-1.5-6-2v-2.23c1.61.78%203.72%201.23%206%201.23h.5c.35-.82.84-1.54%201.45-2.14c-.63.09-1.28.14-1.95.14c-2.42%200-4.7-.6-6-1.55M12%205c3.87%200%206%201.5%206%202s-2.13%202-6%202s-6-1.5-6-2s2.13-2%206-2m6%2013.5l1.77-1.77A2.5%202.5%200%201%200%2020%2020h1.71A3.99%203.99%200%200%201%2018%2022.5c-2.21%200-4-1.79-4-4s1.79-4%204-4c1.11%200%202.11.45%202.83%201.17L22%2014.5v4z%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%22M6%2012.45V9.64c1.47.83%203.61%201.36%206%201.36s4.53-.53%206-1.36v2.39c.17-.03.33-.03.5-.03c.5%200%201%20.07%201.5.18V7c0-2.21-3.58-4-8-4S4%204.79%204%207v10c0%202.21%203.59%204%208%204h.5c-.26-.63-.41-1.3-.47-2H12c-3.87%200-6-1.5-6-2v-2.23c1.61.78%203.72%201.23%206%201.23h.5c.35-.82.84-1.54%201.45-2.14c-.63.09-1.28.14-1.95.14c-2.42%200-4.7-.6-6-1.55M12%205c3.87%200%206%201.5%206%202s-2.13%202-6%202s-6-1.5-6-2s2.13-2%206-2m6%2013.5l1.77-1.77A2.5%202.5%200%201%200%2020%2020h1.71A3.99%203.99%200%200%201%2018%2022.5c-2.21%200-4-1.79-4-4s1.79-4%204-4c1.11%200%202.11.45%202.83%201.17L22%2014.5v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/database-refresh-outline.svg?color=%231a73e8&size=48