Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md align vertical center
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdAlignVerticalCenterIcon = (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}
>
<polygon points="22,11 17,11 17,6 14,6 14,11 10,11 10,3 7,3 7,11 1.84,11 1.84,13 7,13 7,21 10,21 10,13 14,13 14,18 17,18 17,13 22,13"/>
</svg>
);SVG Optimizer
Before
0.32 KB
↓
After
0.31 KB
Tags
alignalignmentarrangementblockscentercenteredcolumnscontentdistributedocumenteditorevenlyformatformattinggridlayoutlinesmiddleparagraphpositionrowsrulerulesspacingstyletexttypographyverticalwriting
Compare Alternatives
See how other libraries approach this concept.