restore from trash icon
restore-from-trash-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- restore-from-trash-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the restore from trash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 20q-.672 0-1.144-.472T6 18.385V6h-.5q-.213 0-.357-.143T5 5.5t.143-.357T5.5 5H9q0-.31.23-.54t.54-.23h4.46q.31 0 .54.23T15 5h3.5q.214 0 .357.143T19 5.5t-.143.357T18.5 6H18v12.385q0 .67-.472 1.143q-.472.472-1.143.472zM17 6H7v12.385q0 .269.173.442t.443.173h8.769q.269 0 .442-.173t.173-.442zM7 6v13zm4.5 4.62v4.188q0 .213.143.357t.357.143t.357-.143t.143-.357v-4.189l1.746 1.74q.14.141.341.15q.202.01.367-.155q.16-.16.16-.354t-.16-.354l-2.388-2.388q-.243-.242-.566-.242t-.565.242l-2.389 2.388q-.14.14-.153.342t.153.366q.16.16.351.162q.192.003.357-.156z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRestoreFromTrashOutlineRounded(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="M7.616 20q-.672 0-1.144-.472T6 18.385V6h-.5q-.213 0-.357-.143T5 5.5t.143-.357T5.5 5H9q0-.31.23-.54t.54-.23h4.46q.31 0 .54.23T15 5h3.5q.214 0 .357.143T19 5.5t-.143.357T18.5 6H18v12.385q0 .67-.472 1.143q-.472.472-1.143.472zM17 6H7v12.385q0 .269.173.442t.443.173h8.769q.269 0 .442-.173t.173-.442zM7 6v13zm4.5 4.62v4.188q0 .213.143.357t.357.143t.357-.143t.143-.357v-4.189l1.746 1.74q.14.141.341.15q.202.01.367-.155q.16-.16.16-.354t-.16-.354l-2.388-2.388q-.243-.242-.566-.242t-.565.242l-2.389 2.388q-.14.14-.153.342t.153.366q.16.16.351.162q.192.003.357-.156z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 20q-.672 0-1.144-.472T6 18.385V6h-.5q-.213 0-.357-.143T5 5.5t.143-.357T5.5 5H9q0-.31.23-.54t.54-.23h4.46q.31 0 .54.23T15 5h3.5q.214 0 .357.143T19 5.5t-.143.357T18.5 6H18v12.385q0 .67-.472 1.143q-.472.472-1.143.472zM17 6H7v12.385q0 .269.173.442t.443.173h8.769q.269 0 .442-.173t.173-.442zM7 6v13zm4.5 4.62v4.188q0 .213.143.357t.357.143t.357-.143t.143-.357v-4.189l1.746 1.74q.14.141.341.15q.202.01.367-.155q.16-.16.16-.354t-.16-.354l-2.388-2.388q-.243-.242-.566-.242t-.565.242l-2.389 2.388q-.14.14-.153.342t.153.366q.16.16.351.162q.192.003.357-.156z"/></svg> </template>
CSS
.icon-restore-from-trash-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%22M7.616%2020q-.672%200-1.144-.472T6%2018.385V6h-.5q-.213%200-.357-.143T5%205.5t.143-.357T5.5%205H9q0-.31.23-.54t.54-.23h4.46q.31%200%20.54.23T15%205h3.5q.214%200%20.357.143T19%205.5t-.143.357T18.5%206H18v12.385q0%20.67-.472%201.143q-.472.472-1.143.472zM17%206H7v12.385q0%20.269.173.442t.443.173h8.769q.269%200%20.442-.173t.173-.442zM7%206v13zm4.5%204.62v4.188q0%20.213.143.357t.357.143t.357-.143t.143-.357v-4.189l1.746%201.74q.14.141.341.15q.202.01.367-.155q.16-.16.16-.354t-.16-.354l-2.388-2.388q-.243-.242-.566-.242t-.565.242l-2.389%202.388q-.14.14-.153.342t.153.366q.16.16.351.162q.192.003.357-.156z%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%22M7.616%2020q-.672%200-1.144-.472T6%2018.385V6h-.5q-.213%200-.357-.143T5%205.5t.143-.357T5.5%205H9q0-.31.23-.54t.54-.23h4.46q.31%200%20.54.23T15%205h3.5q.214%200%20.357.143T19%205.5t-.143.357T18.5%206H18v12.385q0%20.67-.472%201.143q-.472.472-1.143.472zM17%206H7v12.385q0%20.269.173.442t.443.173h8.769q.269%200%20.442-.173t.173-.442zM7%206v13zm4.5%204.62v4.188q0%20.213.143.357t.357.143t.357-.143t.143-.357v-4.189l1.746%201.74q.14.141.341.15q.202.01.367-.155q.16-.16.16-.354t-.16-.354l-2.388-2.388q-.243-.242-.566-.242t-.565.242l-2.389%202.388q-.14.14-.153.342t.153.366q.16.16.351.162q.192.003.357-.156z%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-from-trash-outline-rounded.svg?color=%231a73e8&size=48