auto delete icon
auto-delete-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- auto-delete-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the auto delete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 6v13zm3.866 14h-3.25q-.691 0-1.153-.462T6 18.384V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.497-.068t-.503-.02V6H7v12.385q0 .23.192.423t.423.192h2.839q.073.275.188.538q.116.262.223.462m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.482-.281q.268-.14.518-.227V8h-1zm.222 9.22Q12.154 19.017 12.154 17t1.414-3.432T17 12.154t3.432 1.414T21.846 17t-1.414 3.432T17 21.846t-3.432-1.414m5.082-1.236l.546-.546l-1.811-1.811v-2.723h-.77v3.046z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAutoDeleteOutline(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 6v13zm3.866 14h-3.25q-.691 0-1.153-.462T6 18.384V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.497-.068t-.503-.02V6H7v12.385q0 .23.192.423t.423.192h2.839q.073.275.188.538q.116.262.223.462m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.482-.281q.268-.14.518-.227V8h-1zm.222 9.22Q12.154 19.017 12.154 17t1.414-3.432T17 12.154t3.432 1.414T21.846 17t-1.414 3.432T17 21.846t-3.432-1.414m5.082-1.236l.546-.546l-1.811-1.811v-2.723h-.77v3.046z"/></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 6v13zm3.866 14h-3.25q-.691 0-1.153-.462T6 18.384V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.497-.068t-.503-.02V6H7v12.385q0 .23.192.423t.423.192h2.839q.073.275.188.538q.116.262.223.462m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.482-.281q.268-.14.518-.227V8h-1zm.222 9.22Q12.154 19.017 12.154 17t1.414-3.432T17 12.154t3.432 1.414T21.846 17t-1.414 3.432T17 21.846t-3.432-1.414m5.082-1.236l.546-.546l-1.811-1.811v-2.723h-.77v3.046z"/></svg> </template>
CSS
.icon-auto-delete-outline {
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%206v13zm3.866%2014h-3.25q-.691%200-1.153-.462T6%2018.384V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.497-.068t-.503-.02V6H7v12.385q0%20.23.192.423t.423.192h2.839q.073.275.188.538q.116.262.223.462m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.482-.281q.268-.14.518-.227V8h-1zm.222%209.22Q12.154%2019.017%2012.154%2017t1.414-3.432T17%2012.154t3.432%201.414T21.846%2017t-1.414%203.432T17%2021.846t-3.432-1.414m5.082-1.236l.546-.546l-1.811-1.811v-2.723h-.77v3.046z%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%206v13zm3.866%2014h-3.25q-.691%200-1.153-.462T6%2018.384V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.497-.068t-.503-.02V6H7v12.385q0%20.23.192.423t.423.192h2.839q.073.275.188.538q.116.262.223.462m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.482-.281q.268-.14.518-.227V8h-1zm.222%209.22Q12.154%2019.017%2012.154%2017t1.414-3.432T17%2012.154t3.432%201.414T21.846%2017t-1.414%203.432T17%2021.846t-3.432-1.414m5.082-1.236l.546-.546l-1.811-1.811v-2.723h-.77v3.046z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/auto-delete-outline.svg?color=%231a73e8&size=48