The Tabler http delete off icon visually represents the cancellation or disabling of an HTTP DELETE request, commonly used in UIs to signify that a delete operation is not permitted or has been deactivated.
Common uses
- Disabling a delete button for specific user roles.
- Indicating a network resource is not deletable.
- Showing a failed or blocked delete action.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHttpDeleteOff } from '@tabler/icons-react';
<IconHttpDeleteOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Computers
- Keywords
- erasecancelremoveuninstallclearnetworkvoiddeletedisconnectdisablecomputershttpoffno deleteforbidden deletecancel delete
FAQ
- What does the http delete off icon represent?
- It signifies that an HTTP DELETE request is turned off or disabled. This is useful for indicating that a delete action is not allowed or has been prevented.
- How do I use this icon in React?
- You can import and use it like this: import { IconHttpDeleteOff } from '@tabler/icons-react'. Then, render it as <IconHttpDeleteOff />.
- What is the license for this icon?
- The Tabler icon library, including the http-delete-off icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →