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

Name
auto-delete-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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 14H6V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02V6H7v13h3.454q.07.271.187.536q.117.264.224.464m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.481-.281q.27-.14.52-.227V8h-1zm.222 9.216q-1.414-1.42-1.414-3.432t1.418-3.428q1.42-1.414 3.432-1.414t3.428 1.419q1.414 1.419 1.414 3.431t-1.418 3.428t-3.432 1.414t-3.428-1.418m5.082-1.232l.546-.546l-1.811-1.804v-2.73h-.77v3.046z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAutoDeleteOutlineSharp(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 14H6V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02V6H7v13h3.454q.07.271.187.536q.117.264.224.464m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.481-.281q.27-.14.52-.227V8h-1zm.222 9.216q-1.414-1.42-1.414-3.432t1.418-3.428q1.42-1.414 3.432-1.414t3.428 1.419q1.414 1.419 1.414 3.431t-1.418 3.428t-3.432 1.414t-3.428-1.418m5.082-1.232l.546-.546l-1.811-1.804v-2.73h-.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 14H6V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02V6H7v13h3.454q.07.271.187.536q.117.264.224.464m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.481-.281q.27-.14.52-.227V8h-1zm.222 9.216q-1.414-1.42-1.414-3.432t1.418-3.428q1.42-1.414 3.432-1.414t3.428 1.419q1.414 1.419 1.414 3.431t-1.418 3.428t-3.432 1.414t-3.428-1.418m5.082-1.232l.546-.546l-1.811-1.804v-2.73h-.77v3.046z"/></svg>
</template>

CSS

.icon-auto-delete-outline-sharp {
  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%2014H6V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02V6H7v13h3.454q.07.271.187.536q.117.264.224.464m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.481-.281q.27-.14.52-.227V8h-1zm.222%209.216q-1.414-1.42-1.414-3.432t1.418-3.428q1.42-1.414%203.432-1.414t3.428%201.419q1.414%201.419%201.414%203.431t-1.418%203.428t-3.432%201.414t-3.428-1.418m5.082-1.232l.546-.546l-1.811-1.804v-2.73h-.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%2014H6V6H5V5h4v-.77h6V5h4v1h-1v4.242q-.213-.048-.494-.068t-.506-.02V6H7v13h3.454q.07.271.187.536q.117.264.224.464m-1.211-3h.5q0-1.056.25-1.78l.25-.724V8h-1zm3.692-5.788q.213-.14.481-.281q.27-.14.52-.227V8h-1zm.222%209.216q-1.414-1.42-1.414-3.432t1.418-3.428q1.42-1.414%203.432-1.414t3.428%201.419q1.414%201.419%201.414%203.431t-1.418%203.428t-3.432%201.414t-3.428-1.418m5.082-1.232l.546-.546l-1.811-1.804v-2.73h-.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-sharp.svg?color=%231a73e8&size=48