3d Rotate Solid Icon for Vue
<CIcon :icon="cis3dRotate" />About
The 3D rotate solid icon represents rotation and orientation controls in Vue applications. Use this icon for 3D object rotation tools, view angle adjustments, or spatial manipulation features. Ideal for image editors, 3D modeling software, and any Vue application requiring object transformation controls.
This solid icon clearly communicates rotational functionality while remaining visually distinct at all sizes, perfect for toolbar buttons and control panels in Vue applications.
Common Use Cases
Rotation Control
Add rotation controls to 3D objects in your Vue application
View Angle Adjustment
Allow users to change viewing angles in Vue 3D viewers
Transform Tool
Indicate rotation transformation mode in Vue editors
Best Practices
- Combine with drag interactions for intuitive rotation
- Show active state when rotation mode is enabled
- Include keyboard shortcuts for power users
Installation
To start using CoreUI Vue Icons in your project, you need to install it as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/icons-pro @coreui/icons-vueUsing yarn
yarn add @coreui/icons-pro @coreui/icons-vueUsage
Once you have the package installed, you can import and use the icons in your Vue 3 project. Here's a basic example:
import { CIcon } from '@coreui/icons-vue';
import { cis3dRotate } from '@coreui/icons-pro';
<CIcon :icon="cis3dRotate" />Read the full CoreUI Vue Icon component documentation to see the complete API and integration guide.