orientation image potrait to landscape icon
orientation-image-potrait-to-landscape from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- orientation-image-potrait-to-landscape
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the orientation image potrait to landscape icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m21.788 19.788l-2.111-2.111a.604.604 0 0 0-.854 0L17.25 19.25L15 17M2 8v4c0 2.357 0 3.536.732 4.268S4.643 17 7 17s3.536 0 4.268-.732S12 14.357 12 12V8c0-2.357 0-3.536-.732-4.268S9.357 3 7 3s-3.536 0-4.268.732S2 5.643 2 8"/><path d="m2 12l2.646-2.646a1.207 1.207 0 0 1 1.708 0L8.25 11.25l1.073-1.073a.604.604 0 0 1 .854 0L12 12M8.5 6.49v.01m9.5 8.49V15m-3-3h2c2.357 0 3.535 0 4.268.732S22 14.643 22 17s0 3.535-.732 4.268C20.535 22 19.357 22 17 22h-7a2 2 0 0 1-2-2M19.5 8v-.5c0-1.875 0-2.812-.477-3.47a2.5 2.5 0 0 0-.553-.553C17.812 3 16.875 3 15 3m7 3.5L19.5 9L17 6.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOrientationImagePotraitToLandscape(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m21.788 19.788l-2.111-2.111a.604.604 0 0 0-.854 0L17.25 19.25L15 17M2 8v4c0 2.357 0 3.536.732 4.268S4.643 17 7 17s3.536 0 4.268-.732S12 14.357 12 12V8c0-2.357 0-3.536-.732-4.268S9.357 3 7 3s-3.536 0-4.268.732S2 5.643 2 8"/><path d="m2 12l2.646-2.646a1.207 1.207 0 0 1 1.708 0L8.25 11.25l1.073-1.073a.604.604 0 0 1 .854 0L12 12M8.5 6.49v.01m9.5 8.49V15m-3-3h2c2.357 0 3.535 0 4.268.732S22 14.643 22 17s0 3.535-.732 4.268C20.535 22 19.357 22 17 22h-7a2 2 0 0 1-2-2M19.5 8v-.5c0-1.875 0-2.812-.477-3.47a2.5 2.5 0 0 0-.553-.553C17.812 3 16.875 3 15 3m7 3.5L19.5 9L17 6.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m21.788 19.788l-2.111-2.111a.604.604 0 0 0-.854 0L17.25 19.25L15 17M2 8v4c0 2.357 0 3.536.732 4.268S4.643 17 7 17s3.536 0 4.268-.732S12 14.357 12 12V8c0-2.357 0-3.536-.732-4.268S9.357 3 7 3s-3.536 0-4.268.732S2 5.643 2 8"/><path d="m2 12l2.646-2.646a1.207 1.207 0 0 1 1.708 0L8.25 11.25l1.073-1.073a.604.604 0 0 1 .854 0L12 12M8.5 6.49v.01m9.5 8.49V15m-3-3h2c2.357 0 3.535 0 4.268.732S22 14.643 22 17s0 3.535-.732 4.268C20.535 22 19.357 22 17 22h-7a2 2 0 0 1-2-2M19.5 8v-.5c0-1.875 0-2.812-.477-3.47a2.5 2.5 0 0 0-.553-.553C17.812 3 16.875 3 15 3m7 3.5L19.5 9L17 6.5"/></g></svg> </template>
CSS
.icon-orientation-image-potrait-to-landscape {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.788%2019.788l-2.111-2.111a.604.604%200%200%200-.854%200L17.25%2019.25L15%2017M2%208v4c0%202.357%200%203.536.732%204.268S4.643%2017%207%2017s3.536%200%204.268-.732S12%2014.357%2012%2012V8c0-2.357%200-3.536-.732-4.268S9.357%203%207%203s-3.536%200-4.268.732S2%205.643%202%208%22%2F%3E%3Cpath%20d%3D%22m2%2012l2.646-2.646a1.207%201.207%200%200%201%201.708%200L8.25%2011.25l1.073-1.073a.604.604%200%200%201%20.854%200L12%2012M8.5%206.49v.01m9.5%208.49V15m-3-3h2c2.357%200%203.535%200%204.268.732S22%2014.643%2022%2017s0%203.535-.732%204.268C20.535%2022%2019.357%2022%2017%2022h-7a2%202%200%200%201-2-2M19.5%208v-.5c0-1.875%200-2.812-.477-3.47a2.5%202.5%200%200%200-.553-.553C17.812%203%2016.875%203%2015%203m7%203.5L19.5%209L17%206.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.788%2019.788l-2.111-2.111a.604.604%200%200%200-.854%200L17.25%2019.25L15%2017M2%208v4c0%202.357%200%203.536.732%204.268S4.643%2017%207%2017s3.536%200%204.268-.732S12%2014.357%2012%2012V8c0-2.357%200-3.536-.732-4.268S9.357%203%207%203s-3.536%200-4.268.732S2%205.643%202%208%22%2F%3E%3Cpath%20d%3D%22m2%2012l2.646-2.646a1.207%201.207%200%200%201%201.708%200L8.25%2011.25l1.073-1.073a.604.604%200%200%201%20.854%200L12%2012M8.5%206.49v.01m9.5%208.49V15m-3-3h2c2.357%200%203.535%200%204.268.732S22%2014.643%2022%2017s0%203.535-.732%204.268C20.535%2022%2019.357%2022%2017%2022h-7a2%202%200%200%201-2-2M19.5%208v-.5c0-1.875%200-2.812-.477-3.47a2.5%202.5%200%200%200-.553-.553C17.812%203%2016.875%203%2015%203m7%203.5L19.5%209L17%206.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/orientation-image-potrait-to-landscape.svg?color=%231a73e8&size=48