remove done icon
remove-done from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- remove-done
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- remove-done-outline, remove-done-outline-sharp, remove-done-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the remove done icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.825 21.8l-6.6-6.6l-2.85 2.85l-5.65-5.65l1.4-1.45l4.25 4.25l1.4-1.4L3.425 3.45L4.825 2l18.4 18.4zm-15.1-3.75l-5.65-5.65l1.4-1.4l4.25 4.25l1.4 1.4zm11.3-5.65l-1.4-1.4l4.9-4.9l1.45 1.35zm-2.85-2.85l-1.4-1.4L15.925 6l1.4 1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRemoveDone(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="m21.825 21.8l-6.6-6.6l-2.85 2.85l-5.65-5.65l1.4-1.45l4.25 4.25l1.4-1.4L3.425 3.45L4.825 2l18.4 18.4zm-15.1-3.75l-5.65-5.65l1.4-1.4l4.25 4.25l1.4 1.4zm11.3-5.65l-1.4-1.4l4.9-4.9l1.45 1.35zm-2.85-2.85l-1.4-1.4L15.925 6l1.4 1.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.825 21.8l-6.6-6.6l-2.85 2.85l-5.65-5.65l1.4-1.45l4.25 4.25l1.4-1.4L3.425 3.45L4.825 2l18.4 18.4zm-15.1-3.75l-5.65-5.65l1.4-1.4l4.25 4.25l1.4 1.4zm11.3-5.65l-1.4-1.4l4.9-4.9l1.45 1.35zm-2.85-2.85l-1.4-1.4L15.925 6l1.4 1.4z"/></svg> </template>
CSS
.icon-remove-done {
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%22m21.825%2021.8l-6.6-6.6l-2.85%202.85l-5.65-5.65l1.4-1.45l4.25%204.25l1.4-1.4L3.425%203.45L4.825%202l18.4%2018.4zm-15.1-3.75l-5.65-5.65l1.4-1.4l4.25%204.25l1.4%201.4zm11.3-5.65l-1.4-1.4l4.9-4.9l1.45%201.35zm-2.85-2.85l-1.4-1.4L15.925%206l1.4%201.4z%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%22m21.825%2021.8l-6.6-6.6l-2.85%202.85l-5.65-5.65l1.4-1.45l4.25%204.25l1.4-1.4L3.425%203.45L4.825%202l18.4%2018.4zm-15.1-3.75l-5.65-5.65l1.4-1.4l4.25%204.25l1.4%201.4zm11.3-5.65l-1.4-1.4l4.9-4.9l1.45%201.35zm-2.85-2.85l-1.4-1.4L15.925%206l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/remove-done.svg?color=%231a73e8&size=48