Back to Explorer
16 - 512
0.5 - 4.0
Save to
actionoutline
md grading
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdGradingIcon = (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></g><g><path d="M4,7h16v2H4V7z M4,13h16v-2H4V13z M4,17h7v-2H4V17z M4,21h7v-2H4V21z M15.41,18.17L14,16.75l-1.41,1.41L15.41,21L20,16.42 L18.58,15L15.41,18.17z M4,3v2h16V3H4z"/></g>
</svg>
);SVG Optimizer
Before
0.36 KB
↓
After
0.36 KB
Tags
approvedassesscheckchecklistcompletedocumentdoneevaluationfailformgradegradinglistmarkmarkingpaperpassquality controlratingreportreviewscoresurveytallytask listtesttickto do listvalidationverification
Compare Alternatives
See how other libraries approach this concept.