Back to Explorer
16 - 512
0.5 - 4.0
Save to
navigationoutline
md fullscreen
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdFullscreenIcon = (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="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/>
</svg>
);SVG Optimizer
Before
0.31 KB
↓
After
0.31 KB
Tags
adjustappapplicationaspect ratiobigcinema modecomponentsdisplayenlargeexpandextendframefullfull screenfullscreenimmersiveinterfacemagnifymaximizemediamodemonitorpictureplayerpresentationscalescreensitesizestretchtoggleuiuxvideoviewwebwebsitewidewindowzoom
Compare Alternatives
See how other libraries approach this concept.