Ubisoft Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubisoft 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/334440.svg" alt="Ubisoft Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334440.svg" alt="Ubisoft Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334440.svg" alt="Ubisoft Connect icon" :width="24" :height="24" />
CSS background
.icon-ubisoft-connect {
background-image: url('https://proicons.com/icon/334440.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><path class="a" d="M29.5034,30.1323a7.5114,7.5114,0,0,0-12.8362-7.3407A7.7316,7.7316,0,0,0,14.8935,27.76a8.0366,8.0366,0,0,0,1.7973,4.9691,8.6371,8.6371,0,0,0,4.4818,2.8529,9.6759,9.6759,0,0,0,5.3287-.1561A11.0039,11.0039,0,0,0,31.0406,32.6a12.7656,12.7656,0,0,0,2.8246-4.5568,14.3136,14.3136,0,0,0-.45-10.6794,14.9781,14.9781,0,0,0-7.68-7.469,15.71,15.71,0,0,0-10.7226-.53A16.5194,16.5194,0,0,0,6.37,15.7691a17.5786,17.5786,0,0,0-2.9741,8.4068,19.0848,19.0848,0,0,0,1.38,8.8252,20.21,20.21,0,0,0,7.686,9.2338,20.6257,20.6257,0,0,0,11.5712,3.26A21.06,21.06,0,0,0,35.47,41.7692a21.5143,21.5143,0,0,0,7.5569-9.3682A21.6087,21.6087,0,0,0,33.6364,5.2446a21.6088,21.6088,0,0,0-28.0616,6.181"/><path class="a" d="M29.5034,30.1323A10.4867,10.4867,0,0,0,12.6385,19.736a10.6253,10.6253,0,0,0-3.84,7.4726,13.4106,13.4106,0,0,0,.3517,3.7783A18.5077,18.5077,0,0,0,25.8561,45.3723"/></svg>
Copied!