Webflow Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Webflow 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/316606.svg" alt="Webflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316606.svg" alt="Webflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316606.svg" alt="Webflow icon" :width="24" :height="24" />
CSS background
.icon-webflow {
background-image: url('https://proicons.com/icon/316606.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Webflow</title><path d="m24 4.515-7.658 14.97H9.149l3.205-6.204h-.144C9.566 16.713 5.621 18.973 0 19.485v-6.118s3.596-.213 5.71-2.435H0V4.515h6.417v5.278l.144-.001 2.622-5.277h4.854v5.244h.144l2.72-5.244H24Z"/></svg>
Copied!