orientation landscape to potrait icon
orientation-landscape-to-potrait from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- orientation-landscape-to-potrait
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the orientation landscape to potrait 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 9c0-2.357 0-3.536-.732-4.268S9.357 4 7 4s-3.536 0-4.268.732S2 6.643 2 9m5 13h8c2.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 12H7c-2.357 0-3.536 0-4.268.732S2 14.643 2 17s0 3.535.732 4.268S4.643 22 7 22M18.5 2L16 4.5L18.5 7M17 4.5c2.357 0 3.535 0 4.268.732S22 7.143 22 9.5"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOrientationLandscapeToPotrait(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 9c0-2.357 0-3.536-.732-4.268S9.357 4 7 4s-3.536 0-4.268.732S2 6.643 2 9m5 13h8c2.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 12H7c-2.357 0-3.536 0-4.268.732S2 14.643 2 17s0 3.535.732 4.268S4.643 22 7 22M18.5 2L16 4.5L18.5 7M17 4.5c2.357 0 3.535 0 4.268.732S22 7.143 22 9.5"/></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 9c0-2.357 0-3.536-.732-4.268S9.357 4 7 4s-3.536 0-4.268.732S2 6.643 2 9m5 13h8c2.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 12H7c-2.357 0-3.536 0-4.268.732S2 14.643 2 17s0 3.535.732 4.268S4.643 22 7 22M18.5 2L16 4.5L18.5 7M17 4.5c2.357 0 3.535 0 4.268.732S22 7.143 22 9.5"/></svg> </template>
CSS
.icon-orientation-landscape-to-potrait {
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%209c0-2.357%200-3.536-.732-4.268S9.357%204%207%204s-3.536%200-4.268.732S2%206.643%202%209m5%2013h8c2.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%2012H7c-2.357%200-3.536%200-4.268.732S2%2014.643%202%2017s0%203.535.732%204.268S4.643%2022%207%2022M18.5%202L16%204.5L18.5%207M17%204.5c2.357%200%203.535%200%204.268.732S22%207.143%2022%209.5%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%209c0-2.357%200-3.536-.732-4.268S9.357%204%207%204s-3.536%200-4.268.732S2%206.643%202%209m5%2013h8c2.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%2012H7c-2.357%200-3.536%200-4.268.732S2%2014.643%202%2017s0%203.535.732%204.268S4.643%2022%207%2022M18.5%202L16%204.5L18.5%207M17%204.5c2.357%200%203.535%200%204.268.732S22%207.143%2022%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/orientation-landscape-to-potrait.svg?color=%231a73e8&size=48