Back to Explorer
16 - 512
0.5 - 4.0
Save to
actionoutline
md view column
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdViewColumnIcon = (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,5v14h18V5H3z M8.33,17H5V7h3.33V17z M13.67,17h-3.33V7h3.33V17z M19,17h-3.33V7H19V17z"/>
</svg>
);SVG Optimizer
Before
0.28 KB
↓
After
0.28 KB
Tags
alignmentarrangementcolumncolumnsdatadata displaydesigndisplaydividedivisionformatgridgrid viewinformation displaylayoutorganizepanepanelpartpresentationsectionsegmentsplitstructuretabletable layouttable viewverticalviewview columnview displaywebsitewindow
Compare Alternatives
See how other libraries approach this concept.