mobile rotate icon
mobile-rotate-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-rotate-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
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.456 2.04l3.098 3.099q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.112-.462q.092-.26.377-.308q.235-.032.454-.044T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12q0 .213-.144.356t-.357.144t-.356-.144T22 12q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902m-.912 19.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12q0-.213.144-.356t.357-.144t.356.144T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903m1.279-3.702l-7.113-7.12q-.23-.231-.354-.527q-.125-.295-.125-.612t.125-.611t.354-.526l3.152-3.153q.231-.236.527-.354q.295-.119.612-.119t.611.119t.527.354l7.113 7.114q.229.232.354.528q.125.295.125.611q0 .317-.125.612t-.354.526L15.1 18.258q-.232.236-.527.354q-.296.119-.612.119t-.611-.119t-.527-.354m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27 6.25 10 6.25t-.442.173L6.423 9.558Q6.25 9.73 6.25 10t.173.442zm-4.102-7.4q.29 0 .484-.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 MaterialSymbolsLightMobileRotateOutlineRounded(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.456 2.04l3.098 3.099q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.112-.462q.092-.26.377-.308q.235-.032.454-.044T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12q0 .213-.144.356t-.357.144t-.356-.144T22 12q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902m-.912 19.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12q0-.213.144-.356t.357-.144t.356.144T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903m1.279-3.702l-7.113-7.12q-.23-.231-.354-.527q-.125-.295-.125-.612t.125-.611t.354-.526l3.152-3.153q.231-.236.527-.354q.295-.119.612-.119t.611.119t.527.354l7.113 7.114q.229.232.354.528q.125.295.125.611q0 .317-.125.612t-.354.526L15.1 18.258q-.232.236-.527.354q-.296.119-.612.119t-.611-.119t-.527-.354m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27 6.25 10 6.25t-.442.173L6.423 9.558Q6.25 9.73 6.25 10t.173.442zm-4.102-7.4q.29 0 .484-.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.456 2.04l3.098 3.099q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.112-.462q.092-.26.377-.308q.235-.032.454-.044T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12q0 .213-.144.356t-.357.144t-.356-.144T22 12q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902m-.912 19.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12q0-.213.144-.356t.357-.144t.356.144T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903m1.279-3.702l-7.113-7.12q-.23-.231-.354-.527q-.125-.295-.125-.612t.125-.611t.354-.526l3.152-3.153q.231-.236.527-.354q.295-.119.612-.119t.611.119t.527.354l7.113 7.114q.229.232.354.528q.125.295.125.611q0 .317-.125.612t-.354.526L15.1 18.258q-.232.236-.527.354q-.296.119-.612.119t-.611-.119t-.527-.354m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27 6.25 10 6.25t-.442.173L6.423 9.558Q6.25 9.73 6.25 10t.173.442zm-4.102-7.4q.29 0 .484-.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-outline-rounded {
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.456%202.04l3.098%203.099q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.112-.462q.092-.26.377-.308q.235-.032.454-.044T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012q0%20.213-.144.356t-.357.144t-.356-.144T22%2012q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902m-.912%2019.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019%204.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269%200-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1%2012q0-.213.144-.356t.357-.144t.356.144T2%2012q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903m1.279-3.702l-7.113-7.12q-.23-.231-.354-.527q-.125-.295-.125-.612t.125-.611t.354-.526l3.152-3.153q.231-.236.527-.354q.295-.119.612-.119t.611.119t.527.354l7.113%207.114q.229.232.354.528q.125.295.125.611q0%20.317-.125.612t-.354.526L15.1%2018.258q-.232.236-.527.354q-.296.119-.612.119t-.611-.119t-.527-.354m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27%206.25%2010%206.25t-.442.173L6.423%209.558Q6.25%209.73%206.25%2010t.173.442zm-4.102-7.4q.29%200%20.484-.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.456%202.04l3.098%203.099q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.112-.462q.092-.26.377-.308q.235-.032.454-.044T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012q0%20.213-.144.356t-.357.144t-.356-.144T22%2012q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902m-.912%2019.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019%204.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269%200-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1%2012q0-.213.144-.356t.357-.144t.356.144T2%2012q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903m1.279-3.702l-7.113-7.12q-.23-.231-.354-.527q-.125-.295-.125-.612t.125-.611t.354-.526l3.152-3.153q.231-.236.527-.354q.295-.119.612-.119t.611.119t.527.354l7.113%207.114q.229.232.354.528q.125.295.125.611q0%20.317-.125.612t-.354.526L15.1%2018.258q-.232.236-.527.354q-.296.119-.612.119t-.611-.119t-.527-.354m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27%206.25%2010%206.25t-.442.173L6.423%209.558Q6.25%209.73%206.25%2010t.173.442zm-4.102-7.4q.29%200%20.484-.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-outline-rounded.svg?color=%231a73e8&size=48