Brand Designfloat Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand 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/305109.svg" alt="Brand Designfloat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305109.svg" alt="Brand Designfloat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305109.svg" alt="Brand Designfloat icon" :width="24" :height="24" />
CSS background
.icon-brand-designfloat {
background-image: url('https://proicons.com/icon/305109.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="M571 250v-98c133 31 230 123 260 267h-97c-25-89-85-144-163-169zm-144 0v-98c-156 31-238 123-268 267h97c25-89 93-144 171-169zM256 552h-97c30 167 112 245 268 275v-97c-78-26-145-100-171-178zm681-62c0 245-198 444-442 444S53 735 53 490 251 46 495 46s442 199 442 444zm-44 0c0-221-178-400-398-400S97 269 97 490s178 399 398 399 398-179 398-399zM495 692c-111 0-201-91-202-202 1-112 91-202 202-203 111 1 201 91 201 203s-90 202-201 202zm157-202c0-87-70-158-157-158s-157 71-157 158 70 157 157 157 157-70 157-157zm-81 239v98c133-31 230-108 260-275h-97c-26 78-85 152-163 177zm380 20c-27 0-49 22-49 49s22 49 49 49 49-22 49-49-22-49-49-49zM833 874c-35 0-63 28-63 63s28 63 63 63c34 0 62-28 62-63s-28-63-62-63zm102-285c-15 0-28 13-28 29s13 28 28 28 29-12 29-28-13-29-29-29zM69 922c-17 0-31 14-31 31 0 18 14 32 31 32s31-14 31-32c0-17-14-31-31-31zM59 756c-16 0-30 13-30 30s14 30 30 30 30-14 30-30-13-30-30-30zm98 76c-22 0-40 18-40 40s18 40 40 40c23 0 41-18 41-40s-18-40-41-40zm794-613c-11 0-20 9-20 21s9 21 20 21c12 0 21-9 21-21s-9-21-21-21zM35 130c-19 0-35 16-35 36s16 35 35 35 36-15 36-35-16-36-36-36zM117 0C92 0 72 20 72 45c0 24 20 44 45 44 24 0 44-20 44-44 0-25-20-45-44-45zM47 277c-12 0-22 10-22 22s10 22 22 22 22-10 22-22-10-22-22-22z"/></svg>
Copied!