screen rotation icon
screen-rotation-rounded from Material Symbols Light by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- screen-rotation-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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-.478M12.456 2.04l3.098 3.098q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.114-.46t.38-.311q.234-.031.453-.044T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12q0 .214-.143.357t-.357.143t-.357-.143T22 12q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902m-.912 19.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.38.308q-.235.031-.454.044T12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 12q0-.213.143-.357T1.5 11.5t.357.143T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightScreenRotationRounded(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-.478M12.456 2.04l3.098 3.098q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.114-.46t.38-.311q.234-.031.453-.044T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12q0 .214-.143.357t-.357.143t-.357-.143T22 12q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902m-.912 19.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.38.308q-.235.031-.454.044T12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 12q0-.213.143-.357T1.5 11.5t.357.143T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903"/></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-.478M12.456 2.04l3.098 3.098q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.114-.46t.38-.311q.234-.031.453-.044T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12q0 .214-.143.357t-.357.143t-.357-.143T22 12q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902m-.912 19.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.38.308q-.235.031-.454.044T12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 12q0-.213.143-.357T1.5 11.5t.357.143T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903"/></svg> </template>
CSS
.icon-screen-rotation-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.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-.478M12.456%202.04l3.098%203.098q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.114-.46t.38-.311q.234-.031.453-.044T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012q0%20.214-.143.357t-.357.143t-.357-.143T22%2012q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902m-.912%2019.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019%204.019q.204.204.115.463q-.09.258-.38.308q-.235.031-.454.044T12%2023q-2.263%200-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1%2012q0-.213.143-.357T1.5%2011.5t.357.143T2%2012q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903%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-.478M12.456%202.04l3.098%203.098q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-4.019-4.019q-.204-.204-.114-.46t.38-.311q.234-.031.453-.044T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012q0%20.214-.143.357t-.357.143t-.357-.143T22%2012q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902m-.912%2019.919l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019%204.019q.204.204.115.463q-.09.258-.38.308q-.235.031-.454.044T12%2023q-2.263%200-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1%2012q0-.213.143-.357T1.5%2011.5t.357.143T2%2012q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903%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-rounded.svg?color=%231a73e8&size=48