screen rotation up icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the screen rotation up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.175 20H8q-.825 0-1.412-.587T6 18v-8q0-.45.3-.725T7 9q.425 0 .713.3t.287.725V18h6.175l-1.125-1.125q-.125-.15-.2-.325t-.075-.375t.075-.375t.2-.325q.15-.15.338-.225t.387-.075t.375.075t.325.225L17.3 18.3q.15.15.225.325T17.6 19t-.075.375t-.225.325l-2.85 2.85q-.15.15-.312.225t-.363.075t-.387-.088t-.338-.237t-.225-.325t-.075-.375t.075-.375t.225-.325zM18 6v8q0 .45-.3.725T17 15q-.425 0-.712-.3T16 13.975V6H9.825l1.125 1.125q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L6.7 5.7q-.15-.15-.225-.325T6.4 5t.075-.375T6.7 4.3l2.85-2.85q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L9.825 4H16q.825 0 1.413.588T18 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScreenRotationUpRounded(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="M14.175 20H8q-.825 0-1.412-.587T6 18v-8q0-.45.3-.725T7 9q.425 0 .713.3t.287.725V18h6.175l-1.125-1.125q-.125-.15-.2-.325t-.075-.375t.075-.375t.2-.325q.15-.15.338-.225t.387-.075t.375.075t.325.225L17.3 18.3q.15.15.225.325T17.6 19t-.075.375t-.225.325l-2.85 2.85q-.15.15-.312.225t-.363.075t-.387-.088t-.338-.237t-.225-.325t-.075-.375t.075-.375t.225-.325zM18 6v8q0 .45-.3.725T17 15q-.425 0-.712-.3T16 13.975V6H9.825l1.125 1.125q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L6.7 5.7q-.15-.15-.225-.325T6.4 5t.075-.375T6.7 4.3l2.85-2.85q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L9.825 4H16q.825 0 1.413.588T18 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.175 20H8q-.825 0-1.412-.587T6 18v-8q0-.45.3-.725T7 9q.425 0 .713.3t.287.725V18h6.175l-1.125-1.125q-.125-.15-.2-.325t-.075-.375t.075-.375t.2-.325q.15-.15.338-.225t.387-.075t.375.075t.325.225L17.3 18.3q.15.15.225.325T17.6 19t-.075.375t-.225.325l-2.85 2.85q-.15.15-.312.225t-.363.075t-.387-.088t-.338-.237t-.225-.325t-.075-.375t.075-.375t.225-.325zM18 6v8q0 .45-.3.725T17 15q-.425 0-.712-.3T16 13.975V6H9.825l1.125 1.125q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L6.7 5.7q-.15-.15-.225-.325T6.4 5t.075-.375T6.7 4.3l2.85-2.85q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L9.825 4H16q.825 0 1.413.588T18 6"/></svg>
</template>

CSS

.icon-screen-rotation-up-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%22M14.175%2020H8q-.825%200-1.412-.587T6%2018v-8q0-.45.3-.725T7%209q.425%200%20.713.3t.287.725V18h6.175l-1.125-1.125q-.125-.15-.2-.325t-.075-.375t.075-.375t.2-.325q.15-.15.338-.225t.387-.075t.375.075t.325.225L17.3%2018.3q.15.15.225.325T17.6%2019t-.075.375t-.225.325l-2.85%202.85q-.15.15-.312.225t-.363.075t-.387-.088t-.338-.237t-.225-.325t-.075-.375t.075-.375t.225-.325zM18%206v8q0%20.45-.3.725T17%2015q-.425%200-.712-.3T16%2013.975V6H9.825l1.125%201.125q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L6.7%205.7q-.15-.15-.225-.325T6.4%205t.075-.375T6.7%204.3l2.85-2.85q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L9.825%204H16q.825%200%201.413.588T18%206%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%22M14.175%2020H8q-.825%200-1.412-.587T6%2018v-8q0-.45.3-.725T7%209q.425%200%20.713.3t.287.725V18h6.175l-1.125-1.125q-.125-.15-.2-.325t-.075-.375t.075-.375t.2-.325q.15-.15.338-.225t.387-.075t.375.075t.325.225L17.3%2018.3q.15.15.225.325T17.6%2019t-.075.375t-.225.325l-2.85%202.85q-.15.15-.312.225t-.363.075t-.387-.088t-.338-.237t-.225-.325t-.075-.375t.075-.375t.225-.325zM18%206v8q0%20.45-.3.725T17%2015q-.425%200-.712-.3T16%2013.975V6H9.825l1.125%201.125q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L6.7%205.7q-.15-.15-.225-.325T6.4%205t.075-.375T6.7%204.3l2.85-2.85q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L9.825%204H16q.825%200%201.413.588T18%206%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-up-rounded.svg?color=%231a73e8&size=48