Back to Explorer
16 - 512
0.5 - 4.0
Save to
contentoutline
md clear
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdClearIcon = (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="M0 0h24v24H0V0z" fill="none"/><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/>
</svg>
);SVG Optimizer
Before
0.34 KB
↓
After
0.34 KB
Tags
abortactionalertbackcancelcancel buttonclearcloseconfirmationcorrectcrossdeletedelete buttondialog closedismisseraseerrorexitexit buttoninterface controlmodal closemultiplynotificationremoveremove itemstoptimeswarningwindow closexx mark
Compare Alternatives
See how other libraries approach this concept.