3d Rotate icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { Icon3dRotate } from "@devigner-ui/icons";
<Icon3dRotate className="size-6" />
<script setup>
import { Icon3dRotate } from "@devigner-ui/icons-vue";
</script>
<template>
<Icon3dRotate class="size-6" />
</template>
<script>
import { Icon3dRotate } from "@devigner-ui/icons-svelte";
</script>
<Icon3dRotate class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7.37 9.26 5.3 3.07 5.26-3.05" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 17.77v-5.45" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m11.43 6.29-3.2 1.78a2.8 2.8 0 0 0-1.32 2.24v3.39c0 .83.6 1.84 1.32 2.24l3.2 1.78c.68.38 1.8.38 2.5 0l3.2-1.78a2.8 2.8 0 0 0 1.31-2.24v-3.4c0-.83-.59-1.84-1.32-2.24l-3.2-1.78a2.8 2.8 0 0 0-2.49.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 15a7 7 0 0 1-7 7l1.05-1.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 9a7 7 0 0 1 7-7L8.62 3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>