The Tabler http delete icon visually represents the action of removing or deleting data, commonly used in interfaces to signify an operation that will permanently remove a resource via an HTTP DELETE request.
Common uses
- Button to delete a user account
- Icon for clearing form data
- Action to remove an item from a list
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHttpDelete } from '@tabler/icons-react';
<IconHttpDelete size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Computers
- Keywords
- removeclearerasediscardeliminatecancelpurgeabolishannulsuppresscomputershttpdeletetrashdestroygarbage
FAQ
- What does the http delete icon represent?
- It represents the HTTP DELETE method, used to request that a web server deletes a specific resource. In UI, it signifies a permanent removal action.
- How do I use this icon in React?
- You can import and use it like this: import { IconHttpDelete } from '@tabler/icons-react'. Then render it as <IconHttpDelete />.
- What is the license for this icon?
- This icon is distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →