screen rotation alt icon

screen-rotation-alt-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
screen-rotation-alt-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
screen-rotation-alt-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the screen rotation alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.175 21.4l-6.7-6.675q-.15-.15-.225-.325t-.075-.375q0-.4.275-.712T6.175 13q.2 0 .388.075t.337.225l6.7 6.7l5-5H17q-.425 0-.712-.288T16 14t.288-.712T17 13h4q.425 0 .713.288T22 14v4q0 .425-.288.713T21 19t-.712-.288T20 18v-1.6l-5 5q-.275.275-.638.425t-.762.15q-.375 0-.75-.15t-.675-.425M3 11q-.425 0-.712-.288T2 10V6q0-.425.288-.712T3 5t.713.288T4 6v1.6l5-5q.3-.3.675-.438t.75-.137q.4 0 .763.137t.637.438l6.7 6.675q.15.15.225.325t.075.375q0 .4-.275.713t-.725.312q-.2 0-.387-.075T17.1 10.7L10.4 4l-5 5H7q.425 0 .713.288T8 10t-.288.713T7 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScreenRotationAltRounded(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.175 21.4l-6.7-6.675q-.15-.15-.225-.325t-.075-.375q0-.4.275-.712T6.175 13q.2 0 .388.075t.337.225l6.7 6.7l5-5H17q-.425 0-.712-.288T16 14t.288-.712T17 13h4q.425 0 .713.288T22 14v4q0 .425-.288.713T21 19t-.712-.288T20 18v-1.6l-5 5q-.275.275-.638.425t-.762.15q-.375 0-.75-.15t-.675-.425M3 11q-.425 0-.712-.288T2 10V6q0-.425.288-.712T3 5t.713.288T4 6v1.6l5-5q.3-.3.675-.438t.75-.137q.4 0 .763.137t.637.438l6.7 6.675q.15.15.225.325t.075.375q0 .4-.275.713t-.725.312q-.2 0-.387-.075T17.1 10.7L10.4 4l-5 5H7q.425 0 .713.288T8 10t-.288.713T7 11z"/></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.175 21.4l-6.7-6.675q-.15-.15-.225-.325t-.075-.375q0-.4.275-.712T6.175 13q.2 0 .388.075t.337.225l6.7 6.7l5-5H17q-.425 0-.712-.288T16 14t.288-.712T17 13h4q.425 0 .713.288T22 14v4q0 .425-.288.713T21 19t-.712-.288T20 18v-1.6l-5 5q-.275.275-.638.425t-.762.15q-.375 0-.75-.15t-.675-.425M3 11q-.425 0-.712-.288T2 10V6q0-.425.288-.712T3 5t.713.288T4 6v1.6l5-5q.3-.3.675-.438t.75-.137q.4 0 .763.137t.637.438l6.7 6.675q.15.15.225.325t.075.375q0 .4-.275.713t-.725.312q-.2 0-.387-.075T17.1 10.7L10.4 4l-5 5H7q.425 0 .713.288T8 10t-.288.713T7 11z"/></svg>
</template>

CSS

.icon-screen-rotation-alt-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.175%2021.4l-6.7-6.675q-.15-.15-.225-.325t-.075-.375q0-.4.275-.712T6.175%2013q.2%200%20.388.075t.337.225l6.7%206.7l5-5H17q-.425%200-.712-.288T16%2014t.288-.712T17%2013h4q.425%200%20.713.288T22%2014v4q0%20.425-.288.713T21%2019t-.712-.288T20%2018v-1.6l-5%205q-.275.275-.638.425t-.762.15q-.375%200-.75-.15t-.675-.425M3%2011q-.425%200-.712-.288T2%2010V6q0-.425.288-.712T3%205t.713.288T4%206v1.6l5-5q.3-.3.675-.438t.75-.137q.4%200%20.763.137t.637.438l6.7%206.675q.15.15.225.325t.075.375q0%20.4-.275.713t-.725.312q-.2%200-.387-.075T17.1%2010.7L10.4%204l-5%205H7q.425%200%20.713.288T8%2010t-.288.713T7%2011z%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.175%2021.4l-6.7-6.675q-.15-.15-.225-.325t-.075-.375q0-.4.275-.712T6.175%2013q.2%200%20.388.075t.337.225l6.7%206.7l5-5H17q-.425%200-.712-.288T16%2014t.288-.712T17%2013h4q.425%200%20.713.288T22%2014v4q0%20.425-.288.713T21%2019t-.712-.288T20%2018v-1.6l-5%205q-.275.275-.638.425t-.762.15q-.375%200-.75-.15t-.675-.425M3%2011q-.425%200-.712-.288T2%2010V6q0-.425.288-.712T3%205t.713.288T4%206v1.6l5-5q.3-.3.675-.438t.75-.137q.4%200%20.763.137t.637.438l6.7%206.675q.15.15.225.325t.075.375q0%20.4-.275.713t-.725.312q-.2%200-.387-.075T17.1%2010.7L10.4%204l-5%205H7q.425%200%20.713.288T8%2010t-.288.713T7%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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