Smartphone Rotate Orientation icon in outline, twotone, bold and bulk. Free in all four styles, for hardware, gadgets, specs, device settings. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSmartphoneRotateOrientation } from "@devigner-ui/icons";
<IconSmartphoneRotateOrientation className="size-6" />
<script setup>
import { IconSmartphoneRotateOrientation } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSmartphoneRotateOrientation class="size-6" />
</template>
<script>
import { IconSmartphoneRotateOrientation } from "@devigner-ui/icons-svelte";
</script>
<IconSmartphoneRotateOrientation class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8c0-2.83 0-4.24.88-5.12S5.18 2 8 2h1c2.83 0 4.24 0 5.12.88S15 5.18 15 8v8c0 2.83 0 4.24-.88 5.12S11.82 22 9 22H8c-2.83 0-4.24 0-5.12-.88S2 18.82 2 16z" stroke="currentColor" stroke-width="1.5"></path><path d="M17.5 10c1.86.03 2.91.17 3.62.88.88.88.88 2.3.88 5.12s0 4.24-.88 5.12c-.7.7-1.76.85-3.62.87" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M11 5H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M19 18v-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 17.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M20.5 6.99 22 8a6.06 6.06 0 0 0-5-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>