Controls

Stroke width2px
Size120px
Animated
Speed
trashdeleteremovediscardbinshakinganimated trash icon

Trash

Animated trash SVG icon for React and Next.js. Shakes a bin icon for delete, remove, and discard actions in lists and forms.

import Trash from "cssvg-icons/trash";

export default function App() {
  return (
    <Trash
      color="#ffffff"
      strokeWidth={2}
      size={120}
    />
  );
}

Details

AuthorHari

Missing something?

Need a variant of Trash or a different style? Open a GitHub issue and we'll add it to the queue.

Request a variant