Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md checklist
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdChecklistIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M22,7h-9v2h9V7z M22,15h-9v2h9V15z M5.54,11L2,7.46l1.41-1.41l2.12,2.12l4.24-4.24l1.41,1.41L5.54,11z M5.54,19L2,15.46 l1.41-1.41l2.12,2.12l4.24-4.24l1.41,1.41L5.54,19z"/>
</svg>
);SVG Optimizer
Before
0.36 KB
↓
After
0.36 KB
Tags
alignalignmentapprovecheckcheck markscheckedchecklistcheckmarkcompletecompleteddocdoneediteditingeditorentriesfinishedformatitemitemslinelineslistlist itemsmarknotesokorganizationplanningproductivityproject managementselectsheetspreadsheetsquaresquarestasktask listtextticktick marktick marksticksto do listtypevalidateverifiedwritingyes
Compare Alternatives
See how other libraries approach this concept.