Ftp Server Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ftp Server 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/340858.svg" alt="Ftp Server icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340858.svg" alt="Ftp Server icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340858.svg" alt="Ftp Server icon" :width="24" :height="24" />
CSS background
.icon-ftp-server {
background-image: url('https://proicons.com/icon/340858.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m11.6,21c1-2.4,2.3-4.2,4.1-5.7,2.2-1.9,3.8-2.5,7-3.4l-1.3-4.8c-3.4.4-6.7,1.9-9.5,4.3-2.3,2-4,4.6-5,7.3l4.7,2.3Z"/><path class="d" d="m17.7,23.9c1.8-2.9,4.1-5,7.1-6l-1.2-3.7c-3.2-.2-8.8,4.7-9.5,8l3.6,1.7Z"/><path class="d" d="m36.5,24.9c3.1,3.5,2.6,8.8-1,12-3.6,3.2-9,3.1-12.1-.4s-2.7-9,.9-12.2,9.1-2.9,12.2.6Z"/><line class="d" x1="22.9" y1="35.6" x2="35.7" y2="24.2"/><circle class="c" cx="23.8" cy="29.5" r=".75"/><circle class="c" cx="29.5" cy="24.5" r=".75"/><line class="d" x1="27.4" y1="19.2" x2="27.8" y2="22.4"/><line class="d" x1="18.8" y1="26.8" x2="21.9" y2="27.5"/><path class="d" d="m15.9,33.7h0c-.7.6-.8,1.7-.1,2.4l3.5,3.9,2.5-2.2-3.5-3.9c-.7-.8-1.7-.8-2.4-.2Z"/><path class="d" d="m34.6,17.1h0c-.7.6-.8,1.7-.1,2.4l3.5,3.9,2.5-2.2-3.5-3.9c-.7-.7-1.7-.8-2.4-.2Z"/></svg>
Copied!