The Phosphor drop half bottom icon visually represents a partially filled container, often used to indicate a setting related to contrast, brightness, or a partially applied effect in design tools.
Common uses
- Adjusting contrast or brightness sliders
- Indicating a partially selected or active state
- Representing a water level or fill indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DropHalfBottom } from '@phosphor-icons/react';
<DropHalfBottom size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DropHalfBottom size={24} />thin
<DropHalfBottom size={24} weight="thin" />light
<DropHalfBottom size={24} weight="light" />bold
<DropHalfBottom size={24} weight="bold" />fill
<DropHalfBottom size={24} weight="fill" />duotone
<DropHalfBottom size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- dropletteardropraindrophumiditywatercontrastbrightnessdesigneditornatureweatherdrophalfbottomdroplet halfwater level
FAQ
- What is the drop half bottom icon used for?
- It's commonly used in design software to represent settings like contrast or brightness, or to show a partially filled state.
- How do I use the drop half bottom icon in React?
- You can import and use it like this: import { DropHalfBottom } from '@phosphor-icons/react'. Then render it as <DropHalfBottom />.
- What is the license for this icon?
- The Phosphor icon set, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →