Swift Installer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swift Installer 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/333534.svg" alt="Swift Installer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333534.svg" alt="Swift Installer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333534.svg" alt="Swift Installer icon" :width="24" :height="24" />
CSS background
.icon-swift-installer {
background-image: url('https://proicons.com/icon/333534.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="14.6818" y="13.0183" width="24.2333" height="24.2333" rx="3.4619" transform="translate(-9.9253 26.2713) rotate(-44.9377)"/><line class="a" x1="24.3665" y1="10.4447" x2="29.2333" y2="5.5884"/><line class="a" x1="24.2333" y1="27.6945" x2="29.3635" y2="22.5754"/><line class="a" x1="26.6786" y1="30.1451" x2="31.8088" y2="25.026"/><line class="a" x1="21.788" y1="25.2439" x2="26.9183" y2="20.1248"/><path class="a" d="M13.88,38.2217c0-2.314-4.19-8.8327-4.19-8.8327S5.5,35.9077,5.5,38.2217a4.19,4.19,0,1,0,8.38,0Z"/></svg>
Copied!