screen rotation up icon

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

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

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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="m13.25 22.039l-.708-.714L14.887 19H8.5q-.633 0-1.066-.434Q7 18.133 7 17.5V8.69l1 1v7.695q0 .269.173.442t.443.173h6.251l-2.305-2.325l.688-.713l3.538 3.538zm3.75-6.71l-1-1V6.616q0-.27-.173-.443T15.385 6H9.133l2.306 2.325l-.689.714L7.212 5.5l3.538-3.538l.708.713L9.114 5H15.5q.633 0 1.066.434Q17 5.867 17 6.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScreenRotationUp(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.25 22.039l-.708-.714L14.887 19H8.5q-.633 0-1.066-.434Q7 18.133 7 17.5V8.69l1 1v7.695q0 .269.173.442t.443.173h6.251l-2.305-2.325l.688-.713l3.538 3.538zm3.75-6.71l-1-1V6.616q0-.27-.173-.443T15.385 6H9.133l2.306 2.325l-.689.714L7.212 5.5l3.538-3.538l.708.713L9.114 5H15.5q.633 0 1.066.434Q17 5.867 17 6.5z"/></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.25 22.039l-.708-.714L14.887 19H8.5q-.633 0-1.066-.434Q7 18.133 7 17.5V8.69l1 1v7.695q0 .269.173.442t.443.173h6.251l-2.305-2.325l.688-.713l3.538 3.538zm3.75-6.71l-1-1V6.616q0-.27-.173-.443T15.385 6H9.133l2.306 2.325l-.689.714L7.212 5.5l3.538-3.538l.708.713L9.114 5H15.5q.633 0 1.066.434Q17 5.867 17 6.5z"/></svg>
</template>

CSS

.icon-screen-rotation-up {
  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.25%2022.039l-.708-.714L14.887%2019H8.5q-.633%200-1.066-.434Q7%2018.133%207%2017.5V8.69l1%201v7.695q0%20.269.173.442t.443.173h6.251l-2.305-2.325l.688-.713l3.538%203.538zm3.75-6.71l-1-1V6.616q0-.27-.173-.443T15.385%206H9.133l2.306%202.325l-.689.714L7.212%205.5l3.538-3.538l.708.713L9.114%205H15.5q.633%200%201.066.434Q17%205.867%2017%206.5z%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.25%2022.039l-.708-.714L14.887%2019H8.5q-.633%200-1.066-.434Q7%2018.133%207%2017.5V8.69l1%201v7.695q0%20.269.173.442t.443.173h6.251l-2.305-2.325l.688-.713l3.538%203.538zm3.75-6.71l-1-1V6.616q0-.27-.173-.443T15.385%206H9.133l2.306%202.325l-.689.714L7.212%205.5l3.538-3.538l.708.713L9.114%205H15.5q.633%200%201.066.434Q17%205.867%2017%206.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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