Aia Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aia Connect 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/336034.svg" alt="Aia Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336034.svg" alt="Aia Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336034.svg" alt="Aia Connect icon" :width="24" :height="24" />
CSS background
.icon-aia-connect {
background-image: url('https://proicons.com/icon/336034.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="M28.846,32.9295c-1.1927.5764-1.6924,2.0106-1.116,3.2033.4007.8292,1.2408,1.3558,2.1618,1.3549,1.3253,0,2.3997-1.0742,2.3997-2.3995,0-1.3253-1.0742-2.3997-2.3995-2.3997-.3623,0-.72.082-1.0461.24l-2.1737-4.9592c-.8452.4666-1.7951.7109-2.7606.7099-.6949.001-1.3841-.125-2.0337-.3719M24.7266,17.3449c-1.4469-.2113-2.9196.1436-4.1113.9908M18.0717,37.2908c-1.6618-.6008-3.4959.2593-4.0967,1.9211-.6008,1.6618.2593,3.4959,1.9211,4.0967,1.6618.6008,3.4959-.2593,4.0967-1.9211.1262-.3489.1907-.7172.1906-1.0882.0003-1.3478-.8441-2.5513-2.1117-3.0095l3.8064-8.9826c-2.6701-1.019-4.1726-3.858-3.5134-6.6389l-4.9312-.8269c-.3414,2.015-2.2516,3.3717-4.2665,3.0303-1.7782-.3013-3.0802-1.8406-3.0823-3.6442.0006-2.0427,1.6567-3.6984,3.6994-3.6984,2.0431-.0006,3.6999,1.6551,3.7005,3.6983,0,.2057-.017.4111-.0511.614M18.7786,15.9242c-.9763.8128-2.4266.6803-3.2395-.296-.8128-.9763-.6803-2.4266.296-3.2395h0c.9763-.8128,2.4266-.6803,3.2395.296s.6803,2.4266-.296,3.2395l1.8367,2.4116c-1.1302.8005-1.9303,1.9851-2.2506,3.3325M29.9888,18.9207c1.0933,1.4578,3.1615,1.7532,4.6193.6599,1.4578-1.0933,1.7532-3.1615.6599-4.6193-1.0933-1.4578-3.1615-1.7532-4.6193-.6599-.8311.6233-1.3201,1.6017-1.3198,2.6406,0,.7429.246,1.4278.6599,1.9787l-1.3678.8499c.6478.9459.9937,2.066.9918,3.2125,0,.5149-.069,1.0138-.197,1.4898M33.9452,25.9756c-.6107,2.1227.6149,4.3385,2.7376,4.9493.3598.1035.7324.156,1.1068.1559,2.2077.0698,4.054-1.6632,4.1238-3.8709s-1.6632-4.054-3.8709-4.1238c-.0843-.0027-.1686-.0027-.2529,0-1.7821-.0009-3.3498,1.1774-3.8444,2.8895l-4.5293-1.5038c-.4034,1.4886-1.3929,2.7501-2.7426,3.4964M25.5585,10.674c.13.0167.2623.025.3969.025,1.7118,0,3.0995-1.3877,3.0995-3.0995s-1.3877-3.0995-3.0995-3.0995-3.0995,1.3877-3.0995,3.0995v.002c.0007,1.5578,1.1576,2.873,2.7026,3.0725l-.8309,6.6709c1.5804.2277,2.9928,1.108,3.8934,2.4266"/></svg>
Copied!