The Lucide save off icon depicts a floppy disk with a diagonal line through it, commonly used to indicate that data cannot be saved or that a save function is disabled.
Common uses
- Disabling the save button when no changes have been made.
- Indicating a file is read-only and cannot be modified.
- Representing a failed save operation.
Use it in React
Install
npm i lucide-reactImport & render
import { SaveOff } from 'lucide-react';
<SaveOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- floppy diskunsalvageablesaveofffloppy disk offcannot saveread onlysave disabled
FAQ
- What does the save off icon represent?
- It signifies that saving is not possible, either because the data is unmodifiable or the save action is unavailable.
- How do I use the save off icon in React?
- You can import it directly from the lucide-react library using: import { SaveOff } from 'lucide-react'
- What is the license for the Lucide save off icon?
- The Lucide icon library, including the save off icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →