Http Fs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Http Fs 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/341717.svg" alt="Http Fs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341717.svg" alt="Http Fs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341717.svg" alt="Http Fs icon" :width="24" :height="24" />
CSS background
.icon-http-fs {
background-image: url('https://proicons.com/icon/341717.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.1786,2.9829v6.9177c6.1587.938,10.9884,5.7781,11.9133,11.9388h6.9081c-1-9.9574-8.866-17.8377-18.8216-18.8559l.0002-.0006ZM21.9637,3.0269C11.214,4.1072,3.0232,13.1429,3,23.9467c.0232,10.8038,8.214,19.8395,18.9637,20.9198v-6.8947c-6.9462-1.0415-12.0895-7.0015-12.1034-14.0253.0139-7.0238,5.1572-12.9838,12.1034-14.0253V3.0269Z"/><path class="b" d="M40.8154,45.0171v-8.8839h-2.8803c-1.6284,0-2.9485,1.3358-2.9485,2.9835s1.3201,2.9835,2.9485,2.9835h2.8803"/><line class="b" x1="34.9891" y1="24.5334" x2="40.8184" y2="24.5334"/><line class="b" x1="37.9038" y1="33.4175" x2="37.9038" y2="24.5334"/><line class="b" x1="25.7778" y1="36.1302" x2="31.607" y2="36.1302"/><line class="b" x1="28.6924" y1="45.0142" x2="28.6924" y2="36.1302"/><line class="b" x1="25.7748" y1="24.5334" x2="25.7748" y2="33.4175"/><line class="b" x1="31.6041" y1="24.5334" x2="31.6041" y2="33.4175"/><line class="b" x1="25.7748" y1="28.9593" x2="31.6041" y2="28.9593"/></svg>
Copied!