Back to Explorer
16 - 512
0.5 - 4.0
Save to
deviceoutline
md widgets
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdWidgetsIcon = (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="M16.66 4.52l2.83 2.83-2.83 2.83-2.83-2.83 2.83-2.83M9 5v4H5V5h4m10 10v4h-4v-4h4M9 15v4H5v-4h4m7.66-13.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65zM11 3H3v8h8V3zm10 10h-8v8h8v-8zm-10 0H3v8h8v-8z"/>
</svg>
);SVG Optimizer
Before
0.42 KB
↓
After
0.42 KB
Tags
addapparrangeblocksboxboxescomponentscustomizedashboarddisplayelementsgridlayoutmenumodulesmosaicoptionsorganizepanelspersonalizerearrangerectanglesremovesectionssettingsettingssquaresuiviewwidgets
Compare Alternatives
See how other libraries approach this concept.