twotone restore page icon

twotone-restore-page from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-restore-page
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone restore page icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 4v16h12V8.83L13.17 4zm10.72 9c0 2.48-2.02 4.5-4.5 4.5a4.51 4.51 0 0 1-4.12-2.7h1.54c.57.81 1.51 1.35 2.58 1.35a3.15 3.15 0 1 0 0-6.3c-1.21 0-2.27.7-2.79 1.71L10.88 13h-3.6V9.4l1.17 1.17c.8-1.24 2.19-2.07 3.78-2.07c2.48 0 4.49 2.02 4.49 4.5" opacity=".3"/><path fill="currentColor" d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm4 18H6V4h7.17L18 8.83zm-9.55-9.43L7.28 9.4V13h3.6l-1.44-1.44a3.15 3.15 0 0 1 2.79-1.71a3.15 3.15 0 1 1 0 6.3a3.14 3.14 0 0 1-2.58-1.35H8.1a4.51 4.51 0 0 0 4.12 2.7c2.48 0 4.5-2.02 4.5-4.5s-2.02-4.5-4.5-4.5c-1.59 0-2.97.83-3.77 2.07"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneRestorePage(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 4v16h12V8.83L13.17 4zm10.72 9c0 2.48-2.02 4.5-4.5 4.5a4.51 4.51 0 0 1-4.12-2.7h1.54c.57.81 1.51 1.35 2.58 1.35a3.15 3.15 0 1 0 0-6.3c-1.21 0-2.27.7-2.79 1.71L10.88 13h-3.6V9.4l1.17 1.17c.8-1.24 2.19-2.07 3.78-2.07c2.48 0 4.49 2.02 4.49 4.5" opacity=".3"/><path fill="currentColor" d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm4 18H6V4h7.17L18 8.83zm-9.55-9.43L7.28 9.4V13h3.6l-1.44-1.44a3.15 3.15 0 0 1 2.79-1.71a3.15 3.15 0 1 1 0 6.3a3.14 3.14 0 0 1-2.58-1.35H8.1a4.51 4.51 0 0 0 4.12 2.7c2.48 0 4.5-2.02 4.5-4.5s-2.02-4.5-4.5-4.5c-1.59 0-2.97.83-3.77 2.07"/></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 4v16h12V8.83L13.17 4zm10.72 9c0 2.48-2.02 4.5-4.5 4.5a4.51 4.51 0 0 1-4.12-2.7h1.54c.57.81 1.51 1.35 2.58 1.35a3.15 3.15 0 1 0 0-6.3c-1.21 0-2.27.7-2.79 1.71L10.88 13h-3.6V9.4l1.17 1.17c.8-1.24 2.19-2.07 3.78-2.07c2.48 0 4.49 2.02 4.49 4.5" opacity=".3"/><path fill="currentColor" d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm4 18H6V4h7.17L18 8.83zm-9.55-9.43L7.28 9.4V13h3.6l-1.44-1.44a3.15 3.15 0 0 1 2.79-1.71a3.15 3.15 0 1 1 0 6.3a3.14 3.14 0 0 1-2.58-1.35H8.1a4.51 4.51 0 0 0 4.12 2.7c2.48 0 4.5-2.02 4.5-4.5s-2.02-4.5-4.5-4.5c-1.59 0-2.97.83-3.77 2.07"/></svg>
</template>

CSS

.icon-twotone-restore-page {
  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%204v16h12V8.83L13.17%204zm10.72%209c0%202.48-2.02%204.5-4.5%204.5a4.51%204.51%200%200%201-4.12-2.7h1.54c.57.81%201.51%201.35%202.58%201.35a3.15%203.15%200%201%200%200-6.3c-1.21%200-2.27.7-2.79%201.71L10.88%2013h-3.6V9.4l1.17%201.17c.8-1.24%202.19-2.07%203.78-2.07c2.48%200%204.49%202.02%204.49%204.5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8zm4%2018H6V4h7.17L18%208.83zm-9.55-9.43L7.28%209.4V13h3.6l-1.44-1.44a3.15%203.15%200%200%201%202.79-1.71a3.15%203.15%200%201%201%200%206.3a3.14%203.14%200%200%201-2.58-1.35H8.1a4.51%204.51%200%200%200%204.12%202.7c2.48%200%204.5-2.02%204.5-4.5s-2.02-4.5-4.5-4.5c-1.59%200-2.97.83-3.77%202.07%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%204v16h12V8.83L13.17%204zm10.72%209c0%202.48-2.02%204.5-4.5%204.5a4.51%204.51%200%200%201-4.12-2.7h1.54c.57.81%201.51%201.35%202.58%201.35a3.15%203.15%200%201%200%200-6.3c-1.21%200-2.27.7-2.79%201.71L10.88%2013h-3.6V9.4l1.17%201.17c.8-1.24%202.19-2.07%203.78-2.07c2.48%200%204.49%202.02%204.49%204.5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8zm4%2018H6V4h7.17L18%208.83zm-9.55-9.43L7.28%209.4V13h3.6l-1.44-1.44a3.15%203.15%200%200%201%202.79-1.71a3.15%203.15%200%201%201%200%206.3a3.14%203.14%200%200%201-2.58-1.35H8.1a4.51%204.51%200%200%200%204.12%202.7c2.48%200%204.5-2.02%204.5-4.5s-2.02-4.5-4.5-4.5c-1.59%200-2.97.83-3.77%202.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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