screen rotation icon
screen-rotation-outline-rounded from Material Symbols by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- screen-rotation-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols
The same icon in other sets
Related icons in Material Symbols
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.4 19.45L4.55 11.6q-.575-.575-.575-1.35T4.55 8.9L8.9 4.55q.575-.575 1.35-.575t1.35.575l7.85 7.85q.575.575.575 1.35t-.575 1.35l-4.35 4.35q-.575.575-1.35.575t-1.35-.575M13.75 18L18 13.75L10.25 6L6 10.25zm.225-15.825L15.9 4.1q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.25-4.25q-.3-.3-.162-.7t.562-.475q.35-.05.675-.062T12 0q2.475 0 4.663.938t3.825 2.575t2.575 3.825T24 12q0 .425-.288.713T23 13t-.712-.288T22 12q0-1.775-.6-3.4t-1.662-2.925T17.2 3.463t-3.225-1.288m-3.95 19.65L8.1 19.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25 4.25q.3.3.162.713t-.562.462q-.35.05-.675.063T12 24q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12q0-.425.288-.712T1 11t.713.288T2 12q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScreenRotationOutlineRounded(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.4 19.45L4.55 11.6q-.575-.575-.575-1.35T4.55 8.9L8.9 4.55q.575-.575 1.35-.575t1.35.575l7.85 7.85q.575.575.575 1.35t-.575 1.35l-4.35 4.35q-.575.575-1.35.575t-1.35-.575M13.75 18L18 13.75L10.25 6L6 10.25zm.225-15.825L15.9 4.1q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.25-4.25q-.3-.3-.162-.7t.562-.475q.35-.05.675-.062T12 0q2.475 0 4.663.938t3.825 2.575t2.575 3.825T24 12q0 .425-.288.713T23 13t-.712-.288T22 12q0-1.775-.6-3.4t-1.662-2.925T17.2 3.463t-3.225-1.288m-3.95 19.65L8.1 19.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25 4.25q.3.3.162.713t-.562.462q-.35.05-.675.063T12 24q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12q0-.425.288-.712T1 11t.713.288T2 12q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287"/></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.4 19.45L4.55 11.6q-.575-.575-.575-1.35T4.55 8.9L8.9 4.55q.575-.575 1.35-.575t1.35.575l7.85 7.85q.575.575.575 1.35t-.575 1.35l-4.35 4.35q-.575.575-1.35.575t-1.35-.575M13.75 18L18 13.75L10.25 6L6 10.25zm.225-15.825L15.9 4.1q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.25-4.25q-.3-.3-.162-.7t.562-.475q.35-.05.675-.062T12 0q2.475 0 4.663.938t3.825 2.575t2.575 3.825T24 12q0 .425-.288.713T23 13t-.712-.288T22 12q0-1.775-.6-3.4t-1.662-2.925T17.2 3.463t-3.225-1.288m-3.95 19.65L8.1 19.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25 4.25q.3.3.162.713t-.562.462q-.35.05-.675.063T12 24q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12q0-.425.288-.712T1 11t.713.288T2 12q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287"/></svg> </template>
CSS
.icon-screen-rotation-outline-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.4%2019.45L4.55%2011.6q-.575-.575-.575-1.35T4.55%208.9L8.9%204.55q.575-.575%201.35-.575t1.35.575l7.85%207.85q.575.575.575%201.35t-.575%201.35l-4.35%204.35q-.575.575-1.35.575t-1.35-.575M13.75%2018L18%2013.75L10.25%206L6%2010.25zm.225-15.825L15.9%204.1q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.25-4.25q-.3-.3-.162-.7t.562-.475q.35-.05.675-.062T12%200q2.475%200%204.663.938t3.825%202.575t2.575%203.825T24%2012q0%20.425-.288.713T23%2013t-.712-.288T22%2012q0-1.775-.6-3.4t-1.662-2.925T17.2%203.463t-3.225-1.288m-3.95%2019.65L8.1%2019.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25%204.25q.3.3.162.713t-.562.462q-.35.05-.675.063T12%2024q-2.475%200-4.663-.937t-3.825-2.575t-2.575-3.825T0%2012q0-.425.288-.712T1%2011t.713.288T2%2012q0%201.775.6%203.4t1.663%202.925T6.8%2020.538t3.225%201.287%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.4%2019.45L4.55%2011.6q-.575-.575-.575-1.35T4.55%208.9L8.9%204.55q.575-.575%201.35-.575t1.35.575l7.85%207.85q.575.575.575%201.35t-.575%201.35l-4.35%204.35q-.575.575-1.35.575t-1.35-.575M13.75%2018L18%2013.75L10.25%206L6%2010.25zm.225-15.825L15.9%204.1q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.25-4.25q-.3-.3-.162-.7t.562-.475q.35-.05.675-.062T12%200q2.475%200%204.663.938t3.825%202.575t2.575%203.825T24%2012q0%20.425-.288.713T23%2013t-.712-.288T22%2012q0-1.775-.6-3.4t-1.662-2.925T17.2%203.463t-3.225-1.288m-3.95%2019.65L8.1%2019.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25%204.25q.3.3.162.713t-.562.462q-.35.05-.675.063T12%2024q-2.475%200-4.663-.937t-3.825-2.575t-2.575-3.825T0%2012q0-.425.288-.712T1%2011t.713.288T2%2012q0%201.775.6%203.4t1.663%202.925T6.8%2020.538t3.225%201.287%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-outline-rounded.svg?color=%231a73e8&size=48