Tower Fortress Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tower Fortress icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/334153.svg" alt="Tower Fortress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334153.svg" alt="Tower Fortress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334153.svg" alt="Tower Fortress icon" :width="24" :height="24" />
CSS background
.icon-tower-fortress {
background-image: url('https://proicons.com/icon/334153.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="c" d="M25.8145,22.5333V4.8659h-3.5908v17.6673c0,.7057,3.5908.7057,3.5908,0Z"/><path class="c" d="M8.6533,23.5837c0-7.85,5.8923-14.3248,13.4654-15.2798M25.824,8.3031c7.6017.9139,13.4654,7.3916,13.4654,15.2798v6.7613c0,2.1583-.5568,3.9919-.5568,3.9919l-6.5512,6.599-3.0464,1.7572c-1.0314.5978-.8853.4145-3.9346.4145v-3.4857h3.7436l6.3411-6.3411v-9.2061c0-1.719-.8853-.5654-3.3998.2483s-5.2715,1.0505-7.936,1.0505"/><path class="c" d="M37.2744,15.7528c3.5395.0396,6.5414,2.611,7.1242,6.1024.5857,3.4899-1.414,6.8979-4.7463,8.0888"/><path class="c" d="M8.6533,23.5837v6.7613c0,2.1583.5568,3.9919.5568,3.9919l6.5512,6.599,3.0464,1.7572c1.0314.5978.8853.4145,3.9346.4145v-3.4857h-3.7436l-6.3411-6.3411v-9.2061c0-1.719.8853-.5654,3.3998.2483s5.2715,1.0505,7.936,1.0505"/><path class="c" d="M10.7256,15.7528c-3.5395.0396-6.5414,2.611-7.1242,6.1024-.5857,3.4899,1.414,6.8979,4.7463,8.0888"/><path class="c" d="M22.7585,41.442h2.5212"/><path class="c" d="M35.3644,24.9207l-12.6059,15.6618"/><path class="c" d="M23.1405,25.3982l-2.6167,2.4543v7.936l-1.7667,3.6003"/><path class="c" d="M35.3644,29.3137l1.9864-1.6139v-4.9373c0-2.6549-1.5566-2.2824-3.4189-1.4993s-3.2852,1.337-3.3711,1.2988c-.0871-.0381-1.1173-2.0914-1.251-2.1392-.1299-.0513-3.056.4861-3.4857.5166"/><path class="c" d="M12.6356,29.3137l-1.9864-1.6139v-4.9373c0-2.6549,1.5566-2.2824,3.4189-1.4993s3.2852,1.337,3.3711,1.2988c.0871-.0381,1.1173-2.0914,1.251-2.1392.1299-.0513,3.056.4861,3.4857.5166"/></svg>
Copied!