twotone auto delete icon

twotone-auto-delete from Google Material Icons by Material Design Authors · Baseline · Alert · Apache-2.0 Free for personal and commercial use.

Name
twotone-auto-delete
Set
Google Material Icons
Style
Baseline
Category
Alert
Viewbox
24×24
License
Apache 2.0

More alert icons from Google Material Icons

Use the twotone 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="M12 7H4v10h5.08c-.05-.33-.08-.66-.08-1c0-2.38 1.19-4.47 3-5.74z" opacity=".3"/><path fill="currentColor" d="M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v12c0 1.1.9 2 2 2h5.68A6.999 6.999 0 0 0 23 16c0-3.87-3.13-7-7-7m-7 7c0 .34.03.67.08 1H4V7h8v3.26c-1.81 1.27-3 3.36-3 5.74m7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5"/><path fill="currentColor" d="M16.5 12H15v5l3.6 2.1l.8-1.2l-2.9-1.7z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneAutoDelete(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="M12 7H4v10h5.08c-.05-.33-.08-.66-.08-1c0-2.38 1.19-4.47 3-5.74z" opacity=".3"/><path fill="currentColor" d="M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v12c0 1.1.9 2 2 2h5.68A6.999 6.999 0 0 0 23 16c0-3.87-3.13-7-7-7m-7 7c0 .34.03.67.08 1H4V7h8v3.26c-1.81 1.27-3 3.36-3 5.74m7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5"/><path fill="currentColor" d="M16.5 12H15v5l3.6 2.1l.8-1.2l-2.9-1.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7H4v10h5.08c-.05-.33-.08-.66-.08-1c0-2.38 1.19-4.47 3-5.74z" opacity=".3"/><path fill="currentColor" d="M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v12c0 1.1.9 2 2 2h5.68A6.999 6.999 0 0 0 23 16c0-3.87-3.13-7-7-7m-7 7c0 .34.03.67.08 1H4V7h8v3.26c-1.81 1.27-3 3.36-3 5.74m7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5"/><path fill="currentColor" d="M16.5 12H15v5l3.6 2.1l.8-1.2l-2.9-1.7z"/></svg>
</template>

CSS

.icon-twotone-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%22M12%207H4v10h5.08c-.05-.33-.08-.66-.08-1c0-2.38%201.19-4.47%203-5.74z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202h-3.5l-1-1h-5l-1%201H1v2h14zm1%207c-.7%200-1.37.1-2%20.29V5H2v12c0%201.1.9%202%202%202h5.68A6.999%206.999%200%200%200%2023%2016c0-3.87-3.13-7-7-7m-7%207c0%20.34.03.67.08%201H4V7h8v3.26c-1.81%201.27-3%203.36-3%205.74m7%205c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2012H15v5l3.6%202.1l.8-1.2l-2.9-1.7z%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%22M12%207H4v10h5.08c-.05-.33-.08-.66-.08-1c0-2.38%201.19-4.47%203-5.74z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202h-3.5l-1-1h-5l-1%201H1v2h14zm1%207c-.7%200-1.37.1-2%20.29V5H2v12c0%201.1.9%202%202%202h5.68A6.999%206.999%200%200%200%2023%2016c0-3.87-3.13-7-7-7m-7%207c0%20.34.03.67.08%201H4V7h8v3.26c-1.81%201.27-3%203.36-3%205.74m7%205c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2012H15v5l3.6%202.1l.8-1.2l-2.9-1.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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