scan-delete-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
scan-delete-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the scan delete icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 9h3l-5-5v3q0 .825.588 1.413T15 9m3 10.425L16.6 20.8q-.275.275-.687.288T15.2 20.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4 1.4l1.4-1.4q.275-.275.688-.287t.712.287q.275.275.275.7t-.275.7L19.425 18l1.375 1.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v2.725q0 .3-.238.475t-.537.1q-1.475-.325-2.925.1t-2.55 1.525q-.8.8-1.275 1.887T12 17.976q0 .725.175 1.45T12.7 20.8q.225.425.025.813T12.1 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScanDeleteRounded(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="M15 9h3l-5-5v3q0 .825.588 1.413T15 9m3 10.425L16.6 20.8q-.275.275-.687.288T15.2 20.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4 1.4l1.4-1.4q.275-.275.688-.287t.712.287q.275.275.275.7t-.275.7L19.425 18l1.375 1.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v2.725q0 .3-.238.475t-.537.1q-1.475-.325-2.925.1t-2.55 1.525q-.8.8-1.275 1.887T12 17.976q0 .725.175 1.45T12.7 20.8q.225.425.025.813T12.1 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 9h3l-5-5v3q0 .825.588 1.413T15 9m3 10.425L16.6 20.8q-.275.275-.687.288T15.2 20.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4 1.4l1.4-1.4q.275-.275.688-.287t.712.287q.275.275.275.7t-.275.7L19.425 18l1.375 1.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v2.725q0 .3-.238.475t-.537.1q-1.475-.325-2.925.1t-2.55 1.525q-.8.8-1.275 1.887T12 17.976q0 .725.175 1.45T12.7 20.8q.225.425.025.813T12.1 22z"/></svg>
</template>

CSS

.icon-scan-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%22M15%209h3l-5-5v3q0%20.825.588%201.413T15%209m3%2010.425L16.6%2020.8q-.275.275-.687.288T15.2%2020.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4%201.4l1.4-1.4q.275-.275.688-.287t.712.287q.275.275.275.7t-.275.7L19.425%2018l1.375%201.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM6%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h7.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v2.725q0%20.3-.238.475t-.537.1q-1.475-.325-2.925.1t-2.55%201.525q-.8.8-1.275%201.887T12%2017.976q0%20.725.175%201.45T12.7%2020.8q.225.425.025.813T12.1%2022z%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%22M15%209h3l-5-5v3q0%20.825.588%201.413T15%209m3%2010.425L16.6%2020.8q-.275.275-.687.288T15.2%2020.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4%201.4l1.4-1.4q.275-.275.688-.287t.712.287q.275.275.275.7t-.275.7L19.425%2018l1.375%201.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275zM6%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h7.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v2.725q0%20.3-.238.475t-.537.1q-1.475-.325-2.925.1t-2.55%201.525q-.8.8-1.275%201.887T12%2017.976q0%20.725.175%201.45T12.7%2020.8q.225.425.025.813T12.1%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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