castle turret icon
castle-turret-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- castle-turret-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the castle turret icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 212h-12v-95l10.14-10.14A19.86 19.86 0 0 0 220 92.69V48a20 20 0 0 0-20-20H56a20 20 0 0 0-20 20v44.69a19.86 19.86 0 0 0 5.86 14.14L52 117v95H40a12 12 0 0 0 0 24h176a12 12 0 0 0 0-24M72.49 103.51L60 91V52h28v24a12 12 0 0 0 24 0V52h32v24a12 12 0 0 0 24 0V52h28v39l-12.49 12.48A12 12 0 0 0 180 112v100h-16v-44a36 36 0 0 0-72 0v44H76V112a12 12 0 0 0-3.51-8.49M140 212h-24v-44a12 12 0 0 1 24 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCastleTurretBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 212h-12v-95l10.14-10.14A19.86 19.86 0 0 0 220 92.69V48a20 20 0 0 0-20-20H56a20 20 0 0 0-20 20v44.69a19.86 19.86 0 0 0 5.86 14.14L52 117v95H40a12 12 0 0 0 0 24h176a12 12 0 0 0 0-24M72.49 103.51L60 91V52h28v24a12 12 0 0 0 24 0V52h32v24a12 12 0 0 0 24 0V52h28v39l-12.49 12.48A12 12 0 0 0 180 112v100h-16v-44a36 36 0 0 0-72 0v44H76V112a12 12 0 0 0-3.51-8.49M140 212h-24v-44a12 12 0 0 1 24 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 212h-12v-95l10.14-10.14A19.86 19.86 0 0 0 220 92.69V48a20 20 0 0 0-20-20H56a20 20 0 0 0-20 20v44.69a19.86 19.86 0 0 0 5.86 14.14L52 117v95H40a12 12 0 0 0 0 24h176a12 12 0 0 0 0-24M72.49 103.51L60 91V52h28v24a12 12 0 0 0 24 0V52h32v24a12 12 0 0 0 24 0V52h28v39l-12.49 12.48A12 12 0 0 0 180 112v100h-16v-44a36 36 0 0 0-72 0v44H76V112a12 12 0 0 0-3.51-8.49M140 212h-24v-44a12 12 0 0 1 24 0Z"/></svg> </template>
CSS
.icon-castle-turret-bold {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20212h-12v-95l10.14-10.14A19.86%2019.86%200%200%200%20220%2092.69V48a20%2020%200%200%200-20-20H56a20%2020%200%200%200-20%2020v44.69a19.86%2019.86%200%200%200%205.86%2014.14L52%20117v95H40a12%2012%200%200%200%200%2024h176a12%2012%200%200%200%200-24M72.49%20103.51L60%2091V52h28v24a12%2012%200%200%200%2024%200V52h32v24a12%2012%200%200%200%2024%200V52h28v39l-12.49%2012.48A12%2012%200%200%200%20180%20112v100h-16v-44a36%2036%200%200%200-72%200v44H76V112a12%2012%200%200%200-3.51-8.49M140%20212h-24v-44a12%2012%200%200%201%2024%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20212h-12v-95l10.14-10.14A19.86%2019.86%200%200%200%20220%2092.69V48a20%2020%200%200%200-20-20H56a20%2020%200%200%200-20%2020v44.69a19.86%2019.86%200%200%200%205.86%2014.14L52%20117v95H40a12%2012%200%200%200%200%2024h176a12%2012%200%200%200%200-24M72.49%20103.51L60%2091V52h28v24a12%2012%200%200%200%2024%200V52h32v24a12%2012%200%200%200%2024%200V52h28v39l-12.49%2012.48A12%2012%200%200%200%20180%20112v100h-16v-44a36%2036%200%200%200-72%200v44H76V112a12%2012%200%200%200-3.51-8.49M140%20212h-24v-44a12%2012%200%200%201%2024%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/castle-turret-bold.svg?color=%231a73e8&size=48