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

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

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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 19q-.825 0-1.412-.587T3 17V8q-.425 0-.712-.288T2 7t.288-.712T3 6h3v-.5q0-.425.288-.712T7 4.5h2q.425 0 .713.288T10 5.5V6h3q.425 0 .713.288T14 7t-.288.713T13 8v9q0 .825-.587 1.413T11 19zm11-1q-.425 0-.712-.288T15 17t.288-.712T16 16h2q.425 0 .713.288T19 17t-.288.713T18 18zm0-4q-.425 0-.712-.288T15 13t.288-.712T16 12h4q.425 0 .713.288T21 13t-.288.713T20 14zm0-4q-.425 0-.712-.288T15 9t.288-.712T16 8h5q.425 0 .713.288T22 9t-.288.713T21 10z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDeleteSweepRounded(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 19q-.825 0-1.412-.587T3 17V8q-.425 0-.712-.288T2 7t.288-.712T3 6h3v-.5q0-.425.288-.712T7 4.5h2q.425 0 .713.288T10 5.5V6h3q.425 0 .713.288T14 7t-.288.713T13 8v9q0 .825-.587 1.413T11 19zm11-1q-.425 0-.712-.288T15 17t.288-.712T16 16h2q.425 0 .713.288T19 17t-.288.713T18 18zm0-4q-.425 0-.712-.288T15 13t.288-.712T16 12h4q.425 0 .713.288T21 13t-.288.713T20 14zm0-4q-.425 0-.712-.288T15 9t.288-.712T16 8h5q.425 0 .713.288T22 9t-.288.713T21 10z"/></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 19q-.825 0-1.412-.587T3 17V8q-.425 0-.712-.288T2 7t.288-.712T3 6h3v-.5q0-.425.288-.712T7 4.5h2q.425 0 .713.288T10 5.5V6h3q.425 0 .713.288T14 7t-.288.713T13 8v9q0 .825-.587 1.413T11 19zm11-1q-.425 0-.712-.288T15 17t.288-.712T16 16h2q.425 0 .713.288T19 17t-.288.713T18 18zm0-4q-.425 0-.712-.288T15 13t.288-.712T16 12h4q.425 0 .713.288T21 13t-.288.713T20 14zm0-4q-.425 0-.712-.288T15 9t.288-.712T16 8h5q.425 0 .713.288T22 9t-.288.713T21 10z"/></svg>
</template>

CSS

.icon-delete-sweep-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%2019q-.825%200-1.412-.587T3%2017V8q-.425%200-.712-.288T2%207t.288-.712T3%206h3v-.5q0-.425.288-.712T7%204.5h2q.425%200%20.713.288T10%205.5V6h3q.425%200%20.713.288T14%207t-.288.713T13%208v9q0%20.825-.587%201.413T11%2019zm11-1q-.425%200-.712-.288T15%2017t.288-.712T16%2016h2q.425%200%20.713.288T19%2017t-.288.713T18%2018zm0-4q-.425%200-.712-.288T15%2013t.288-.712T16%2012h4q.425%200%20.713.288T21%2013t-.288.713T20%2014zm0-4q-.425%200-.712-.288T15%209t.288-.712T16%208h5q.425%200%20.713.288T22%209t-.288.713T21%2010z%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%2019q-.825%200-1.412-.587T3%2017V8q-.425%200-.712-.288T2%207t.288-.712T3%206h3v-.5q0-.425.288-.712T7%204.5h2q.425%200%20.713.288T10%205.5V6h3q.425%200%20.713.288T14%207t-.288.713T13%208v9q0%20.825-.587%201.413T11%2019zm11-1q-.425%200-.712-.288T15%2017t.288-.712T16%2016h2q.425%200%20.713.288T19%2017t-.288.713T18%2018zm0-4q-.425%200-.712-.288T15%2013t.288-.712T16%2012h4q.425%200%20.713.288T21%2013t-.288.713T20%2014zm0-4q-.425%200-.712-.288T15%209t.288-.712T16%208h5q.425%200%20.713.288T22%209t-.288.713T21%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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