remove done icon
remove-done-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- remove-done-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- remove-done-outline-rounded
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.471 20.696l-6.304-6.304L12.96 16.6q-.243.242-.566.242t-.565-.242L7.79 12.561q-.147-.145-.153-.344t.153-.363q.165-.165.356-.168q.192-.003.357.162l3.89 3.89l2.016-2.054l-9.843-9.842q-.146-.146-.152-.344t.152-.364q.166-.165.357-.168q.192-.003.357.163l16.88 16.879q.14.14.14.344t-.16.344q-.14.14-.334.14t-.335-.14M6.18 16.6l-4.04-4.039q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l3.896 3.896l.693-.692l.707.708l-.835.834q-.242.242-.565.242T6.18 16.6m11.096-4.315l-.708-.708l4.668-4.667q.14-.14.338-.153t.364.147t.168.354t-.163.36zm-2.85-2.812l-.708-.707l1.873-1.874q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRemoveDoneRounded(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.471 20.696l-6.304-6.304L12.96 16.6q-.243.242-.566.242t-.565-.242L7.79 12.561q-.147-.145-.153-.344t.153-.363q.165-.165.356-.168q.192-.003.357.162l3.89 3.89l2.016-2.054l-9.843-9.842q-.146-.146-.152-.344t.152-.364q.166-.165.357-.168q.192-.003.357.163l16.88 16.879q.14.14.14.344t-.16.344q-.14.14-.334.14t-.335-.14M6.18 16.6l-4.04-4.039q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l3.896 3.896l.693-.692l.707.708l-.835.834q-.242.242-.565.242T6.18 16.6m11.096-4.315l-.708-.708l4.668-4.667q.14-.14.338-.153t.364.147t.168.354t-.163.36zm-2.85-2.812l-.708-.707l1.873-1.874q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354z"/></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.471 20.696l-6.304-6.304L12.96 16.6q-.243.242-.566.242t-.565-.242L7.79 12.561q-.147-.145-.153-.344t.153-.363q.165-.165.356-.168q.192-.003.357.162l3.89 3.89l2.016-2.054l-9.843-9.842q-.146-.146-.152-.344t.152-.364q.166-.165.357-.168q.192-.003.357.163l16.88 16.879q.14.14.14.344t-.16.344q-.14.14-.334.14t-.335-.14M6.18 16.6l-4.04-4.039q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l3.896 3.896l.693-.692l.707.708l-.835.834q-.242.242-.565.242T6.18 16.6m11.096-4.315l-.708-.708l4.668-4.667q.14-.14.338-.153t.364.147t.168.354t-.163.36zm-2.85-2.812l-.708-.707l1.873-1.874q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354z"/></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.471%2020.696l-6.304-6.304L12.96%2016.6q-.243.242-.566.242t-.565-.242L7.79%2012.561q-.147-.145-.153-.344t.153-.363q.165-.165.356-.168q.192-.003.357.162l3.89%203.89l2.016-2.054l-9.843-9.842q-.146-.146-.152-.344t.152-.364q.166-.165.357-.168q.192-.003.357.163l16.88%2016.879q.14.14.14.344t-.16.344q-.14.14-.334.14t-.335-.14M6.18%2016.6l-4.04-4.039q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l3.896%203.896l.693-.692l.707.708l-.835.834q-.242.242-.565.242T6.18%2016.6m11.096-4.315l-.708-.708l4.668-4.667q.14-.14.338-.153t.364.147t.168.354t-.163.36zm-2.85-2.812l-.708-.707l1.873-1.874q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354z%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.471%2020.696l-6.304-6.304L12.96%2016.6q-.243.242-.566.242t-.565-.242L7.79%2012.561q-.147-.145-.153-.344t.153-.363q.165-.165.356-.168q.192-.003.357.162l3.89%203.89l2.016-2.054l-9.843-9.842q-.146-.146-.152-.344t.152-.364q.166-.165.357-.168q.192-.003.357.163l16.88%2016.879q.14.14.14.344t-.16.344q-.14.14-.334.14t-.335-.14M6.18%2016.6l-4.04-4.039q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l3.896%203.896l.693-.692l.707.708l-.835.834q-.242.242-.565.242T6.18%2016.6m11.096-4.315l-.708-.708l4.668-4.667q.14-.14.338-.153t.364.147t.168.354t-.163.36zm-2.85-2.812l-.708-.707l1.873-1.874q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354z%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-rounded.svg?color=%231a73e8&size=48