trash bin minimalistic 2 icon

trash-bin-minimalistic-2-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
trash-bin-minimalistic-2-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the trash bin minimalistic 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 6.52381C3 6.12932 3.32671 5.80952 3.72973 5.80952H8.51787C8.52437 4.9683 8.61554 3.81504 9.45037 3.01668C10.1074 2.38839 11.0081 2 12 2C12.9919 2 13.8926 2.38839 14.5496 3.01668C15.3844 3.81504 15.4756 4.9683 15.4821 5.80952H20.2703C20.6733 5.80952 21 6.12932 21 6.52381C21 6.9183 20.6733 7.2381 20.2703 7.2381H3.72973C3.32671 7.2381 3 6.9183 3 6.52381Z"/><path d="M11.6066 22H12.3935C15.101 22 16.4547 22 17.3349 21.1368C18.2151 20.2736 18.3052 18.8576 18.4853 16.0257L18.7448 11.9452C18.8425 10.4086 18.8913 9.64037 18.4498 9.15352C18.0082 8.66667 17.2625 8.66667 15.7712 8.66667H8.22884C6.7375 8.66667 5.99183 8.66667 5.55026 9.15352C5.1087 9.64037 5.15756 10.4086 5.25528 11.9452L5.51479 16.0257C5.69489 18.8576 5.78494 20.2736 6.66513 21.1368C7.54532 22 8.89906 22 11.6066 22Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTrashBinMinimalistic2Bold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 6.52381C3 6.12932 3.32671 5.80952 3.72973 5.80952H8.51787C8.52437 4.9683 8.61554 3.81504 9.45037 3.01668C10.1074 2.38839 11.0081 2 12 2C12.9919 2 13.8926 2.38839 14.5496 3.01668C15.3844 3.81504 15.4756 4.9683 15.4821 5.80952H20.2703C20.6733 5.80952 21 6.12932 21 6.52381C21 6.9183 20.6733 7.2381 20.2703 7.2381H3.72973C3.32671 7.2381 3 6.9183 3 6.52381Z"/><path d="M11.6066 22H12.3935C15.101 22 16.4547 22 17.3349 21.1368C18.2151 20.2736 18.3052 18.8576 18.4853 16.0257L18.7448 11.9452C18.8425 10.4086 18.8913 9.64037 18.4498 9.15352C18.0082 8.66667 17.2625 8.66667 15.7712 8.66667H8.22884C6.7375 8.66667 5.99183 8.66667 5.55026 9.15352C5.1087 9.64037 5.15756 10.4086 5.25528 11.9452L5.51479 16.0257C5.69489 18.8576 5.78494 20.2736 6.66513 21.1368C7.54532 22 8.89906 22 11.6066 22Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 6.52381C3 6.12932 3.32671 5.80952 3.72973 5.80952H8.51787C8.52437 4.9683 8.61554 3.81504 9.45037 3.01668C10.1074 2.38839 11.0081 2 12 2C12.9919 2 13.8926 2.38839 14.5496 3.01668C15.3844 3.81504 15.4756 4.9683 15.4821 5.80952H20.2703C20.6733 5.80952 21 6.12932 21 6.52381C21 6.9183 20.6733 7.2381 20.2703 7.2381H3.72973C3.32671 7.2381 3 6.9183 3 6.52381Z"/><path d="M11.6066 22H12.3935C15.101 22 16.4547 22 17.3349 21.1368C18.2151 20.2736 18.3052 18.8576 18.4853 16.0257L18.7448 11.9452C18.8425 10.4086 18.8913 9.64037 18.4498 9.15352C18.0082 8.66667 17.2625 8.66667 15.7712 8.66667H8.22884C6.7375 8.66667 5.99183 8.66667 5.55026 9.15352C5.1087 9.64037 5.15756 10.4086 5.25528 11.9452L5.51479 16.0257C5.69489 18.8576 5.78494 20.2736 6.66513 21.1368C7.54532 22 8.89906 22 11.6066 22Z"/></g></svg>
</template>

CSS

.icon-trash-bin-minimalistic-2-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M3%206.52381C3%206.12932%203.32671%205.80952%203.72973%205.80952H8.51787C8.52437%204.9683%208.61554%203.81504%209.45037%203.01668C10.1074%202.38839%2011.0081%202%2012%202C12.9919%202%2013.8926%202.38839%2014.5496%203.01668C15.3844%203.81504%2015.4756%204.9683%2015.4821%205.80952H20.2703C20.6733%205.80952%2021%206.12932%2021%206.52381C21%206.9183%2020.6733%207.2381%2020.2703%207.2381H3.72973C3.32671%207.2381%203%206.9183%203%206.52381Z%22%2F%3E%3Cpath%20d%3D%22M11.6066%2022H12.3935C15.101%2022%2016.4547%2022%2017.3349%2021.1368C18.2151%2020.2736%2018.3052%2018.8576%2018.4853%2016.0257L18.7448%2011.9452C18.8425%2010.4086%2018.8913%209.64037%2018.4498%209.15352C18.0082%208.66667%2017.2625%208.66667%2015.7712%208.66667H8.22884C6.7375%208.66667%205.99183%208.66667%205.55026%209.15352C5.1087%209.64037%205.15756%2010.4086%205.25528%2011.9452L5.51479%2016.0257C5.69489%2018.8576%205.78494%2020.2736%206.66513%2021.1368C7.54532%2022%208.89906%2022%2011.6066%2022Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M3%206.52381C3%206.12932%203.32671%205.80952%203.72973%205.80952H8.51787C8.52437%204.9683%208.61554%203.81504%209.45037%203.01668C10.1074%202.38839%2011.0081%202%2012%202C12.9919%202%2013.8926%202.38839%2014.5496%203.01668C15.3844%203.81504%2015.4756%204.9683%2015.4821%205.80952H20.2703C20.6733%205.80952%2021%206.12932%2021%206.52381C21%206.9183%2020.6733%207.2381%2020.2703%207.2381H3.72973C3.32671%207.2381%203%206.9183%203%206.52381Z%22%2F%3E%3Cpath%20d%3D%22M11.6066%2022H12.3935C15.101%2022%2016.4547%2022%2017.3349%2021.1368C18.2151%2020.2736%2018.3052%2018.8576%2018.4853%2016.0257L18.7448%2011.9452C18.8425%2010.4086%2018.8913%209.64037%2018.4498%209.15352C18.0082%208.66667%2017.2625%208.66667%2015.7712%208.66667H8.22884C6.7375%208.66667%205.99183%208.66667%205.55026%209.15352C5.1087%209.64037%205.15756%2010.4086%205.25528%2011.9452L5.51479%2016.0257C5.69489%2018.8576%205.78494%2020.2736%206.66513%2021.1368C7.54532%2022%208.89906%2022%2011.6066%2022Z%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/trash-bin-minimalistic-2-bold.svg?color=%231a73e8&size=48