The Phosphor castle turret icon depicts a defensive structure often found atop castle walls, commonly used in UI to represent locations, fortifications, or game-related elements.
Common uses
- Marking a castle or fortress on a map.
- Indicating a defensive or strategic point in a game.
- Representing a historical or architectural landmark.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CastleTurret } from '@phosphor-icons/react';
<CastleTurret size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CastleTurret size={24} />thin
<CastleTurret size={24} weight="thin" />light
<CastleTurret size={24} weight="light" />bold
<CastleTurret size={24} weight="bold" />fill
<CastleTurret size={24} weight="fill" />duotone
<CastleTurret size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *updated*chessrookmaps & travelobjectsgamescastleturretfortresstowerstronghold
FAQ
- What does the castle turret icon represent?
- It represents a defensive tower or structure, often associated with castles, fortresses, or game elements like chess rooks.
- How do I use the castle turret icon in React?
- You can import and use it in React with: import { CastleTurret } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including the castle turret icon, is available under the MIT license.
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 →