remove done icon
remove-done-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- remove-done-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- remove-done-outline-rounded
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.125 21.1l-5.9-5.9l-2.15 2.15q-.3.3-.7.3t-.7-.3l-4.25-4.25q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287l3.525 3.525l1.4-1.4l-9.65-9.65q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L22.525 19.7q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-15.1-3.75l-4.25-4.25q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.55 3.55l1.4 1.4l-.7.7q-.3.3-.7.3t-.7-.3m12-4.95l-1.4-1.4l4.225-4.225q.275-.275.675-.287t.7.262t.313.7t-.288.725zm-2.85-2.85l-1.4-1.4l1.45-1.45q.275-.275.7-.275t.7.275t.275.7t-.275.7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRemoveDoneRounded(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.125 21.1l-5.9-5.9l-2.15 2.15q-.3.3-.7.3t-.7-.3l-4.25-4.25q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287l3.525 3.525l1.4-1.4l-9.65-9.65q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L22.525 19.7q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-15.1-3.75l-4.25-4.25q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.55 3.55l1.4 1.4l-.7.7q-.3.3-.7.3t-.7-.3m12-4.95l-1.4-1.4l4.225-4.225q.275-.275.675-.287t.7.262t.313.7t-.288.725zm-2.85-2.85l-1.4-1.4l1.45-1.45q.275-.275.7-.275t.7.275t.275.7t-.275.7z"/></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.125 21.1l-5.9-5.9l-2.15 2.15q-.3.3-.7.3t-.7-.3l-4.25-4.25q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287l3.525 3.525l1.4-1.4l-9.65-9.65q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L22.525 19.7q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-15.1-3.75l-4.25-4.25q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.55 3.55l1.4 1.4l-.7.7q-.3.3-.7.3t-.7-.3m12-4.95l-1.4-1.4l4.225-4.225q.275-.275.675-.287t.7.262t.313.7t-.288.725zm-2.85-2.85l-1.4-1.4l1.45-1.45q.275-.275.7-.275t.7.275t.275.7t-.275.7z"/></svg> </template>
CSS
.icon-remove-done-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%22m21.125%2021.1l-5.9-5.9l-2.15%202.15q-.3.3-.7.3t-.7-.3l-4.25-4.25q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287l3.525%203.525l1.4-1.4l-9.65-9.65q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L22.525%2019.7q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-15.1-3.75l-4.25-4.25q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.55%203.55l1.4%201.4l-.7.7q-.3.3-.7.3t-.7-.3m12-4.95l-1.4-1.4l4.225-4.225q.275-.275.675-.287t.7.262t.313.7t-.288.725zm-2.85-2.85l-1.4-1.4l1.45-1.45q.275-.275.7-.275t.7.275t.275.7t-.275.7z%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.125%2021.1l-5.9-5.9l-2.15%202.15q-.3.3-.7.3t-.7-.3l-4.25-4.25q-.3-.3-.287-.7t.287-.7q.3-.3.713-.312t.712.287l3.525%203.525l1.4-1.4l-9.65-9.65q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L22.525%2019.7q.275.275.275.7t-.275.7t-.7.275t-.7-.275m-15.1-3.75l-4.25-4.25q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.55%203.55l1.4%201.4l-.7.7q-.3.3-.7.3t-.7-.3m12-4.95l-1.4-1.4l4.225-4.225q.275-.275.675-.287t.7.262t.313.7t-.288.725zm-2.85-2.85l-1.4-1.4l1.45-1.45q.275-.275.7-.275t.7.275t.275.7t-.275.7z%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-rounded.svg?color=%231a73e8&size=48