Towerfcu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Towerfcu 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/348715.svg" alt="Towerfcu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348715.svg" alt="Towerfcu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348715.svg" alt="Towerfcu icon" :width="24" :height="24" />
CSS background
.icon-towerfcu {
background-image: url('https://proicons.com/icon/348715.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="9.4603" y1="4.5" x2="38.5397" y2="4.5"/><line class="c" x1="9.4603" y1="10.3981" x2="20.9857" y2="10.3981"/><line class="c" x1="20.9857" y1="16.4167" x2="20.9857" y2="4.5"/><line class="c" x1="27.0043" y1="10.3981" x2="27.0043" y2="42.1559"/><path class="c" d="m9.4603,16.4167v13c-.01,7.0417,4.5841,9.6597,10.1512,12.1373l4.3735,1.946,4.3835-1.946c5.5671-2.4676,10.1713-5.0856,10.1713-12.1474v-12.8997l-5.7677-.0201v22.8403"/><polyline class="c" points="9.4603 16.4167 20.9857 16.4167 20.9857 42.1559"/><line class="c" x1="15.218" y1="16.4167" x2="15.218" y2="39.3372"/><line class="c" x1="27.0043" y1="10.3981" x2="38.5397" y2="10.3981"/></svg>
Copied!