settings backup restore icon

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

Name
settings-backup-restore
Set
Material Symbols Light
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 Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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="M11.962 13q-.402 0-.701-.299t-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299m0 7q-3.052 0-5.314-1.999T4.031 13h1.011q.408 2.58 2.361 4.29T11.962 19q2.925 0 4.962-2.037T18.962 12t-2.038-4.963T11.962 5q-1.553 0-2.918.656q-1.365.655-2.41 1.805h2.481v1H4.962V4.309h1v2.388q1.16-1.273 2.718-1.984T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118t-.626 3.118t-1.714 2.542t-2.542 1.714t-3.118.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSettingsBackupRestore(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="M11.962 13q-.402 0-.701-.299t-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299m0 7q-3.052 0-5.314-1.999T4.031 13h1.011q.408 2.58 2.361 4.29T11.962 19q2.925 0 4.962-2.037T18.962 12t-2.038-4.963T11.962 5q-1.553 0-2.918.656q-1.365.655-2.41 1.805h2.481v1H4.962V4.309h1v2.388q1.16-1.273 2.718-1.984T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118t-.626 3.118t-1.714 2.542t-2.542 1.714t-3.118.626"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 13q-.402 0-.701-.299t-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299m0 7q-3.052 0-5.314-1.999T4.031 13h1.011q.408 2.58 2.361 4.29T11.962 19q2.925 0 4.962-2.037T18.962 12t-2.038-4.963T11.962 5q-1.553 0-2.918.656q-1.365.655-2.41 1.805h2.481v1H4.962V4.309h1v2.388q1.16-1.273 2.718-1.984T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118t-.626 3.118t-1.714 2.542t-2.542 1.714t-3.118.626"/></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%22M11.962%2013q-.402%200-.701-.299t-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299m0%207q-3.052%200-5.314-1.999T4.031%2013h1.011q.408%202.58%202.361%204.29T11.962%2019q2.925%200%204.962-2.037T18.962%2012t-2.038-4.963T11.962%205q-1.553%200-2.918.656q-1.365.655-2.41%201.805h2.481v1H4.962V4.309h1v2.388q1.16-1.273%202.718-1.984T11.962%204q1.663%200%203.118.626t2.542%201.714t1.714%202.542t.626%203.118t-.626%203.118t-1.714%202.542t-2.542%201.714t-3.118.626%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%22M11.962%2013q-.402%200-.701-.299t-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299m0%207q-3.052%200-5.314-1.999T4.031%2013h1.011q.408%202.58%202.361%204.29T11.962%2019q2.925%200%204.962-2.037T18.962%2012t-2.038-4.963T11.962%205q-1.553%200-2.918.656q-1.365.655-2.41%201.805h2.481v1H4.962V4.309h1v2.388q1.16-1.273%202.718-1.984T11.962%204q1.663%200%203.118.626t2.542%201.714t1.714%202.542t.626%203.118t-.626%203.118t-1.714%202.542t-2.542%201.714t-3.118.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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