backup-restore from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
backup-restore
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
settings-backup-restore

The same icon in other sets

Use the backup restore icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9H0l4 4l4-4H5a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.5 0-2.91-.5-4.06-1.3L6.5 19.14A9.1 9.1 0 0 0 12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9m2 9a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiBackupRestore(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="M12 3a9 9 0 0 0-9 9H0l4 4l4-4H5a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.5 0-2.91-.5-4.06-1.3L6.5 19.14A9.1 9.1 0 0 0 12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9m2 9a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-9 9H0l4 4l4-4H5a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.5 0-2.91-.5-4.06-1.3L6.5 19.14A9.1 9.1 0 0 0 12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9m2 9a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2"/></svg>
</template>

CSS

.icon-backup-restore {
  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%22M12%203a9%209%200%200%200-9%209H0l4%204l4-4H5a7%207%200%200%201%207-7a7%207%200%200%201%207%207a7%207%200%200%201-7%207c-1.5%200-2.91-.5-4.06-1.3L6.5%2019.14A9.1%209.1%200%200%200%2012%2021a9%209%200%200%200%209-9a9%209%200%200%200-9-9m2%209a2%202%200%200%200-2-2a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2%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%22M12%203a9%209%200%200%200-9%209H0l4%204l4-4H5a7%207%200%200%201%207-7a7%207%200%200%201%207%207a7%207%200%200%201-7%207c-1.5%200-2.91-.5-4.06-1.3L6.5%2019.14A9.1%209.1%200%200%200%2012%2021a9%209%200%200%200%209-9a9%209%200%200%200-9-9m2%209a2%202%200%200%200-2-2a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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