screen-rotation-outline from Material Symbols Light by Google · Outline · Apache-2.0 Free for personal and commercial use.

Name
screen-rotation-outline
Set
Material Symbols Light
Style
Outline
Viewbox
24×24
License
Apache 2.0

4 other variants in Material Symbols Light

The same icon in other sets

Related icons in Material Symbols Light

Use the screen rotation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.823 18.258l-7.12-7.12Q5.226 10.66 5.226 10t.479-1.138l3.158-3.158Q9.34 5.225 10 5.225t1.139.479l7.119 7.119q.479.479.479 1.139t-.48 1.138L15.1 18.258q-.479.478-1.138.478q-.66 0-1.139-.478m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27 6.25 10 6.25t-.442.173L6.423 9.558Q6.25 9.73 6.25 10t.173.442zM12 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 12zm-10.02-.02"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScreenRotationOutline(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.823 18.258l-7.12-7.12Q5.226 10.66 5.226 10t.479-1.138l3.158-3.158Q9.34 5.225 10 5.225t1.139.479l7.119 7.119q.479.479.479 1.139t-.48 1.138L15.1 18.258q-.479.478-1.138.478q-.66 0-1.139-.478m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27 6.25 10 6.25t-.442.173L6.423 9.558Q6.25 9.73 6.25 10t.173.442zM12 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 12zm-10.02-.02"/></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.823 18.258l-7.12-7.12Q5.226 10.66 5.226 10t.479-1.138l3.158-3.158Q9.34 5.225 10 5.225t1.139.479l7.119 7.119q.479.479.479 1.139t-.48 1.138L15.1 18.258q-.479.478-1.138.478q-.66 0-1.139-.478m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27 6.25 10 6.25t-.442.173L6.423 9.558Q6.25 9.73 6.25 10t.173.442zM12 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 12zm-10.02-.02"/></svg>
</template>

CSS

.icon-screen-rotation-outline {
  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.823%2018.258l-7.12-7.12Q5.226%2010.66%205.226%2010t.479-1.138l3.158-3.158Q9.34%205.225%2010%205.225t1.139.479l7.119%207.119q.479.479.479%201.139t-.48%201.138L15.1%2018.258q-.479.478-1.138.478q-.66%200-1.139-.478m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27%206.25%2010%206.25t-.442.173L6.423%209.558Q6.25%209.73%206.25%2010t.173.442zM12%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%2012zm-10.02-.02%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.823%2018.258l-7.12-7.12Q5.226%2010.66%205.226%2010t.479-1.138l3.158-3.158Q9.34%205.225%2010%205.225t1.139.479l7.119%207.119q.479.479.479%201.139t-.48%201.138L15.1%2018.258q-.479.478-1.138.478q-.66%200-1.139-.478m.696-.72q.173.173.442.173t.443-.173l3.134-3.134q.173-.173.173-.443t-.173-.442l-7.096-7.096Q10.27%206.25%2010%206.25t-.442.173L6.423%209.558Q6.25%209.73%206.25%2010t.173.442zM12%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%2012zm-10.02-.02%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-outline.svg?color=%231a73e8&size=48