Back to Explorer
16 - 512
0.5 - 4.0
Save to
deviceoutline
md screen rotation
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdScreenRotationIcon = (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.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32zm-6.25-.77c-.59-.59-1.54-.59-2.12 0L1.75 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12L10.23 1.75zm4.6 19.44L2.81 9.17l6.36-6.36 12.02 12.02-6.36 6.36zm-7.31.29C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32z"/>
</svg>
);SVG Optimizer
Before
0.62 KB
↓
After
0.62 KB
Tags
AndroidOSadjustarrowarrowscirclecircularclockwisecontrolcounter clockwisedevicedirectionaldisplayhardwareiOSlandscapemobilemovementorientationphoneportraitrotaterotationroundscreensettingsswitchtablettoggleturnview
Compare Alternatives
See how other libraries approach this concept.