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

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

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the delete sweep icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.73 18q-.69 0-1.152-.462t-.462-1.153V8H3.73q-.213 0-.356-.144t-.144-.357t.144-.356T3.73 7h3.115v-.115q0-.31.23-.54t.54-.23h1q.309 0 .539.23t.23.54V7H12.5q.213 0 .356.144t.144.357t-.144.356T12.5 8h-.385v8.385q0 .69-.462 1.153T10.5 18zm9.655-.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-4q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h4q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-4q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h5q.212 0 .356.144t.144.357t-.144.356t-.356.143zM5.115 8v8.385q0 .23.193.423T5.73 17h4.77q.23 0 .423-.192q.193-.193.193-.424V8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDeleteSweepOutlineRounded(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="M5.73 18q-.69 0-1.152-.462t-.462-1.153V8H3.73q-.213 0-.356-.144t-.144-.357t.144-.356T3.73 7h3.115v-.115q0-.31.23-.54t.54-.23h1q.309 0 .539.23t.23.54V7H12.5q.213 0 .356.144t.144.357t-.144.356T12.5 8h-.385v8.385q0 .69-.462 1.153T10.5 18zm9.655-.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-4q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h4q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-4q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h5q.212 0 .356.144t.144.357t-.144.356t-.356.143zM5.115 8v8.385q0 .23.193.423T5.73 17h4.77q.23 0 .423-.192q.193-.193.193-.424V8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.73 18q-.69 0-1.152-.462t-.462-1.153V8H3.73q-.213 0-.356-.144t-.144-.357t.144-.356T3.73 7h3.115v-.115q0-.31.23-.54t.54-.23h1q.309 0 .539.23t.23.54V7H12.5q.213 0 .356.144t.144.357t-.144.356T12.5 8h-.385v8.385q0 .69-.462 1.153T10.5 18zm9.655-.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-4q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h4q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-4q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h5q.212 0 .356.144t.144.357t-.144.356t-.356.143zM5.115 8v8.385q0 .23.193.423T5.73 17h4.77q.23 0 .423-.192q.193-.193.193-.424V8z"/></svg>
</template>

CSS

.icon-delete-sweep-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%22M5.73%2018q-.69%200-1.152-.462t-.462-1.153V8H3.73q-.213%200-.356-.144t-.144-.357t.144-.356T3.73%207h3.115v-.115q0-.31.23-.54t.54-.23h1q.309%200%20.539.23t.23.54V7H12.5q.213%200%20.356.144t.144.357t-.144.356T12.5%208h-.385v8.385q0%20.69-.462%201.153T10.5%2018zm9.655-.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm0-4q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h4q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm0-4q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h5q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM5.115%208v8.385q0%20.23.193.423T5.73%2017h4.77q.23%200%20.423-.192q.193-.193.193-.424V8z%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%22M5.73%2018q-.69%200-1.152-.462t-.462-1.153V8H3.73q-.213%200-.356-.144t-.144-.357t.144-.356T3.73%207h3.115v-.115q0-.31.23-.54t.54-.23h1q.309%200%20.539.23t.23.54V7H12.5q.213%200%20.356.144t.144.357t-.144.356T12.5%208h-.385v8.385q0%20.69-.462%201.153T10.5%2018zm9.655-.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm0-4q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h4q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm0-4q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h5q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM5.115%208v8.385q0%20.23.193.423T5.73%2017h4.77q.23%200%20.423-.192q.193-.193.193-.424V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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