settings backup restore icon

settings-backup-restore from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
settings-backup-restore
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
settings-backup-restore-outline, settings-backup-restore-outline-sharp, settings-backup-restore-sharp

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the settings 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 14q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0 7q-3.475 0-6.025-2.287T3.05 13H5.1q.35 2.6 2.313 4.3T12 19q2.925 0 4.963-2.037T19 12t-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2H3V4h2v2.35q1.275-1.6 3.113-2.475T12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsBackupRestore(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 14q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0 7q-3.475 0-6.025-2.287T3.05 13H5.1q.35 2.6 2.313 4.3T12 19q2.925 0 4.963-2.037T19 12t-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2H3V4h2v2.35q1.275-1.6 3.113-2.475T12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21"/></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 14q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0 7q-3.475 0-6.025-2.287T3.05 13H5.1q.35 2.6 2.313 4.3T12 19q2.925 0 4.963-2.037T19 12t-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2H3V4h2v2.35q1.275-1.6 3.113-2.475T12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21"/></svg>
</template>

CSS

.icon-settings-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%2014q-.825%200-1.412-.587T10%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014m0%207q-3.475%200-6.025-2.287T3.05%2013H5.1q.35%202.6%202.313%204.3T12%2019q2.925%200%204.963-2.037T19%2012t-2.037-4.962T12%205q-1.725%200-3.225.8T6.25%208H9v2H3V4h2v2.35q1.275-1.6%203.113-2.475T12%203q1.875%200%203.513.713t2.85%201.924t1.925%202.85T21%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021%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%2014q-.825%200-1.412-.587T10%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014m0%207q-3.475%200-6.025-2.287T3.05%2013H5.1q.35%202.6%202.313%204.3T12%2019q2.925%200%204.963-2.037T19%2012t-2.037-4.962T12%205q-1.725%200-3.225.8T6.25%208H9v2H3V4h2v2.35q1.275-1.6%203.113-2.475T12%203q1.875%200%203.513.713t2.85%201.924t1.925%202.85T21%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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