webflow from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.

Name
webflow
Set
Skill Icons
Style
Default
Viewbox
256×256
License
MIT

The same logo in other sets

Use the webflow logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#4353ff" rx="60"/><path fill="#fff" d="M169.105 103.436s-13.815 43.282-14.836 46.957c-.408-3.607-10.48-81.393-10.48-81.393c-23.547 0-36.069 16.741-42.739 34.436c0 0-16.809 43.418-18.17 47.025c-.068-3.403-2.586-46.617-2.586-46.617C78.864 82.134 59.06 69 43 69l19.328 117.802c24.635-.068 37.906-16.741 44.847-34.503c0 0 14.768-38.315 15.381-40.016c.136 1.633 10.616 74.519 10.616 74.519c24.704 0 38.043-15.584 45.188-32.666L213 69c-24.432 0-37.294 16.673-43.895 34.436"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsWebflow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#4353ff" rx="60"/><path fill="#fff" d="M169.105 103.436s-13.815 43.282-14.836 46.957c-.408-3.607-10.48-81.393-10.48-81.393c-23.547 0-36.069 16.741-42.739 34.436c0 0-16.809 43.418-18.17 47.025c-.068-3.403-2.586-46.617-2.586-46.617C78.864 82.134 59.06 69 43 69l19.328 117.802c24.635-.068 37.906-16.741 44.847-34.503c0 0 14.768-38.315 15.381-40.016c.136 1.633 10.616 74.519 10.616 74.519c24.704 0 38.043-15.584 45.188-32.666L213 69c-24.432 0-37.294 16.673-43.895 34.436"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#4353ff" rx="60"/><path fill="#fff" d="M169.105 103.436s-13.815 43.282-14.836 46.957c-.408-3.607-10.48-81.393-10.48-81.393c-23.547 0-36.069 16.741-42.739 34.436c0 0-16.809 43.418-18.17 47.025c-.068-3.403-2.586-46.617-2.586-46.617C78.864 82.134 59.06 69 43 69l19.328 117.802c24.635-.068 37.906-16.741 44.847-34.503c0 0 14.768-38.315 15.381-40.016c.136 1.633 10.616 74.519 10.616 74.519c24.704 0 38.043-15.584 45.188-32.666L213 69c-24.432 0-37.294 16.673-43.895 34.436"/></g></svg>
</template>

CSS

.icon-webflow {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%234353ff%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M169.105%20103.436s-13.815%2043.282-14.836%2046.957c-.408-3.607-10.48-81.393-10.48-81.393c-23.547%200-36.069%2016.741-42.739%2034.436c0%200-16.809%2043.418-18.17%2047.025c-.068-3.403-2.586-46.617-2.586-46.617C78.864%2082.134%2059.06%2069%2043%2069l19.328%20117.802c24.635-.068%2037.906-16.741%2044.847-34.503c0%200%2014.768-38.315%2015.381-40.016c.136%201.633%2010.616%2074.519%2010.616%2074.519c24.704%200%2038.043-15.584%2045.188-32.666L213%2069c-24.432%200-37.294%2016.673-43.895%2034.436%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%234353ff%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M169.105%20103.436s-13.815%2043.282-14.836%2046.957c-.408-3.607-10.48-81.393-10.48-81.393c-23.547%200-36.069%2016.741-42.739%2034.436c0%200-16.809%2043.418-18.17%2047.025c-.068-3.403-2.586-46.617-2.586-46.617C78.864%2082.134%2059.06%2069%2043%2069l19.328%20117.802c24.635-.068%2037.906-16.741%2044.847-34.503c0%200%2014.768-38.315%2015.381-40.016c.136%201.633%2010.616%2074.519%2010.616%2074.519c24.704%200%2038.043-15.584%2045.188-32.666L213%2069c-24.432%200-37.294%2016.673-43.895%2034.436%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/webflow.svg?color=%231a73e8&size=48