mobile rotate icon
mobile-rotate from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-rotate
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- screen-rotation
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the mobile rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12h1q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903l-3.452-3.452l.708-.708l5.016 5.016q-.458.073-.906.128Q12.465 23 12 23m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902l3.452 3.451l-.708.708l-5.015-5.015q.437-.093.899-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12zm-9.176 6.258l-7.12-7.12q-.226-.231-.35-.527q-.123-.295-.123-.612t.123-.611t.35-.526l3.155-3.158q.233-.237.528-.355T10 5.231t.612.118t.527.355l7.119 7.119q.229.232.35.528q.123.295.123.611q0 .317-.124.612q-.123.295-.35.526l-3.155 3.158q-.232.236-.527.354q-.296.119-.613.119t-.612-.119t-.527-.354m-3.405-8.12q.29 0 .483-.2q.193-.201.193-.469q0-.29-.193-.484t-.488-.193q-.272 0-.469.193t-.196.489q0 .272.201.468q.2.196.469.196"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12h1q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903l-3.452-3.452l.708-.708l5.016 5.016q-.458.073-.906.128Q12.465 23 12 23m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902l3.452 3.451l-.708.708l-5.015-5.015q.437-.093.899-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12zm-9.176 6.258l-7.12-7.12q-.226-.231-.35-.527q-.123-.295-.123-.612t.123-.611t.35-.526l3.155-3.158q.233-.237.528-.355T10 5.231t.612.118t.527.355l7.119 7.119q.229.232.35.528q.123.295.123.611q0 .317-.124.612q-.123.295-.35.526l-3.155 3.158q-.232.236-.527.354q-.296.119-.613.119t-.612-.119t-.527-.354m-3.405-8.12q.29 0 .483-.2q.193-.201.193-.469q0-.29-.193-.484t-.488-.193q-.272 0-.469.193t-.196.489q0 .272.201.468q.2.196.469.196"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12h1q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903l-3.452-3.452l.708-.708l5.016 5.016q-.458.073-.906.128Q12.465 23 12 23m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902l3.452 3.451l-.708.708l-5.015-5.015q.437-.093.899-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12zm-9.176 6.258l-7.12-7.12q-.226-.231-.35-.527q-.123-.295-.123-.612t.123-.611t.35-.526l3.155-3.158q.233-.237.528-.355T10 5.231t.612.118t.527.355l7.119 7.119q.229.232.35.528q.123.295.123.611q0 .317-.124.612q-.123.295-.35.526l-3.155 3.158q-.232.236-.527.354q-.296.119-.613.119t-.612-.119t-.527-.354m-3.405-8.12q.29 0 .483-.2q.193-.201.193-.469q0-.29-.193-.484t-.488-.193q-.272 0-.469.193t-.196.489q0 .272.201.468q.2.196.469.196"/></svg> </template>
CSS
.icon-mobile-rotate {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023q-2.269%200-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1%2012h1q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903l-3.452-3.452l.708-.708l5.016%205.016q-.458.073-.906.128Q12.465%2023%2012%2023m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902l3.452%203.451l-.708.708l-5.015-5.015q.437-.093.899-.139T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012zm-9.176%206.258l-7.12-7.12q-.226-.231-.35-.527q-.123-.295-.123-.612t.123-.611t.35-.526l3.155-3.158q.233-.237.528-.355T10%205.231t.612.118t.527.355l7.119%207.119q.229.232.35.528q.123.295.123.611q0%20.317-.124.612q-.123.295-.35.526l-3.155%203.158q-.232.236-.527.354q-.296.119-.613.119t-.612-.119t-.527-.354m-3.405-8.12q.29%200%20.483-.2q.193-.201.193-.469q0-.29-.193-.484t-.488-.193q-.272%200-.469.193t-.196.489q0%20.272.201.468q.2.196.469.196%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023q-2.269%200-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1%2012h1q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903l-3.452-3.452l.708-.708l5.016%205.016q-.458.073-.906.128Q12.465%2023%2012%2023m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902l3.452%203.451l-.708.708l-5.015-5.015q.437-.093.899-.139T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012zm-9.176%206.258l-7.12-7.12q-.226-.231-.35-.527q-.123-.295-.123-.612t.123-.611t.35-.526l3.155-3.158q.233-.237.528-.355T10%205.231t.612.118t.527.355l7.119%207.119q.229.232.35.528q.123.295.123.611q0%20.317-.124.612q-.123.295-.35.526l-3.155%203.158q-.232.236-.527.354q-.296.119-.613.119t-.612-.119t-.527-.354m-3.405-8.12q.29%200%20.483-.2q.193-.201.193-.469q0-.29-.193-.484t-.488-.193q-.272%200-.469.193t-.196.489q0%20.272.201.468q.2.196.469.196%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobile-rotate.svg?color=%231a73e8&size=48