orientation potrait to landscape icon
orientation-potrait-to-landscape from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- orientation-potrait-to-landscape
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the orientation potrait to landscape icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 17V9c0-2.357 0-3.536-.732-4.268S9.357 4 7 4s-3.536 0-4.268.732S2 6.643 2 9v8c0 2.357 0 3.535.732 4.268S4.643 22 7 22s3.536 0 4.268-.732C12 20.535 12 19.357 12 17m3 5c2.357 0 3.535 0 4.268-.732C20 20.535 20 19.357 20 17s0-3.536-.732-4.268C18.535 12 17.357 12 15 12m7-6.5L19.5 8L17 5.5M19.5 7c0-2.357 0-3.536-.732-4.268C18.035 2 16.857 2 14.5 2"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOrientationPotraitToLandscape(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 17V9c0-2.357 0-3.536-.732-4.268S9.357 4 7 4s-3.536 0-4.268.732S2 6.643 2 9v8c0 2.357 0 3.535.732 4.268S4.643 22 7 22s3.536 0 4.268-.732C12 20.535 12 19.357 12 17m3 5c2.357 0 3.535 0 4.268-.732C20 20.535 20 19.357 20 17s0-3.536-.732-4.268C18.535 12 17.357 12 15 12m7-6.5L19.5 8L17 5.5M19.5 7c0-2.357 0-3.536-.732-4.268C18.035 2 16.857 2 14.5 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 17V9c0-2.357 0-3.536-.732-4.268S9.357 4 7 4s-3.536 0-4.268.732S2 6.643 2 9v8c0 2.357 0 3.535.732 4.268S4.643 22 7 22s3.536 0 4.268-.732C12 20.535 12 19.357 12 17m3 5c2.357 0 3.535 0 4.268-.732C20 20.535 20 19.357 20 17s0-3.536-.732-4.268C18.535 12 17.357 12 15 12m7-6.5L19.5 8L17 5.5M19.5 7c0-2.357 0-3.536-.732-4.268C18.035 2 16.857 2 14.5 2"/></svg> </template>
CSS
.icon-orientation-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2017V9c0-2.357%200-3.536-.732-4.268S9.357%204%207%204s-3.536%200-4.268.732S2%206.643%202%209v8c0%202.357%200%203.535.732%204.268S4.643%2022%207%2022s3.536%200%204.268-.732C12%2020.535%2012%2019.357%2012%2017m3%205c2.357%200%203.535%200%204.268-.732C20%2020.535%2020%2019.357%2020%2017s0-3.536-.732-4.268C18.535%2012%2017.357%2012%2015%2012m7-6.5L19.5%208L17%205.5M19.5%207c0-2.357%200-3.536-.732-4.268C18.035%202%2016.857%202%2014.5%202%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2017V9c0-2.357%200-3.536-.732-4.268S9.357%204%207%204s-3.536%200-4.268.732S2%206.643%202%209v8c0%202.357%200%203.535.732%204.268S4.643%2022%207%2022s3.536%200%204.268-.732C12%2020.535%2012%2019.357%2012%2017m3%205c2.357%200%203.535%200%204.268-.732C20%2020.535%2020%2019.357%2020%2017s0-3.536-.732-4.268C18.535%2012%2017.357%2012%2015%2012m7-6.5L19.5%208L17%205.5M19.5%207c0-2.357%200-3.536-.732-4.268C18.035%202%2016.857%202%2014.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/orientation-potrait-to-landscape.svg?color=%231a73e8&size=48