restore-page-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
restore-page-sharp
Set
Material Symbols
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the 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="M12 17.75q1.95 0 3.35-1.4t1.4-3.35t-1.4-3.35T12 8.25q-.95 0-1.775.35t-1.475.95V8h-1.5v4.25h4.25v-1.5H9.7q.425-.45 1.025-.725T12 9.75q1.35 0 2.3.95t.95 2.3t-.95 2.3t-2.3.95q-1.1 0-1.925-.638T8.9 14H7.35q.35 1.625 1.638 2.688T12 17.75M4 22V2h10l6 6v14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRestorePageSharp(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 17.75q1.95 0 3.35-1.4t1.4-3.35t-1.4-3.35T12 8.25q-.95 0-1.775.35t-1.475.95V8h-1.5v4.25h4.25v-1.5H9.7q.425-.45 1.025-.725T12 9.75q1.35 0 2.3.95t.95 2.3t-.95 2.3t-2.3.95q-1.1 0-1.925-.638T8.9 14H7.35q.35 1.625 1.638 2.688T12 17.75M4 22V2h10l6 6v14z"/></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 17.75q1.95 0 3.35-1.4t1.4-3.35t-1.4-3.35T12 8.25q-.95 0-1.775.35t-1.475.95V8h-1.5v4.25h4.25v-1.5H9.7q.425-.45 1.025-.725T12 9.75q1.35 0 2.3.95t.95 2.3t-.95 2.3t-2.3.95q-1.1 0-1.925-.638T8.9 14H7.35q.35 1.625 1.638 2.688T12 17.75M4 22V2h10l6 6v14z"/></svg>
</template>

CSS

.icon-restore-page-sharp {
  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%2017.75q1.95%200%203.35-1.4t1.4-3.35t-1.4-3.35T12%208.25q-.95%200-1.775.35t-1.475.95V8h-1.5v4.25h4.25v-1.5H9.7q.425-.45%201.025-.725T12%209.75q1.35%200%202.3.95t.95%202.3t-.95%202.3t-2.3.95q-1.1%200-1.925-.638T8.9%2014H7.35q.35%201.625%201.638%202.688T12%2017.75M4%2022V2h10l6%206v14z%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%2017.75q1.95%200%203.35-1.4t1.4-3.35t-1.4-3.35T12%208.25q-.95%200-1.775.35t-1.475.95V8h-1.5v4.25h4.25v-1.5H9.7q.425-.45%201.025-.725T12%209.75q1.35%200%202.3.95t.95%202.3t-.95%202.3t-2.3.95q-1.1%200-1.925-.638T8.9%2014H7.35q.35%201.625%201.638%202.688T12%2017.75M4%2022V2h10l6%206v14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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