restore bin icon
restore-bin from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- restore-bin
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the restore bin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="m19.5 5.5l-.5 6m-14.5-6l.605 10.037c.154 2.57.232 3.855.874 4.78a4 4 0 0 0 1.2 1.132c.582.356 1.284.496 2.321.551"/><path stroke-linejoin="round" d="m11 15.5l1.136 1.466a4 4 0 0 1 7.364-.901M21 20.5l-1.136-1.464a4 4 0 0 1-7.328.965"/><path d="M3 5.5h18m-4.944 0l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2 2 0 0 0-.275-.172C13.594 2 13.074 2 12.035 2c-1.066 0-1.599 0-2.04.234a2 2 0 0 0-.278.18c-.395.303-.616.788-1.058 1.757L8.053 5.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRestoreBin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="m19.5 5.5l-.5 6m-14.5-6l.605 10.037c.154 2.57.232 3.855.874 4.78a4 4 0 0 0 1.2 1.132c.582.356 1.284.496 2.321.551"/><path strokeLinejoin="round" d="m11 15.5l1.136 1.466a4 4 0 0 1 7.364-.901M21 20.5l-1.136-1.464a4 4 0 0 1-7.328.965"/><path d="M3 5.5h18m-4.944 0l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2 2 0 0 0-.275-.172C13.594 2 13.074 2 12.035 2c-1.066 0-1.599 0-2.04.234a2 2 0 0 0-.278.18c-.395.303-.616.788-1.058 1.757L8.053 5.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="m19.5 5.5l-.5 6m-14.5-6l.605 10.037c.154 2.57.232 3.855.874 4.78a4 4 0 0 0 1.2 1.132c.582.356 1.284.496 2.321.551"/><path stroke-linejoin="round" d="m11 15.5l1.136 1.466a4 4 0 0 1 7.364-.901M21 20.5l-1.136-1.464a4 4 0 0 1-7.328.965"/><path d="M3 5.5h18m-4.944 0l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2 2 0 0 0-.275-.172C13.594 2 13.074 2 12.035 2c-1.066 0-1.599 0-2.04.234a2 2 0 0 0-.278.18c-.395.303-.616.788-1.058 1.757L8.053 5.5"/></g></svg> </template>
CSS
.icon-restore-bin {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.5%205.5l-.5%206m-14.5-6l.605%2010.037c.154%202.57.232%203.855.874%204.78a4%204%200%200%200%201.2%201.132c.582.356%201.284.496%202.321.551%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m11%2015.5l1.136%201.466a4%204%200%200%201%207.364-.901M21%2020.5l-1.136-1.464a4%204%200%200%201-7.328.965%22%2F%3E%3Cpath%20d%3D%22M3%205.5h18m-4.944%200l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2%202%200%200%200-.275-.172C13.594%202%2013.074%202%2012.035%202c-1.066%200-1.599%200-2.04.234a2%202%200%200%200-.278.18c-.395.303-.616.788-1.058%201.757L8.053%205.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.5%205.5l-.5%206m-14.5-6l.605%2010.037c.154%202.57.232%203.855.874%204.78a4%204%200%200%200%201.2%201.132c.582.356%201.284.496%202.321.551%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m11%2015.5l1.136%201.466a4%204%200%200%201%207.364-.901M21%2020.5l-1.136-1.464a4%204%200%200%201-7.328.965%22%2F%3E%3Cpath%20d%3D%22M3%205.5h18m-4.944%200l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2%202%200%200%200-.275-.172C13.594%202%2013.074%202%2012.035%202c-1.066%200-1.599%200-2.04.234a2%202%200%200%200-.278.18c-.395.303-.616.788-1.058%201.757L8.053%205.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/restore-bin.svg?color=%231a73e8&size=48