mobile-rotate-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-rotate-sharp
Set
Material Symbols Light
Style
Sharp
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

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="M13.962 19.396L4.566 10L10 4.566l9.396 9.395zM12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 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.438-.093.895-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12zM9.421 10.139q.287 0 .48-.197q.193-.196.193-.476q0-.287-.193-.48t-.48-.194q-.28 0-.477.194t-.196.48q0 .28.196.476q.196.197.477.197"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileRotateSharp(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="M13.962 19.396L4.566 10L10 4.566l9.396 9.395zM12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 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.438-.093.895-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12zM9.421 10.139q.287 0 .48-.197q.193-.196.193-.476q0-.287-.193-.48t-.48-.194q-.28 0-.477.194t-.196.48q0 .28.196.476q.196.197.477.197"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.962 19.396L4.566 10L10 4.566l9.396 9.395zM12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 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.438-.093.895-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12zM9.421 10.139q.287 0 .48-.197q.193-.196.193-.476q0-.287-.193-.48t-.48-.194q-.28 0-.477.194t-.196.48q0 .28.196.476q.196.197.477.197"/></svg>
</template>

CSS

.icon-mobile-rotate-sharp {
  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%22M13.962%2019.396L4.566%2010L10%204.566l9.396%209.395zM12%2023q-2.263%200-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1%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.438-.093.895-.139T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012zM9.421%2010.139q.287%200%20.48-.197q.193-.196.193-.476q0-.287-.193-.48t-.48-.194q-.28%200-.477.194t-.196.48q0%20.28.196.476q.196.197.477.197%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%22M13.962%2019.396L4.566%2010L10%204.566l9.396%209.395zM12%2023q-2.263%200-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1%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.438-.093.895-.139T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012zM9.421%2010.139q.287%200%20.48-.197q.193-.196.193-.476q0-.287-.193-.48t-.48-.194q-.28%200-.477.194t-.196.48q0%20.28.196.476q.196.197.477.197%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-sharp.svg?color=%231a73e8&size=48