Designfloat Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Designfloat 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/305493.svg" alt="Designfloat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305493.svg" alt="Designfloat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305493.svg" alt="Designfloat icon" :width="24" :height="24" />
CSS background
.icon-designfloat {
background-image: url('https://proicons.com/icon/305493.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="M562 281v-85c117 26 201 107 228 233h-85c-23-78-75-126-143-148zm-126 0v-85c-136 26-208 107-235 233h86c22-78 81-126 149-148zM287 546h-86c27 146 99 213 235 240v-85c-68-22-127-87-149-155zm595-55c0 215-173 389-386 389S109 706 109 491s173-388 387-388 386 174 386 388zm-38 0c0-193-156-349-348-349S147 298 147 491s156 350 349 350c192-1 348-157 348-350zM496 668c-98 0-177-79-177-177s79-177 177-177c97 0 176 79 176 177s-79 177-176 177zm137-177c0-76-62-138-137-138-76 0-138 62-138 138s62 138 138 138c75 0 137-62 137-138zm-71 210v85c117-26 201-94 228-240h-85c-23 68-75 133-143 155zm333 17c-24 0-43 19-43 43s19 43 43 43 43-20 43-43-20-43-43-43zM791 827c-30 0-55 25-55 56 0 30 25 55 55 55s55-25 55-55c0-31-25-56-55-56zm90-249c-14 0-25 11-25 25s11 25 25 25 25-11 25-25-11-25-25-25zM123 869c-15 0-28 12-28 28 0 15 13 27 28 27s27-12 27-27c0-16-12-28-27-28zm-9-145c-14 0-26 11-26 26s12 26 26 26 27-11 27-26c-1-15-12-26-27-26zm86 66c-19 0-35 16-35 36 0 19 16 35 35 35 20 0 35-16 35-35 0-20-15-36-35-36zm695-536c-10 0-18 8-18 19 0 10 8 18 18 18s18-8 18-18c0-11-8-19-18-19zM94 177c-18 0-31 14-31 31s13 31 31 31 31-14 31-31c-1-17-14-31-31-31zm71-115c-22 0-39 18-39 40s17 39 39 39 38-18 38-39-17-40-38-40zm-61 243c-11 0-20 8-20 19s9 20 20 20 19-9 19-20-9-19-19-19z"/></svg>
Copied!