device rotate icon
device-rotate-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- device-rotate-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the device rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m204.24 220.24l-24 24a6 6 0 0 1-8.48-8.48L185.51 222H80a22 22 0 0 1-22-22v-96a6 6 0 0 1 12 0v96a10 10 0 0 0 10 10h105.51l-13.75-13.76a6 6 0 0 1 8.48-8.48l24 24a6 6 0 0 1 0 8.48M80 70a6 6 0 0 0 4.24-10.24L70.49 46H176a10 10 0 0 1 10 10v96a6 6 0 0 0 12 0V56a22 22 0 0 0-22-22H70.49l13.75-13.76a6 6 0 0 0-8.48-8.48l-24 24a6 6 0 0 0 0 8.48l24 24A6 6 0 0 0 80 70"/></svg>
React
import type { SVGProps } from "react";
export function PhDeviceRotateLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m204.24 220.24l-24 24a6 6 0 0 1-8.48-8.48L185.51 222H80a22 22 0 0 1-22-22v-96a6 6 0 0 1 12 0v96a10 10 0 0 0 10 10h105.51l-13.75-13.76a6 6 0 0 1 8.48-8.48l24 24a6 6 0 0 1 0 8.48M80 70a6 6 0 0 0 4.24-10.24L70.49 46H176a10 10 0 0 1 10 10v96a6 6 0 0 0 12 0V56a22 22 0 0 0-22-22H70.49l13.75-13.76a6 6 0 0 0-8.48-8.48l-24 24a6 6 0 0 0 0 8.48l24 24A6 6 0 0 0 80 70"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m204.24 220.24l-24 24a6 6 0 0 1-8.48-8.48L185.51 222H80a22 22 0 0 1-22-22v-96a6 6 0 0 1 12 0v96a10 10 0 0 0 10 10h105.51l-13.75-13.76a6 6 0 0 1 8.48-8.48l24 24a6 6 0 0 1 0 8.48M80 70a6 6 0 0 0 4.24-10.24L70.49 46H176a10 10 0 0 1 10 10v96a6 6 0 0 0 12 0V56a22 22 0 0 0-22-22H70.49l13.75-13.76a6 6 0 0 0-8.48-8.48l-24 24a6 6 0 0 0 0 8.48l24 24A6 6 0 0 0 80 70"/></svg> </template>
CSS
.icon-device-rotate-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m204.24%20220.24l-24%2024a6%206%200%200%201-8.48-8.48L185.51%20222H80a22%2022%200%200%201-22-22v-96a6%206%200%200%201%2012%200v96a10%2010%200%200%200%2010%2010h105.51l-13.75-13.76a6%206%200%200%201%208.48-8.48l24%2024a6%206%200%200%201%200%208.48M80%2070a6%206%200%200%200%204.24-10.24L70.49%2046H176a10%2010%200%200%201%2010%2010v96a6%206%200%200%200%2012%200V56a22%2022%200%200%200-22-22H70.49l13.75-13.76a6%206%200%200%200-8.48-8.48l-24%2024a6%206%200%200%200%200%208.48l24%2024A6%206%200%200%200%2080%2070%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m204.24%20220.24l-24%2024a6%206%200%200%201-8.48-8.48L185.51%20222H80a22%2022%200%200%201-22-22v-96a6%206%200%200%201%2012%200v96a10%2010%200%200%200%2010%2010h105.51l-13.75-13.76a6%206%200%200%201%208.48-8.48l24%2024a6%206%200%200%201%200%208.48M80%2070a6%206%200%200%200%204.24-10.24L70.49%2046H176a10%2010%200%200%201%2010%2010v96a6%206%200%200%200%2012%200V56a22%2022%200%200%200-22-22H70.49l13.75-13.76a6%206%200%200%200-8.48-8.48l-24%2024a6%206%200%200%200%200%208.48l24%2024A6%206%200%200%200%2080%2070%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/device-rotate-light.svg?color=%231a73e8&size=48