scan-delete-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
scan-delete-outline
Set
Material Symbols Light
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M6 4v4zv16zm.616 17q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H14.5L19 7.5v4.812q-.244-.06-.494-.09t-.506-.03V8h-4V4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h5.831q.085.287.212.527t.296.473zm9.284-.134l-.688-.689l2.1-2.1l-2.1-2.1l.688-.689l2.1 2.1l2.1-2.1l.689.689l-2.075 2.1l2.075 2.1l-.689.689L18 18.79z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScanDeleteOutline(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="M6 4v4zv16zm.616 17q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H14.5L19 7.5v4.812q-.244-.06-.494-.09t-.506-.03V8h-4V4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h5.831q.085.287.212.527t.296.473zm9.284-.134l-.688-.689l2.1-2.1l-2.1-2.1l.688-.689l2.1 2.1l2.1-2.1l.689.689l-2.075 2.1l2.075 2.1l-.689.689L18 18.79z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 4v4zv16zm.616 17q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H14.5L19 7.5v4.812q-.244-.06-.494-.09t-.506-.03V8h-4V4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h5.831q.085.287.212.527t.296.473zm9.284-.134l-.688-.689l2.1-2.1l-2.1-2.1l.688-.689l2.1 2.1l2.1-2.1l.689.689l-2.075 2.1l2.075 2.1l-.689.689L18 18.79z"/></svg>
</template>

CSS

.icon-scan-delete-outline {
  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%22M6%204v4zv16zm.616%2017q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203H14.5L19%207.5v4.812q-.244-.06-.494-.09t-.506-.03V8h-4V4H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192h5.831q.085.287.212.527t.296.473zm9.284-.134l-.688-.689l2.1-2.1l-2.1-2.1l.688-.689l2.1%202.1l2.1-2.1l.689.689l-2.075%202.1l2.075%202.1l-.689.689L18%2018.79z%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%22M6%204v4zv16zm.616%2017q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203H14.5L19%207.5v4.812q-.244-.06-.494-.09t-.506-.03V8h-4V4H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192h5.831q.085.287.212.527t.296.473zm9.284-.134l-.688-.689l2.1-2.1l-2.1-2.1l.688-.689l2.1%202.1l2.1-2.1l.689.689l-2.075%202.1l2.075%202.1l-.689.689L18%2018.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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