remove done icon
remove-done from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- remove-done
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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.806 21.03l-6.639-6.638l-2.773 2.774l-4.958-4.958l.708-.72l4.25 4.25l2.015-2.053L4.214 3.489l.707-.72l17.593 17.593zM6.744 17.167l-4.957-4.958l.707-.708l4.25 4.25l.693-.692l.707.708zm10.531-4.881l-.708-.708l5.016-5.015l.719.696zm-2.85-2.812l-.708-.707l2.227-2.227l.708.707z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRemoveDone(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.806 21.03l-6.639-6.638l-2.773 2.774l-4.958-4.958l.708-.72l4.25 4.25l2.015-2.053L4.214 3.489l.707-.72l17.593 17.593zM6.744 17.167l-4.957-4.958l.707-.708l4.25 4.25l.693-.692l.707.708zm10.531-4.881l-.708-.708l5.016-5.015l.719.696zm-2.85-2.812l-.708-.707l2.227-2.227l.708.707z"/></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.806 21.03l-6.639-6.638l-2.773 2.774l-4.958-4.958l.708-.72l4.25 4.25l2.015-2.053L4.214 3.489l.707-.72l17.593 17.593zM6.744 17.167l-4.957-4.958l.707-.708l4.25 4.25l.693-.692l.707.708zm10.531-4.881l-.708-.708l5.016-5.015l.719.696zm-2.85-2.812l-.708-.707l2.227-2.227l.708.707z"/></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.806%2021.03l-6.639-6.638l-2.773%202.774l-4.958-4.958l.708-.72l4.25%204.25l2.015-2.053L4.214%203.489l.707-.72l17.593%2017.593zM6.744%2017.167l-4.957-4.958l.707-.708l4.25%204.25l.693-.692l.707.708zm10.531-4.881l-.708-.708l5.016-5.015l.719.696zm-2.85-2.812l-.708-.707l2.227-2.227l.708.707z%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.806%2021.03l-6.639-6.638l-2.773%202.774l-4.958-4.958l.708-.72l4.25%204.25l2.015-2.053L4.214%203.489l.707-.72l17.593%2017.593zM6.744%2017.167l-4.957-4.958l.707-.708l4.25%204.25l.693-.692l.707.708zm10.531-4.881l-.708-.708l5.016-5.015l.719.696zm-2.85-2.812l-.708-.707l2.227-2.227l.708.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/remove-done.svg?color=%231a73e8&size=48