Swyftx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swyftx 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/333556.svg" alt="Swyftx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333556.svg" alt="Swyftx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333556.svg" alt="Swyftx icon" :width="24" :height="24" />
CSS background
.icon-swyftx {
background-image: url('https://proicons.com/icon/333556.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M13.0164,26.9104l5.5622.194c16.0371-.8744,2.2885-16.8562-.3234-22.6045,2.951,2.5621,16.1624,12.8909,13.1617,19.209,1.7734.2223,2.4163.7685,3.5668,1.5223-2.362,3.1103-9.6502,2.6061-16.1024,3.4367l-5.6811,2.125"/><path id="d" class="e" d="M25.1432,30.9527c-2.2239,4.8281-4.0901,7.979-7.4701,12.5473,8.8479-6.2799,10.88-9.9329,13.347-16.1327l-5.8768,3.5854Z"/></svg>
Copied!