Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md edit note
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdEditNoteIcon = (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="M3,10h11v2H3V10z M3,8h11V6H3V8z M3,16h7v-2H3V16z M18.01,12.87l0.71-0.71c0.39-0.39,1.02-0.39,1.41,0l0.71,0.71 c0.39,0.39,0.39,1.02,0,1.41l-0.71,0.71L18.01,12.87z M17.3,13.58l-5.3,5.3V21h2.12l5.3-5.3L17.3,13.58z"/>
</svg>
);SVG Optimizer
Before
0.40 KB
↓
After
0.40 KB
Tags
changescomposecompose notecorrectionscreatecreate documentcreate notedocumentdrafteditedit documentedit fileedit texteditingeditorfileinputlinesmemomodifynewnew documentnotenotepadpaperpenpencilrevisiontextwritewritingwriting tool
Compare Alternatives
See how other libraries approach this concept.