database backup icon

database-backup from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
database-backup
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the database backup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><ellipse cx="12" cy="5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" rx="8" ry="3"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12c0 1.398 2.55 2.573 6 2.906M14.5 16c.5-1 1.5-2.5 3.5-2.5a4 4 0 1 1-3 6.646"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 22c-4.418 0-8-1.343-8-3V5m16 0v5"/><path fill="currentColor" d="M17.09 17.118a.75.75 0 1 0-.18-1.49l.09.745zm-2.896-.812l-.53.53zm.741-3.193a.75.75 0 1 0-1.483-.226l.742.113zM17 16.373l-.09-.744c-.413.05-1.005.11-1.523.12a4 4 0 0 1-.636-.025a1 1 0 0 1-.137-.028c-.026-.009.035.005.11.08l-.53.53l-.53.53a1.2 1.2 0 0 0 .466.28c.138.047.282.075.416.094c.269.037.575.044.87.038a18 18 0 0 0 1.674-.13zm-2.806-.067l.53-.53c.093.093.093.165.072.083a2 2 0 0 1-.038-.3a8 8 0 0 1 .02-1.016a20 20 0 0 1 .153-1.402l.003-.022v-.005l.001-.002l-.741-.112l-.742-.112v.003l-.002.007l-.003.026a19 19 0 0 0-.059.44c-.035.283-.078.67-.106 1.073a10 10 0 0 0-.02 1.215c.01.189.034.386.079.568c.039.158.12.415.322.617z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDatabaseBackup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><ellipse cx="12" cy="5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" rx="8" ry="3"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M4 12c0 1.398 2.55 2.573 6 2.906M14.5 16c.5-1 1.5-2.5 3.5-2.5a4 4 0 1 1-3 6.646"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 22c-4.418 0-8-1.343-8-3V5m16 0v5"/><path fill="currentColor" d="M17.09 17.118a.75.75 0 1 0-.18-1.49l.09.745zm-2.896-.812l-.53.53zm.741-3.193a.75.75 0 1 0-1.483-.226l.742.113zM17 16.373l-.09-.744c-.413.05-1.005.11-1.523.12a4 4 0 0 1-.636-.025a1 1 0 0 1-.137-.028c-.026-.009.035.005.11.08l-.53.53l-.53.53a1.2 1.2 0 0 0 .466.28c.138.047.282.075.416.094c.269.037.575.044.87.038a18 18 0 0 0 1.674-.13zm-2.806-.067l.53-.53c.093.093.093.165.072.083a2 2 0 0 1-.038-.3a8 8 0 0 1 .02-1.016a20 20 0 0 1 .153-1.402l.003-.022v-.005l.001-.002l-.741-.112l-.742-.112v.003l-.002.007l-.003.026a19 19 0 0 0-.059.44c-.035.283-.078.67-.106 1.073a10 10 0 0 0-.02 1.215c.01.189.034.386.079.568c.039.158.12.415.322.617z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><ellipse cx="12" cy="5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" rx="8" ry="3"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12c0 1.398 2.55 2.573 6 2.906M14.5 16c.5-1 1.5-2.5 3.5-2.5a4 4 0 1 1-3 6.646"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 22c-4.418 0-8-1.343-8-3V5m16 0v5"/><path fill="currentColor" d="M17.09 17.118a.75.75 0 1 0-.18-1.49l.09.745zm-2.896-.812l-.53.53zm.741-3.193a.75.75 0 1 0-1.483-.226l.742.113zM17 16.373l-.09-.744c-.413.05-1.005.11-1.523.12a4 4 0 0 1-.636-.025a1 1 0 0 1-.137-.028c-.026-.009.035.005.11.08l-.53.53l-.53.53a1.2 1.2 0 0 0 .466.28c.138.047.282.075.416.094c.269.037.575.044.87.038a18 18 0 0 0 1.674-.13zm-2.806-.067l.53-.53c.093.093.093.165.072.083a2 2 0 0 1-.038-.3a8 8 0 0 1 .02-1.016a20 20 0 0 1 .153-1.402l.003-.022v-.005l.001-.002l-.741-.112l-.742-.112v.003l-.002.007l-.003.026a19 19 0 0 0-.059.44c-.035.283-.078.67-.106 1.073a10 10 0 0 0-.02 1.215c.01.189.034.386.079.568c.039.158.12.415.322.617z"/></g></svg>
</template>

CSS

.icon-database-backup {
  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%3Cg%20fill%3D%22none%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%225%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20rx%3D%228%22%20ry%3D%223%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2012c0%201.398%202.55%202.573%206%202.906M14.5%2016c.5-1%201.5-2.5%203.5-2.5a4%204%200%201%201-3%206.646%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2022c-4.418%200-8-1.343-8-3V5m16%200v5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.09%2017.118a.75.75%200%201%200-.18-1.49l.09.745zm-2.896-.812l-.53.53zm.741-3.193a.75.75%200%201%200-1.483-.226l.742.113zM17%2016.373l-.09-.744c-.413.05-1.005.11-1.523.12a4%204%200%200%201-.636-.025a1%201%200%200%201-.137-.028c-.026-.009.035.005.11.08l-.53.53l-.53.53a1.2%201.2%200%200%200%20.466.28c.138.047.282.075.416.094c.269.037.575.044.87.038a18%2018%200%200%200%201.674-.13zm-2.806-.067l.53-.53c.093.093.093.165.072.083a2%202%200%200%201-.038-.3a8%208%200%200%201%20.02-1.016a20%2020%200%200%201%20.153-1.402l.003-.022v-.005l.001-.002l-.741-.112l-.742-.112v.003l-.002.007l-.003.026a19%2019%200%200%200-.059.44c-.035.283-.078.67-.106%201.073a10%2010%200%200%200-.02%201.215c.01.189.034.386.079.568c.039.158.12.415.322.617z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%225%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20rx%3D%228%22%20ry%3D%223%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2012c0%201.398%202.55%202.573%206%202.906M14.5%2016c.5-1%201.5-2.5%203.5-2.5a4%204%200%201%201-3%206.646%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2022c-4.418%200-8-1.343-8-3V5m16%200v5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.09%2017.118a.75.75%200%201%200-.18-1.49l.09.745zm-2.896-.812l-.53.53zm.741-3.193a.75.75%200%201%200-1.483-.226l.742.113zM17%2016.373l-.09-.744c-.413.05-1.005.11-1.523.12a4%204%200%200%201-.636-.025a1%201%200%200%201-.137-.028c-.026-.009.035.005.11.08l-.53.53l-.53.53a1.2%201.2%200%200%200%20.466.28c.138.047.282.075.416.094c.269.037.575.044.87.038a18%2018%200%200%200%201.674-.13zm-2.806-.067l.53-.53c.093.093.093.165.072.083a2%202%200%200%201-.038-.3a8%208%200%200%201%20.02-1.016a20%2020%200%200%201%20.153-1.402l.003-.022v-.005l.001-.002l-.741-.112l-.742-.112v.003l-.002.007l-.003.026a19%2019%200%200%200-.059.44c-.035.283-.078.67-.106%201.073a10%2010%200%200%200-.02%201.215c.01.189.034.386.079.568c.039.158.12.415.322.617z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/database-backup.svg?color=%231a73e8&size=48