Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md format list bulleted
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdFormatListBulletedIcon = (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="M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"/>
</svg>
);SVG Optimizer
Before
0.50 KB
↓
After
0.50 KB
Tags
alignalignmentarrangementbullet listbulletedbulletscontentdisplaydocdocumentediteditingeditorenumerationformatformattingitemizeitemslayoutlistnotesorderorganizeoutlinepointsrich textselectionsequencesheetspreadsheetstructuretexttypeunorderedword processingwriting
Compare Alternatives
See how other libraries approach this concept.