Camera Rotate icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCameraRotate } from "@devigner-ui/icons";
<IconCameraRotate className="size-6" />
<script setup>
import { IconCameraRotate } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCameraRotate class="size-6" />
</template>
<script>
import { IconCameraRotate } from "@devigner-ui/icons-svelte";
</script>
<IconCameraRotate class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M9.78 21h4.44c3.12 0 4.68 0 5.8-.74q.73-.47 1.23-1.2c.75-1.1.75-2.63.75-5.7 0-3.06 0-4.6-.75-5.7a4 4 0 0 0-1.23-1.2c-.72-.47-1.62-.64-3-.7a1.4 1.4 0 0 1-1.35-1.12A2.06 2.06 0 0 0 13.63 3h-3.26c-1 0-1.84.68-2.04 1.64a1.4 1.4 0 0 1-1.35 1.12c-1.38.06-2.28.23-3 .7q-.73.49-1.23 1.2C2 8.77 2 10.3 2 13.37s0 4.6.75 5.7q.49.73 1.23 1.2c1.12.74 2.68.74 5.8.74" stroke="currentColor" stroke-width="1.5"></path><path d="m14.52 10.68-.28-.28a3.17 3.17 0 1 0 .9 2.6m-.62-2.32L13 11m1.52-.32V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>