Back to Explorer
16 - 512
0.5 - 4.0
Save to
deviceoutline
md task
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdTaskIcon = (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}
>
<g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><path d="M14,2H6C4.9,2,4.01,2.9,4.01,4L4,20c0,1.1,0.89,2,1.99,2H18c1.1,0,2-0.9,2-2V8L14,2z M18,20H6V4h7v5h5V20z M8.82,13.05 L7.4,14.46L10.94,18l5.66-5.66l-1.41-1.41l-4.24,4.24L8.82,13.05z"/></g>
</svg>
);SVG Optimizer
Before
0.42 KB
↓
After
0.42 KB
Tags
acceptedagendaapproveassignmentboxcheckcheck boxchecklistcheckmarkcompleteconfirmeddatadocdocumentdonedrivefilefolderfolderslistmanagementmarkmemonotenotificationokorganizepagepaperplanproductivityprogressprojectreminderscheduleselectsheetslidesquaretasktickto dovalidateverifiedworkflowwritingyes
Compare Alternatives
See how other libraries approach this concept.