auto-delete from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
auto-delete
Set
Material Symbols Light
Style
Regular
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="M9 4.23h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02q-.623 0-1.36.148t-1.294.396V8h-1v3.212q-.857.534-1.6 1.449q-.742.914-1.092 1.855V8h-1v9h.5q0 .723.196 1.548T10.866 20h-3.25q-.691 0-1.153-.462T6 18.384V6H5V5h4zm8.004 7.924q2.013 0 3.428 1.419q1.414 1.419 1.414 3.431t-1.418 3.428t-3.432 1.414t-3.428-1.418q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414 3.431-1.414m-.388 1.962v3.046l2.034 2.034l.546-.546l-1.811-1.804v-2.73z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAutoDelete(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="M9 4.23h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02q-.623 0-1.36.148t-1.294.396V8h-1v3.212q-.857.534-1.6 1.449q-.742.914-1.092 1.855V8h-1v9h.5q0 .723.196 1.548T10.866 20h-3.25q-.691 0-1.153-.462T6 18.384V6H5V5h4zm8.004 7.924q2.013 0 3.428 1.419q1.414 1.419 1.414 3.431t-1.418 3.428t-3.432 1.414t-3.428-1.418q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414 3.431-1.414m-.388 1.962v3.046l2.034 2.034l.546-.546l-1.811-1.804v-2.73z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4.23h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02q-.623 0-1.36.148t-1.294.396V8h-1v3.212q-.857.534-1.6 1.449q-.742.914-1.092 1.855V8h-1v9h.5q0 .723.196 1.548T10.866 20h-3.25q-.691 0-1.153-.462T6 18.384V6H5V5h4zm8.004 7.924q2.013 0 3.428 1.419q1.414 1.419 1.414 3.431t-1.418 3.428t-3.432 1.414t-3.428-1.418q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414 3.431-1.414m-.388 1.962v3.046l2.034 2.034l.546-.546l-1.811-1.804v-2.73z"/></svg>
</template>

CSS

.icon-auto-delete {
  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%22M9%204.23h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02q-.623%200-1.36.148t-1.294.396V8h-1v3.212q-.857.534-1.6%201.449q-.742.914-1.092%201.855V8h-1v9h.5q0%20.723.196%201.548T10.866%2020h-3.25q-.691%200-1.153-.462T6%2018.384V6H5V5h4zm8.004%207.924q2.013%200%203.428%201.419q1.414%201.419%201.414%203.431t-1.418%203.428t-3.432%201.414t-3.428-1.418q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414%203.431-1.414m-.388%201.962v3.046l2.034%202.034l.546-.546l-1.811-1.804v-2.73z%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%22M9%204.23h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02q-.623%200-1.36.148t-1.294.396V8h-1v3.212q-.857.534-1.6%201.449q-.742.914-1.092%201.855V8h-1v9h.5q0%20.723.196%201.548T10.866%2020h-3.25q-.691%200-1.153-.462T6%2018.384V6H5V5h4zm8.004%207.924q2.013%200%203.428%201.419q1.414%201.419%201.414%203.431t-1.418%203.428t-3.432%201.414t-3.428-1.418q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414%203.431-1.414m-.388%201.962v3.046l2.034%202.034l.546-.546l-1.811-1.804v-2.73z%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.svg?color=%231a73e8&size=48