fortress icon
fortress from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fortress
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the fortress icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.022 20.984V4c0-.47 0-.706.146-.853C3.315 3 3.55 3 4.02 3h.687c.3 0 .315.012.387.303l.348 1.393c.073.29.088.302.387.302h1.373c.3 0 .315-.012.388-.302l.348-1.393C8.01 3.012 8.026 3 8.325 3h.686c.471 0 .706 0 .852.146c.147.147.147.382.147.853v3.997c0 .47 0 .706.146.853c.146.146.381.146.852.146h1.996c.47 0 .706 0 .852-.146c.146-.147.146-.382.146-.853V3.999c0-.47 0-.706.147-.853C14.295 3 14.53 3 15 3h.686c.3 0 .315.012.388.303l.347 1.393c.073.29.088.302.388.302h1.373c.3 0 .314-.012.387-.302l.348-1.393c.073-.291.088-.303.387-.303h.687c.47 0 .706 0 .852.146c.146.147.146.382.146.853v16.985M7.015 8.994h-.998m6.488 2.998h-.998m6.488-2.997h-.998M2 21h7.034v-3.305c0-.832.792-2.69 2.968-2.69s2.964 1.858 2.964 2.69V21H22"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFortress(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3.022 20.984V4c0-.47 0-.706.146-.853C3.315 3 3.55 3 4.02 3h.687c.3 0 .315.012.387.303l.348 1.393c.073.29.088.302.387.302h1.373c.3 0 .315-.012.388-.302l.348-1.393C8.01 3.012 8.026 3 8.325 3h.686c.471 0 .706 0 .852.146c.147.147.147.382.147.853v3.997c0 .47 0 .706.146.853c.146.146.381.146.852.146h1.996c.47 0 .706 0 .852-.146c.146-.147.146-.382.146-.853V3.999c0-.47 0-.706.147-.853C14.295 3 14.53 3 15 3h.686c.3 0 .315.012.388.303l.347 1.393c.073.29.088.302.388.302h1.373c.3 0 .314-.012.387-.302l.348-1.393c.073-.291.088-.303.387-.303h.687c.47 0 .706 0 .852.146c.146.147.146.382.146.853v16.985M7.015 8.994h-.998m6.488 2.998h-.998m6.488-2.997h-.998M2 21h7.034v-3.305c0-.832.792-2.69 2.968-2.69s2.964 1.858 2.964 2.69V21H22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.022 20.984V4c0-.47 0-.706.146-.853C3.315 3 3.55 3 4.02 3h.687c.3 0 .315.012.387.303l.348 1.393c.073.29.088.302.387.302h1.373c.3 0 .315-.012.388-.302l.348-1.393C8.01 3.012 8.026 3 8.325 3h.686c.471 0 .706 0 .852.146c.147.147.147.382.147.853v3.997c0 .47 0 .706.146.853c.146.146.381.146.852.146h1.996c.47 0 .706 0 .852-.146c.146-.147.146-.382.146-.853V3.999c0-.47 0-.706.147-.853C14.295 3 14.53 3 15 3h.686c.3 0 .315.012.388.303l.347 1.393c.073.29.088.302.388.302h1.373c.3 0 .314-.012.387-.302l.348-1.393c.073-.291.088-.303.387-.303h.687c.47 0 .706 0 .852.146c.146.147.146.382.146.853v16.985M7.015 8.994h-.998m6.488 2.998h-.998m6.488-2.997h-.998M2 21h7.034v-3.305c0-.832.792-2.69 2.968-2.69s2.964 1.858 2.964 2.69V21H22"/></svg> </template>
CSS
.icon-fortress {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.022%2020.984V4c0-.47%200-.706.146-.853C3.315%203%203.55%203%204.02%203h.687c.3%200%20.315.012.387.303l.348%201.393c.073.29.088.302.387.302h1.373c.3%200%20.315-.012.388-.302l.348-1.393C8.01%203.012%208.026%203%208.325%203h.686c.471%200%20.706%200%20.852.146c.147.147.147.382.147.853v3.997c0%20.47%200%20.706.146.853c.146.146.381.146.852.146h1.996c.47%200%20.706%200%20.852-.146c.146-.147.146-.382.146-.853V3.999c0-.47%200-.706.147-.853C14.295%203%2014.53%203%2015%203h.686c.3%200%20.315.012.388.303l.347%201.393c.073.29.088.302.388.302h1.373c.3%200%20.314-.012.387-.302l.348-1.393c.073-.291.088-.303.387-.303h.687c.47%200%20.706%200%20.852.146c.146.147.146.382.146.853v16.985M7.015%208.994h-.998m6.488%202.998h-.998m6.488-2.997h-.998M2%2021h7.034v-3.305c0-.832.792-2.69%202.968-2.69s2.964%201.858%202.964%202.69V21H22%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.022%2020.984V4c0-.47%200-.706.146-.853C3.315%203%203.55%203%204.02%203h.687c.3%200%20.315.012.387.303l.348%201.393c.073.29.088.302.387.302h1.373c.3%200%20.315-.012.388-.302l.348-1.393C8.01%203.012%208.026%203%208.325%203h.686c.471%200%20.706%200%20.852.146c.147.147.147.382.147.853v3.997c0%20.47%200%20.706.146.853c.146.146.381.146.852.146h1.996c.47%200%20.706%200%20.852-.146c.146-.147.146-.382.146-.853V3.999c0-.47%200-.706.147-.853C14.295%203%2014.53%203%2015%203h.686c.3%200%20.315.012.388.303l.347%201.393c.073.29.088.302.388.302h1.373c.3%200%20.314-.012.387-.302l.348-1.393c.073-.291.088-.303.387-.303h.687c.47%200%20.706%200%20.852.146c.146.147.146.382.146.853v16.985M7.015%208.994h-.998m6.488%202.998h-.998m6.488-2.997h-.998M2%2021h7.034v-3.305c0-.832.792-2.69%202.968-2.69s2.964%201.858%202.964%202.69V21H22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fortress.svg?color=%231a73e8&size=48