restore page icon
restore-page-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- restore-page-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="M9.43 11.058q.387-.546 1.064-.927T12 9.75q1.35 0 2.3.95t.95 2.3t-.95 2.3t-2.3.95q-.977 0-1.743-.508t-1.172-1.329q-.074-.16-.246-.237q-.172-.078-.35-.01q-.185.067-.25.244q-.064.178.015.338q.523 1.12 1.527 1.753t2.219.633q1.72 0 2.927-1.207T16.135 13t-1.208-2.927T12 8.866q-1.065 0-1.852.465q-.786.465-1.321 1.065V9.134q0-.19-.126-.316t-.316-.126t-.317.126t-.126.316v2.193q0 .248.184.432q.184.183.432.183h2.192q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126zM6.617 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h6.29q.323 0 .628.13q.305.132.522.349l4.465 4.465q.218.218.348.522q.131.305.131.628v10.29q0 .691-.462 1.154T17.384 21zm0-1h10.769q.23 0 .423-.192t.192-.424V8.85L13.15 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192M6 20V4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRestorePageOutlineRounded(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="M9.43 11.058q.387-.546 1.064-.927T12 9.75q1.35 0 2.3.95t.95 2.3t-.95 2.3t-2.3.95q-.977 0-1.743-.508t-1.172-1.329q-.074-.16-.246-.237q-.172-.078-.35-.01q-.185.067-.25.244q-.064.178.015.338q.523 1.12 1.527 1.753t2.219.633q1.72 0 2.927-1.207T16.135 13t-1.208-2.927T12 8.866q-1.065 0-1.852.465q-.786.465-1.321 1.065V9.134q0-.19-.126-.316t-.316-.126t-.317.126t-.126.316v2.193q0 .248.184.432q.184.183.432.183h2.192q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126zM6.617 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h6.29q.323 0 .628.13q.305.132.522.349l4.465 4.465q.218.218.348.522q.131.305.131.628v10.29q0 .691-.462 1.154T17.384 21zm0-1h10.769q.23 0 .423-.192t.192-.424V8.85L13.15 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192M6 20V4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.43 11.058q.387-.546 1.064-.927T12 9.75q1.35 0 2.3.95t.95 2.3t-.95 2.3t-2.3.95q-.977 0-1.743-.508t-1.172-1.329q-.074-.16-.246-.237q-.172-.078-.35-.01q-.185.067-.25.244q-.064.178.015.338q.523 1.12 1.527 1.753t2.219.633q1.72 0 2.927-1.207T16.135 13t-1.208-2.927T12 8.866q-1.065 0-1.852.465q-.786.465-1.321 1.065V9.134q0-.19-.126-.316t-.316-.126t-.317.126t-.126.316v2.193q0 .248.184.432q.184.183.432.183h2.192q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126zM6.617 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h6.29q.323 0 .628.13q.305.132.522.349l4.465 4.465q.218.218.348.522q.131.305.131.628v10.29q0 .691-.462 1.154T17.384 21zm0-1h10.769q.23 0 .423-.192t.192-.424V8.85L13.15 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192M6 20V4z"/></svg> </template>
CSS
.icon-restore-page-outline-rounded {
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%22M9.43%2011.058q.387-.546%201.064-.927T12%209.75q1.35%200%202.3.95t.95%202.3t-.95%202.3t-2.3.95q-.977%200-1.743-.508t-1.172-1.329q-.074-.16-.246-.237q-.172-.078-.35-.01q-.185.067-.25.244q-.064.178.015.338q.523%201.12%201.527%201.753t2.219.633q1.72%200%202.927-1.207T16.135%2013t-1.208-2.927T12%208.866q-1.065%200-1.852.465q-.786.465-1.321%201.065V9.134q0-.19-.126-.316t-.316-.126t-.317.126t-.126.316v2.193q0%20.248.184.432q.184.183.432.183h2.192q.19%200%20.316-.126q.126-.125.126-.316t-.126-.316t-.316-.126zM6.617%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h6.29q.323%200%20.628.13q.305.132.522.349l4.465%204.465q.218.218.348.522q.131.305.131.628v10.29q0%20.691-.462%201.154T17.384%2021zm0-1h10.769q.23%200%20.423-.192t.192-.424V8.85L13.15%204H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192M6%2020V4z%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%22M9.43%2011.058q.387-.546%201.064-.927T12%209.75q1.35%200%202.3.95t.95%202.3t-.95%202.3t-2.3.95q-.977%200-1.743-.508t-1.172-1.329q-.074-.16-.246-.237q-.172-.078-.35-.01q-.185.067-.25.244q-.064.178.015.338q.523%201.12%201.527%201.753t2.219.633q1.72%200%202.927-1.207T16.135%2013t-1.208-2.927T12%208.866q-1.065%200-1.852.465q-.786.465-1.321%201.065V9.134q0-.19-.126-.316t-.316-.126t-.317.126t-.126.316v2.193q0%20.248.184.432q.184.183.432.183h2.192q.19%200%20.316-.126q.126-.125.126-.316t-.126-.316t-.316-.126zM6.617%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h6.29q.323%200%20.628.13q.305.132.522.349l4.465%204.465q.218.218.348.522q.131.305.131.628v10.29q0%20.691-.462%201.154T17.384%2021zm0-1h10.769q.23%200%20.423-.192t.192-.424V8.85L13.15%204H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192M6%2020V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/restore-page-outline-rounded.svg?color=%231a73e8&size=48