Ui Social Link Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Social Link icon is commonly used in URL inputs, reference sections and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306804.svg" alt="Ui Social Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306804.svg" alt="Ui Social Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306804.svg" alt="Ui Social Link icon" :width="24" :height="24" />
CSS background
.icon-ui-social-link {
background-image: url('https://proicons.com/icon/306804.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M411 367c-23 30-50 53-83 69-81 41-184 27-250-32-71-64-97-163-64-249C48 65 130 7 224 6c152-1 260 138 222 287-2 8-3 13 6 17 70 36 140 72 210 109 29-34 63-57 106-68 80-19 165 17 206 89 42 72 32 165-24 224-70 74-178 81-258 18-8-7-14-8-23-1-41 30-83 60-124 89-7 5-9 8-6 17 26 86-14 168-98 198-57 21-108 6-154-33-70-59-62-159-17-213 51-62 143-76 210-29 13 9 20 8 31-1 39-29 79-57 118-85 8-5 10-10 7-20-15-36-18-74-9-112 1-5-2-11-5-15-4-4-10-6-15-9-65-33-130-67-196-101zM227 76c-86 0-156 69-156 155 0 88 68 159 156 159 86 0 157-71 158-156 0-88-70-158-158-158zm470 440c-16 44 17 107 64 127 62 27 130 2 158-55 28-59 5-126-52-158-45-25-114-13-137 22 4 3 8 5 12 8 29 14 58 29 86 44 17 10 23 30 15 46-8 18-26 24-45 17-10-3-19-9-28-14-25-12-49-24-73-37zM433 765c-32-23-79-15-106 15-30 34-30 83 0 117 29 32 78 37 115 12 28-19 45-68 30-86-17 13-35 27-53 39-10 6-23 10-35 10-15 0-24-12-27-27-3-16 4-28 17-38 19-14 39-27 59-42z"/></svg>
Copied!