scan delete icon
scan-delete-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- scan-delete-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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 4v5zv16v-.238V20zm0 18q-.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.762V11.6q0 .425-.288.713T19 12.6t-.712-.287T18 11.6V9h-3q-.825 0-1.412-.587T13 7V4H6v16h6.2q.425 0 .713.288T13.2 21t-.287.713T12.2 22zm12-2.575L16.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-.275z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScanDeleteOutlineRounded(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 4v5zv16v-.238V20zm0 18q-.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.762V11.6q0 .425-.288.713T19 12.6t-.712-.287T18 11.6V9h-3q-.825 0-1.412-.587T13 7V4H6v16h6.2q.425 0 .713.288T13.2 21t-.287.713T12.2 22zm12-2.575L16.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-.275z"/></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 4v5zv16v-.238V20zm0 18q-.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.762V11.6q0 .425-.288.713T19 12.6t-.712-.287T18 11.6V9h-3q-.825 0-1.412-.587T13 7V4H6v16h6.2q.425 0 .713.288T13.2 21t-.287.713T12.2 22zm12-2.575L16.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-.275z"/></svg> </template>
CSS
.icon-scan-delete-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%22M6%204v5zv16v-.238V20zm0%2018q-.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.762V11.6q0%20.425-.288.713T19%2012.6t-.712-.287T18%2011.6V9h-3q-.825%200-1.412-.587T13%207V4H6v16h6.2q.425%200%20.713.288T13.2%2021t-.287.713T12.2%2022zm12-2.575L16.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-.275z%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%204v5zv16v-.238V20zm0%2018q-.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.762V11.6q0%20.425-.288.713T19%2012.6t-.712-.287T18%2011.6V9h-3q-.825%200-1.412-.587T13%207V4H6v16h6.2q.425%200%20.713.288T13.2%2021t-.287.713T12.2%2022zm12-2.575L16.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-.275z%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-outline-rounded.svg?color=%231a73e8&size=48