mobile rotate icon

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

Name
mobile-rotate
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
screen-rotation

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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 24q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12h2q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287L7.4 19.2l1.4-1.4l5.9 5.9q-.65.15-1.337.225T12 24m10-12q0-1.775-.6-3.4t-1.662-2.925T17.2 3.463t-3.225-1.288L16.6 4.8l-1.4 1.4L9.3.3q.65-.15 1.338-.225T12 0q2.475 0 4.663.938t3.825 2.575t2.575 3.825T24 12zm-9.599 7.45L4.55 11.6q-.263-.275-.407-.625T4 10.25t.144-.725t.406-.625l4.34-4.35q.276-.275.627-.413T10.246 4t.728.138t.627.412l7.85 7.85q.275.275.413.625t.137.725t-.144.725t-.406.625l-4.34 4.35q-.275.275-.627.413q-.35.137-.727.137t-.727-.137t-.628-.413M9.325 10.1q.325 0 .538-.225t.212-.525q0-.325-.212-.537T9.325 8.6q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileRotate(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 24q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12h2q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287L7.4 19.2l1.4-1.4l5.9 5.9q-.65.15-1.337.225T12 24m10-12q0-1.775-.6-3.4t-1.662-2.925T17.2 3.463t-3.225-1.288L16.6 4.8l-1.4 1.4L9.3.3q.65-.15 1.338-.225T12 0q2.475 0 4.663.938t3.825 2.575t2.575 3.825T24 12zm-9.599 7.45L4.55 11.6q-.263-.275-.407-.625T4 10.25t.144-.725t.406-.625l4.34-4.35q.276-.275.627-.413T10.246 4t.728.138t.627.412l7.85 7.85q.275.275.413.625t.137.725t-.144.725t-.406.625l-4.34 4.35q-.275.275-.627.413q-.35.137-.727.137t-.727-.137t-.628-.413M9.325 10.1q.325 0 .538-.225t.212-.525q0-.325-.212-.537T9.325 8.6q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225"/></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 24q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12h2q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287L7.4 19.2l1.4-1.4l5.9 5.9q-.65.15-1.337.225T12 24m10-12q0-1.775-.6-3.4t-1.662-2.925T17.2 3.463t-3.225-1.288L16.6 4.8l-1.4 1.4L9.3.3q.65-.15 1.338-.225T12 0q2.475 0 4.663.938t3.825 2.575t2.575 3.825T24 12zm-9.599 7.45L4.55 11.6q-.263-.275-.407-.625T4 10.25t.144-.725t.406-.625l4.34-4.35q.276-.275.627-.413T10.246 4t.728.138t.627.412l7.85 7.85q.275.275.413.625t.137.725t-.144.725t-.406.625l-4.34 4.35q-.275.275-.627.413q-.35.137-.727.137t-.727-.137t-.628-.413M9.325 10.1q.325 0 .538-.225t.212-.525q0-.325-.212-.537T9.325 8.6q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225"/></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%2024q-2.475%200-4.663-.937t-3.825-2.575t-2.575-3.825T0%2012h2q0%201.775.6%203.4t1.663%202.925T6.8%2020.538t3.225%201.287L7.4%2019.2l1.4-1.4l5.9%205.9q-.65.15-1.337.225T12%2024m10-12q0-1.775-.6-3.4t-1.662-2.925T17.2%203.463t-3.225-1.288L16.6%204.8l-1.4%201.4L9.3.3q.65-.15%201.338-.225T12%200q2.475%200%204.663.938t3.825%202.575t2.575%203.825T24%2012zm-9.599%207.45L4.55%2011.6q-.263-.275-.407-.625T4%2010.25t.144-.725t.406-.625l4.34-4.35q.276-.275.627-.413T10.246%204t.728.138t.627.412l7.85%207.85q.275.275.413.625t.137.725t-.144.725t-.406.625l-4.34%204.35q-.275.275-.627.413q-.35.137-.727.137t-.727-.137t-.628-.413M9.325%2010.1q.325%200%20.538-.225t.212-.525q0-.325-.212-.537T9.325%208.6q-.3%200-.525.213t-.225.537q0%20.3.225.525t.525.225%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%2024q-2.475%200-4.663-.937t-3.825-2.575t-2.575-3.825T0%2012h2q0%201.775.6%203.4t1.663%202.925T6.8%2020.538t3.225%201.287L7.4%2019.2l1.4-1.4l5.9%205.9q-.65.15-1.337.225T12%2024m10-12q0-1.775-.6-3.4t-1.662-2.925T17.2%203.463t-3.225-1.288L16.6%204.8l-1.4%201.4L9.3.3q.65-.15%201.338-.225T12%200q2.475%200%204.663.938t3.825%202.575t2.575%203.825T24%2012zm-9.599%207.45L4.55%2011.6q-.263-.275-.407-.625T4%2010.25t.144-.725t.406-.625l4.34-4.35q.276-.275.627-.413T10.246%204t.728.138t.627.412l7.85%207.85q.275.275.413.625t.137.725t-.144.725t-.406.625l-4.34%204.35q-.275.275-.627.413q-.35.137-.727.137t-.727-.137t-.628-.413M9.325%2010.1q.325%200%20.538-.225t.212-.525q0-.325-.212-.537T9.325%208.6q-.3%200-.525.213t-.225.537q0%20.3.225.525t.525.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-rotate.svg?color=%231a73e8&size=48