auto delete icon
auto-delete-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- auto-delete-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.616 20q-.667 0-1.141-.475T6 18.386V6h-.577q-.213 0-.356-.144t-.144-.357t.144-.356T5.423 5H9q0-.31.23-.54t.54-.23h4.46q.31 0 .54.23T15 5h3.577q.213 0 .356.144t.144.357t-.144.356t-.356.143H18v3.439q0 .309-.241.526q-.242.218-.557.2q-.046-.006-.098-.008q-.052-.003-.104-.003q-.673 0-1.346.13t-1.308.414V8.5q0-.213-.144-.356T13.846 8t-.356.144t-.144.356v2.712q-.927.598-1.612 1.443q-.686.845-1.08 1.86V8.5q0-.213-.144-.356Q10.366 8 10.153 8t-.356.144t-.143.356v8q0 .213.144.356t.356.144q0 .524.086 1.039t.245 1.011q.123.348-.086.649q-.208.301-.557.301zm5.952.428q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414 3.431-1.414t3.428 1.418t1.414 3.432t-1.418 3.428q-1.42 1.414-3.432 1.414t-3.428-1.418m3.817-3.581V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.333q0 .153.055.297q.056.143.187.274l1.519 1.519q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAutoDeleteRounded(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-.667 0-1.141-.475T6 18.386V6h-.577q-.213 0-.356-.144t-.144-.357t.144-.356T5.423 5H9q0-.31.23-.54t.54-.23h4.46q.31 0 .54.23T15 5h3.577q.213 0 .356.144t.144.357t-.144.356t-.356.143H18v3.439q0 .309-.241.526q-.242.218-.557.2q-.046-.006-.098-.008q-.052-.003-.104-.003q-.673 0-1.346.13t-1.308.414V8.5q0-.213-.144-.356T13.846 8t-.356.144t-.144.356v2.712q-.927.598-1.612 1.443q-.686.845-1.08 1.86V8.5q0-.213-.144-.356Q10.366 8 10.153 8t-.356.144t-.143.356v8q0 .213.144.356t.356.144q0 .524.086 1.039t.245 1.011q.123.348-.086.649q-.208.301-.557.301zm5.952.428q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414 3.431-1.414t3.428 1.418t1.414 3.432t-1.418 3.428q-1.42 1.414-3.432 1.414t-3.428-1.418m3.817-3.581V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.333q0 .153.055.297q.056.143.187.274l1.519 1.519q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273z"/></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-.667 0-1.141-.475T6 18.386V6h-.577q-.213 0-.356-.144t-.144-.357t.144-.356T5.423 5H9q0-.31.23-.54t.54-.23h4.46q.31 0 .54.23T15 5h3.577q.213 0 .356.144t.144.357t-.144.356t-.356.143H18v3.439q0 .309-.241.526q-.242.218-.557.2q-.046-.006-.098-.008q-.052-.003-.104-.003q-.673 0-1.346.13t-1.308.414V8.5q0-.213-.144-.356T13.846 8t-.356.144t-.144.356v2.712q-.927.598-1.612 1.443q-.686.845-1.08 1.86V8.5q0-.213-.144-.356Q10.366 8 10.153 8t-.356.144t-.143.356v8q0 .213.144.356t.356.144q0 .524.086 1.039t.245 1.011q.123.348-.086.649q-.208.301-.557.301zm5.952.428q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414 3.431-1.414t3.428 1.418t1.414 3.432t-1.418 3.428q-1.42 1.414-3.432 1.414t-3.428-1.418m3.817-3.581V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.333q0 .153.055.297q.056.143.187.274l1.519 1.519q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273z"/></svg> </template>
CSS
.icon-auto-delete-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-.667%200-1.141-.475T6%2018.386V6h-.577q-.213%200-.356-.144t-.144-.357t.144-.356T5.423%205H9q0-.31.23-.54t.54-.23h4.46q.31%200%20.54.23T15%205h3.577q.213%200%20.356.144t.144.357t-.144.356t-.356.143H18v3.439q0%20.309-.241.526q-.242.218-.557.2q-.046-.006-.098-.008q-.052-.003-.104-.003q-.673%200-1.346.13t-1.308.414V8.5q0-.213-.144-.356T13.846%208t-.356.144t-.144.356v2.712q-.927.598-1.612%201.443q-.686.845-1.08%201.86V8.5q0-.213-.144-.356Q10.366%208%2010.153%208t-.356.144t-.143.356v8q0%20.213.144.356t.356.144q0%20.524.086%201.039t.245%201.011q.123.348-.086.649q-.208.301-.557.301zm5.952.428q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414%203.431-1.414t3.428%201.418t1.414%203.432t-1.418%203.428q-1.42%201.414-3.432%201.414t-3.428-1.418m3.817-3.581V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.333q0%20.153.055.297q.056.143.187.274l1.519%201.519q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273z%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-.667%200-1.141-.475T6%2018.386V6h-.577q-.213%200-.356-.144t-.144-.357t.144-.356T5.423%205H9q0-.31.23-.54t.54-.23h4.46q.31%200%20.54.23T15%205h3.577q.213%200%20.356.144t.144.357t-.144.356t-.356.143H18v3.439q0%20.309-.241.526q-.242.218-.557.2q-.046-.006-.098-.008q-.052-.003-.104-.003q-.673%200-1.346.13t-1.308.414V8.5q0-.213-.144-.356T13.846%208t-.356.144t-.144.356v2.712q-.927.598-1.612%201.443q-.686.845-1.08%201.86V8.5q0-.213-.144-.356Q10.366%208%2010.153%208t-.356.144t-.143.356v8q0%20.213.144.356t.356.144q0%20.524.086%201.039t.245%201.011q.123.348-.086.649q-.208.301-.557.301zm5.952.428q-1.414-1.42-1.414-3.432t1.419-3.428q1.419-1.414%203.431-1.414t3.428%201.418t1.414%203.432t-1.418%203.428q-1.42%201.414-3.432%201.414t-3.428-1.418m3.817-3.581V14.5q0-.154-.112-.27q-.111-.114-.273-.114t-.273.115t-.111.269v2.333q0%20.153.055.297q.056.143.187.274l1.519%201.519q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273z%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-rounded.svg?color=%231a73e8&size=48