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

Name
auto-delete-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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 6v13zm0 15q-.825 0-1.412-.587T5 19V6h-.025q-.425 0-.7-.288T4 5t.288-.712T5 4h4q0-.425.288-.712T10 3h4q.425 0 .713.288T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6v3.5q0 .425-.288.713T18 10.5t-.712-.288T17 9.5V6H7v13h2.675q.425 0 .713.288t.287.712q0 .4-.288.7t-.712.3zM9.288 8.288Q9 8.575 9 9v7q0 .425.288.713T10 17t.713-.288T11 16V9q0-.425-.288-.712T10 8t-.712.288m4 0Q13 8.575 13 9v1.5q0 .425.288.713T14 11.5t.713-.288T15 10.5V9q0-.425-.288-.712T14 8t-.712.288m.174 12.25Q12 19.075 12 17t1.463-3.537T17 12q1.025 0 1.938.4t1.587 1.075t1.075 1.588T22 17q0 2.075-1.463 3.538T17 22t-3.537-1.463M17.5 16.8v-2.3q0-.2-.15-.35T17 14t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.5 1.5q.15.15.35.15T19 19t.15-.35t-.15-.35z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoDeleteOutlineRounded(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 6v13zm0 15q-.825 0-1.412-.587T5 19V6h-.025q-.425 0-.7-.288T4 5t.288-.712T5 4h4q0-.425.288-.712T10 3h4q.425 0 .713.288T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6v3.5q0 .425-.288.713T18 10.5t-.712-.288T17 9.5V6H7v13h2.675q.425 0 .713.288t.287.712q0 .4-.288.7t-.712.3zM9.288 8.288Q9 8.575 9 9v7q0 .425.288.713T10 17t.713-.288T11 16V9q0-.425-.288-.712T10 8t-.712.288m4 0Q13 8.575 13 9v1.5q0 .425.288.713T14 11.5t.713-.288T15 10.5V9q0-.425-.288-.712T14 8t-.712.288m.174 12.25Q12 19.075 12 17t1.463-3.537T17 12q1.025 0 1.938.4t1.587 1.075t1.075 1.588T22 17q0 2.075-1.463 3.538T17 22t-3.537-1.463M17.5 16.8v-2.3q0-.2-.15-.35T17 14t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.5 1.5q.15.15.35.15T19 19t.15-.35t-.15-.35z"/></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 6v13zm0 15q-.825 0-1.412-.587T5 19V6h-.025q-.425 0-.7-.288T4 5t.288-.712T5 4h4q0-.425.288-.712T10 3h4q.425 0 .713.288T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6v3.5q0 .425-.288.713T18 10.5t-.712-.288T17 9.5V6H7v13h2.675q.425 0 .713.288t.287.712q0 .4-.288.7t-.712.3zM9.288 8.288Q9 8.575 9 9v7q0 .425.288.713T10 17t.713-.288T11 16V9q0-.425-.288-.712T10 8t-.712.288m4 0Q13 8.575 13 9v1.5q0 .425.288.713T14 11.5t.713-.288T15 10.5V9q0-.425-.288-.712T14 8t-.712.288m.174 12.25Q12 19.075 12 17t1.463-3.537T17 12q1.025 0 1.938.4t1.587 1.075t1.075 1.588T22 17q0 2.075-1.463 3.538T17 22t-3.537-1.463M17.5 16.8v-2.3q0-.2-.15-.35T17 14t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.5 1.5q.15.15.35.15T19 19t.15-.35t-.15-.35z"/></svg>
</template>

CSS

.icon-auto-delete-outline-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%206v13zm0%2015q-.825%200-1.412-.587T5%2019V6h-.025q-.425%200-.7-.288T4%205t.288-.712T5%204h4q0-.425.288-.712T10%203h4q.425%200%20.713.288T15%204h4q.425%200%20.713.288T20%205t-.288.713T19%206v3.5q0%20.425-.288.713T18%2010.5t-.712-.288T17%209.5V6H7v13h2.675q.425%200%20.713.288t.287.712q0%20.4-.288.7t-.712.3zM9.288%208.288Q9%208.575%209%209v7q0%20.425.288.713T10%2017t.713-.288T11%2016V9q0-.425-.288-.712T10%208t-.712.288m4%200Q13%208.575%2013%209v1.5q0%20.425.288.713T14%2011.5t.713-.288T15%2010.5V9q0-.425-.288-.712T14%208t-.712.288m.174%2012.25Q12%2019.075%2012%2017t1.463-3.537T17%2012q1.025%200%201.938.4t1.587%201.075t1.075%201.588T22%2017q0%202.075-1.463%203.538T17%2022t-3.537-1.463M17.5%2016.8v-2.3q0-.2-.15-.35T17%2014t-.35.15t-.15.35v2.275q0%20.2.075.388t.225.337l1.5%201.5q.15.15.35.15T19%2019t.15-.35t-.15-.35z%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%206v13zm0%2015q-.825%200-1.412-.587T5%2019V6h-.025q-.425%200-.7-.288T4%205t.288-.712T5%204h4q0-.425.288-.712T10%203h4q.425%200%20.713.288T15%204h4q.425%200%20.713.288T20%205t-.288.713T19%206v3.5q0%20.425-.288.713T18%2010.5t-.712-.288T17%209.5V6H7v13h2.675q.425%200%20.713.288t.287.712q0%20.4-.288.7t-.712.3zM9.288%208.288Q9%208.575%209%209v7q0%20.425.288.713T10%2017t.713-.288T11%2016V9q0-.425-.288-.712T10%208t-.712.288m4%200Q13%208.575%2013%209v1.5q0%20.425.288.713T14%2011.5t.713-.288T15%2010.5V9q0-.425-.288-.712T14%208t-.712.288m.174%2012.25Q12%2019.075%2012%2017t1.463-3.537T17%2012q1.025%200%201.938.4t1.587%201.075t1.075%201.588T22%2017q0%202.075-1.463%203.538T17%2022t-3.537-1.463M17.5%2016.8v-2.3q0-.2-.15-.35T17%2014t-.35.15t-.15.35v2.275q0%20.2.075.388t.225.337l1.5%201.5q.15.15.35.15T19%2019t.15-.35t-.15-.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/auto-delete-outline-rounded.svg?color=%231a73e8&size=48