paper bin icon

paper-bin-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
paper-bin-linear
Set
Solar
Style
Linear
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the paper 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-width="1.5"><path d="M3.03365 8.89004C2.55311 5.68645 2.31285 4.08466 3.21049 3.04233C4.10813 2 5.72784 2 8.96727 2H15.033C18.2724 2 19.8922 2 20.7898 3.04233C21.6874 4.08466 21.4472 5.68646 20.9666 8.89004L19.7666 16.89C19.401 19.3276 19.2182 20.5464 18.3743 21.2732C17.5303 22 16.2979 22 13.833 22H10.1673C7.7024 22 6.46997 22 5.62604 21.2732C4.78211 20.5464 4.59929 19.3276 4.23365 16.89L3.03365 8.89004Z"/><path stroke-linejoin="round" d="M8 6L3.5 11L11 19M14 6L4 16M20 6L7 19M13 19L20.5 11L16 6M10 6L20 16M4 6L17 19"/><path stroke-linecap="round" d="M21 6H3"/><path stroke-linecap="round" d="M19 19H5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPaperBinLinear(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" strokeWidth="1.5"><path d="M3.03365 8.89004C2.55311 5.68645 2.31285 4.08466 3.21049 3.04233C4.10813 2 5.72784 2 8.96727 2H15.033C18.2724 2 19.8922 2 20.7898 3.04233C21.6874 4.08466 21.4472 5.68646 20.9666 8.89004L19.7666 16.89C19.401 19.3276 19.2182 20.5464 18.3743 21.2732C17.5303 22 16.2979 22 13.833 22H10.1673C7.7024 22 6.46997 22 5.62604 21.2732C4.78211 20.5464 4.59929 19.3276 4.23365 16.89L3.03365 8.89004Z"/><path strokeLinejoin="round" d="M8 6L3.5 11L11 19M14 6L4 16M20 6L7 19M13 19L20.5 11L16 6M10 6L20 16M4 6L17 19"/><path strokeLinecap="round" d="M21 6H3"/><path strokeLinecap="round" d="M19 19H5"/></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-width="1.5"><path d="M3.03365 8.89004C2.55311 5.68645 2.31285 4.08466 3.21049 3.04233C4.10813 2 5.72784 2 8.96727 2H15.033C18.2724 2 19.8922 2 20.7898 3.04233C21.6874 4.08466 21.4472 5.68646 20.9666 8.89004L19.7666 16.89C19.401 19.3276 19.2182 20.5464 18.3743 21.2732C17.5303 22 16.2979 22 13.833 22H10.1673C7.7024 22 6.46997 22 5.62604 21.2732C4.78211 20.5464 4.59929 19.3276 4.23365 16.89L3.03365 8.89004Z"/><path stroke-linejoin="round" d="M8 6L3.5 11L11 19M14 6L4 16M20 6L7 19M13 19L20.5 11L16 6M10 6L20 16M4 6L17 19"/><path stroke-linecap="round" d="M21 6H3"/><path stroke-linecap="round" d="M19 19H5"/></g></svg>
</template>

CSS

.icon-paper-bin-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.03365%208.89004C2.55311%205.68645%202.31285%204.08466%203.21049%203.04233C4.10813%202%205.72784%202%208.96727%202H15.033C18.2724%202%2019.8922%202%2020.7898%203.04233C21.6874%204.08466%2021.4472%205.68646%2020.9666%208.89004L19.7666%2016.89C19.401%2019.3276%2019.2182%2020.5464%2018.3743%2021.2732C17.5303%2022%2016.2979%2022%2013.833%2022H10.1673C7.7024%2022%206.46997%2022%205.62604%2021.2732C4.78211%2020.5464%204.59929%2019.3276%204.23365%2016.89L3.03365%208.89004Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%206L3.5%2011L11%2019M14%206L4%2016M20%206L7%2019M13%2019L20.5%2011L16%206M10%206L20%2016M4%206L17%2019%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%206H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2019H5%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.03365%208.89004C2.55311%205.68645%202.31285%204.08466%203.21049%203.04233C4.10813%202%205.72784%202%208.96727%202H15.033C18.2724%202%2019.8922%202%2020.7898%203.04233C21.6874%204.08466%2021.4472%205.68646%2020.9666%208.89004L19.7666%2016.89C19.401%2019.3276%2019.2182%2020.5464%2018.3743%2021.2732C17.5303%2022%2016.2979%2022%2013.833%2022H10.1673C7.7024%2022%206.46997%2022%205.62604%2021.2732C4.78211%2020.5464%204.59929%2019.3276%204.23365%2016.89L3.03365%208.89004Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%206L3.5%2011L11%2019M14%206L4%2016M20%206L7%2019M13%2019L20.5%2011L16%206M10%206L20%2016M4%206L17%2019%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%206H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2019H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/paper-bin-linear.svg?color=%231a73e8&size=48