desktop tower icon
desktop-tower-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- desktop-tower-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the desktop tower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 76v112a4 4 0 0 1-4 4H96v16h15.73a8.18 8.18 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53H64.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53h16v-16H32a24 24 0 0 1-24-24V96a24 24 0 0 1 24-24h84a4 4 0 0 1 4 4m128-28v160a16 16 0 0 1-16 16h-80a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h80a16 16 0 0 1 16 16m-44.1 133.57a12 12 0 1 0-10.34 10.33a12 12 0 0 0 10.34-10.33m20.1-78.1a8.18 8.18 0 0 0-8.27-7.47h-47.46a8.18 8.18 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h48a8 8 0 0 0 7.98-8.53m0-32a8.18 8.18 0 0 0-8.27-7.47h-47.46a8.18 8.18 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h48a8 8 0 0 0 8-8.53"/></svg>
React
import type { SVGProps } from "react";
export function PhDesktopTowerFill(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="M120 76v112a4 4 0 0 1-4 4H96v16h15.73a8.18 8.18 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53H64.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53h16v-16H32a24 24 0 0 1-24-24V96a24 24 0 0 1 24-24h84a4 4 0 0 1 4 4m128-28v160a16 16 0 0 1-16 16h-80a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h80a16 16 0 0 1 16 16m-44.1 133.57a12 12 0 1 0-10.34 10.33a12 12 0 0 0 10.34-10.33m20.1-78.1a8.18 8.18 0 0 0-8.27-7.47h-47.46a8.18 8.18 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h48a8 8 0 0 0 7.98-8.53m0-32a8.18 8.18 0 0 0-8.27-7.47h-47.46a8.18 8.18 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h48a8 8 0 0 0 8-8.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 76v112a4 4 0 0 1-4 4H96v16h15.73a8.18 8.18 0 0 1 8.25 7.47a8 8 0 0 1-8 8.53H64.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53h16v-16H32a24 24 0 0 1-24-24V96a24 24 0 0 1 24-24h84a4 4 0 0 1 4 4m128-28v160a16 16 0 0 1-16 16h-80a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h80a16 16 0 0 1 16 16m-44.1 133.57a12 12 0 1 0-10.34 10.33a12 12 0 0 0 10.34-10.33m20.1-78.1a8.18 8.18 0 0 0-8.27-7.47h-47.46a8.18 8.18 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h48a8 8 0 0 0 7.98-8.53m0-32a8.18 8.18 0 0 0-8.27-7.47h-47.46a8.18 8.18 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h48a8 8 0 0 0 8-8.53"/></svg> </template>
CSS
.icon-desktop-tower-fill {
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%22M120%2076v112a4%204%200%200%201-4%204H96v16h15.73a8.18%208.18%200%200%201%208.25%207.47a8%208%200%200%201-8%208.53H64.27a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53h16v-16H32a24%2024%200%200%201-24-24V96a24%2024%200%200%201%2024-24h84a4%204%200%200%201%204%204m128-28v160a16%2016%200%200%201-16%2016h-80a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h80a16%2016%200%200%201%2016%2016m-44.1%20133.57a12%2012%200%201%200-10.34%2010.33a12%2012%200%200%200%2010.34-10.33m20.1-78.1a8.18%208.18%200%200%200-8.27-7.47h-47.46a8.18%208.18%200%200%200-8.25%207.47a8%208%200%200%200%208%208.53h48a8%208%200%200%200%207.98-8.53m0-32a8.18%208.18%200%200%200-8.27-7.47h-47.46a8.18%208.18%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h48a8%208%200%200%200%208-8.53%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%22M120%2076v112a4%204%200%200%201-4%204H96v16h15.73a8.18%208.18%200%200%201%208.25%207.47a8%208%200%200%201-8%208.53H64.27a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53h16v-16H32a24%2024%200%200%201-24-24V96a24%2024%200%200%201%2024-24h84a4%204%200%200%201%204%204m128-28v160a16%2016%200%200%201-16%2016h-80a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h80a16%2016%200%200%201%2016%2016m-44.1%20133.57a12%2012%200%201%200-10.34%2010.33a12%2012%200%200%200%2010.34-10.33m20.1-78.1a8.18%208.18%200%200%200-8.27-7.47h-47.46a8.18%208.18%200%200%200-8.25%207.47a8%208%200%200%200%208%208.53h48a8%208%200%200%200%207.98-8.53m0-32a8.18%208.18%200%200%200-8.27-7.47h-47.46a8.18%208.18%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h48a8%208%200%200%200%208-8.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/desktop-tower-fill.svg?color=%231a73e8&size=48