Back to Explorer
16 - 512
0.5 - 4.0
Save to
actionoutline
md close fullscreen
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdCloseFullscreenIcon = (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="M22,3.41l-5.29,5.29L20,12h-8V4l3.29,3.29L20.59,2L22,3.41z M3.41,22l5.29-5.29L12,20v-8H4l3.29,3.29L2,20.59L3.41,22z"/>
</svg>
);SVG Optimizer
Before
0.31 KB
↓
After
0.31 KB
Tags
actionarrowarrowsarrows inwardboxbuttonclosecollapsecontractcontrolcornersdiagonal arrowsdirectiondisplayexit fullscreenfullfullscreeninteractioninterfacemediaminimizemodepresentationrectanglereducerestorescreenshrinksquaresystemtogglevideoviewwindow
Compare Alternatives
See how other libraries approach this concept.