delete forever icon
delete-forever-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- delete-forever-rounded
- Set
- Material Symbols Light
- Style
- 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 delete forever 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.472zM12 13.208l2.246 2.246q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708 12.5l2.246-2.246q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12 11.792L9.754 9.546q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354l2.246 2.246l-2.246 2.246q-.14.14-.15.344t.15.364t.354.16t.354-.16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDeleteForeverRounded(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.472zM12 13.208l2.246 2.246q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708 12.5l2.246-2.246q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12 11.792L9.754 9.546q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354l2.246 2.246l-2.246 2.246q-.14.14-.15.344t.15.364t.354.16t.354-.16z"/></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.472zM12 13.208l2.246 2.246q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708 12.5l2.246-2.246q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12 11.792L9.754 9.546q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354l2.246 2.246l-2.246 2.246q-.14.14-.15.344t.15.364t.354.16t.354-.16z"/></svg> </template>
CSS
.icon-delete-forever-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.472zM12%2013.208l2.246%202.246q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708%2012.5l2.246-2.246q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12%2011.792L9.754%209.546q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354l2.246%202.246l-2.246%202.246q-.14.14-.15.344t.15.364t.354.16t.354-.16z%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.472zM12%2013.208l2.246%202.246q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708%2012.5l2.246-2.246q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12%2011.792L9.754%209.546q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354l2.246%202.246l-2.246%202.246q-.14.14-.15.344t.15.364t.354.16t.354-.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/delete-forever-rounded.svg?color=%231a73e8&size=48