The Lucide arrow up from dot icon visually represents an upward movement originating from a central point, commonly used to signify actions like uploading, returning to a starting point, or initiating a process.
Common uses
- Upload file or data
- Return to top of page
- Initiate a process or action
Use it in React
Install
npm i lucide-reactImport & render
import { ArrowUpFromDot } from 'lucide-react';
<ArrowUpFromDot size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- directionnorthstepoutarrowupfromdotupload icongo to topstart point arrowoutbound arrow
FAQ
- What does the arrow up from dot icon represent?
- It signifies an action moving upwards from a starting point, often used for uploads or returning to the top.
- How do I use the arrow up from dot icon in React?
- Import it from 'lucide-react' and use it as a component: import { ArrowUpFromDot } from 'lucide-react'.
- What is the license for this icon?
- This icon is provided under the ISC license, which is a permissive open-source 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 →