weebly from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
weebly
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the weebly logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M489.1 129.8c-39.9 0-73.3 25.7-83.7 64.3c-18.2-58.1-65.5-64.3-85-64.3c-19.8 0-66.8 6.3-85.3 64.3c-10.4-38.6-43.4-64.3-83.7-64.3c-49 0-87.5 33.9-87.5 77.2c0 29 4.2 33.3 77.2 233.5c22.4 60.6 67.8 69.4 92.7 69.4c39.2 0 70-19.5 85.9-54c15.9 34.8 46.7 54.3 85.9 54.3c25 0 70.4-9.1 92.7-69.7c76.6-208.6 77.5-205.6 77.5-227.2c.6-48.3-36-83.5-86.9-83.5zm26.3 114.8l-65.5 176.5c-7.9 21.5-21.2 37.2-46.2 37.2c-23.4 0-37.4-12.4-44-33.9L320.4 307h-1l-39.3 117.4c-7 21.5-20.9 33.6-44 33.6c-25 0-38.3-15.7-46.2-37.2l-65-175.2c-5.4-14.8-7.9-23.9-7.9-34.5c0-16.3 15.8-29.4 38.3-29.4c18.7 0 32 11.8 36.1 29.1l44 139.8h1l44.7-136.8c6-19.7 16.5-32.1 39-32.1s32.9 12.1 39 32.1l44.7 136.8h1l44-139.8c4.1-17.2 17.4-29.1 36.1-29.1c22.2 0 38.3 13.3 38.3 35.7c-.3 7.9-4.1 16-7.6 27.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsWeebly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M489.1 129.8c-39.9 0-73.3 25.7-83.7 64.3c-18.2-58.1-65.5-64.3-85-64.3c-19.8 0-66.8 6.3-85.3 64.3c-10.4-38.6-43.4-64.3-83.7-64.3c-49 0-87.5 33.9-87.5 77.2c0 29 4.2 33.3 77.2 233.5c22.4 60.6 67.8 69.4 92.7 69.4c39.2 0 70-19.5 85.9-54c15.9 34.8 46.7 54.3 85.9 54.3c25 0 70.4-9.1 92.7-69.7c76.6-208.6 77.5-205.6 77.5-227.2c.6-48.3-36-83.5-86.9-83.5zm26.3 114.8l-65.5 176.5c-7.9 21.5-21.2 37.2-46.2 37.2c-23.4 0-37.4-12.4-44-33.9L320.4 307h-1l-39.3 117.4c-7 21.5-20.9 33.6-44 33.6c-25 0-38.3-15.7-46.2-37.2l-65-175.2c-5.4-14.8-7.9-23.9-7.9-34.5c0-16.3 15.8-29.4 38.3-29.4c18.7 0 32 11.8 36.1 29.1l44 139.8h1l44.7-136.8c6-19.7 16.5-32.1 39-32.1s32.9 12.1 39 32.1l44.7 136.8h1l44-139.8c4.1-17.2 17.4-29.1 36.1-29.1c22.2 0 38.3 13.3 38.3 35.7c-.3 7.9-4.1 16-7.6 27.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M489.1 129.8c-39.9 0-73.3 25.7-83.7 64.3c-18.2-58.1-65.5-64.3-85-64.3c-19.8 0-66.8 6.3-85.3 64.3c-10.4-38.6-43.4-64.3-83.7-64.3c-49 0-87.5 33.9-87.5 77.2c0 29 4.2 33.3 77.2 233.5c22.4 60.6 67.8 69.4 92.7 69.4c39.2 0 70-19.5 85.9-54c15.9 34.8 46.7 54.3 85.9 54.3c25 0 70.4-9.1 92.7-69.7c76.6-208.6 77.5-205.6 77.5-227.2c.6-48.3-36-83.5-86.9-83.5zm26.3 114.8l-65.5 176.5c-7.9 21.5-21.2 37.2-46.2 37.2c-23.4 0-37.4-12.4-44-33.9L320.4 307h-1l-39.3 117.4c-7 21.5-20.9 33.6-44 33.6c-25 0-38.3-15.7-46.2-37.2l-65-175.2c-5.4-14.8-7.9-23.9-7.9-34.5c0-16.3 15.8-29.4 38.3-29.4c18.7 0 32 11.8 36.1 29.1l44 139.8h1l44.7-136.8c6-19.7 16.5-32.1 39-32.1s32.9 12.1 39 32.1l44.7 136.8h1l44-139.8c4.1-17.2 17.4-29.1 36.1-29.1c22.2 0 38.3 13.3 38.3 35.7c-.3 7.9-4.1 16-7.6 27.2z"/></svg>
</template>

CSS

.icon-weebly {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M489.1%20129.8c-39.9%200-73.3%2025.7-83.7%2064.3c-18.2-58.1-65.5-64.3-85-64.3c-19.8%200-66.8%206.3-85.3%2064.3c-10.4-38.6-43.4-64.3-83.7-64.3c-49%200-87.5%2033.9-87.5%2077.2c0%2029%204.2%2033.3%2077.2%20233.5c22.4%2060.6%2067.8%2069.4%2092.7%2069.4c39.2%200%2070-19.5%2085.9-54c15.9%2034.8%2046.7%2054.3%2085.9%2054.3c25%200%2070.4-9.1%2092.7-69.7c76.6-208.6%2077.5-205.6%2077.5-227.2c.6-48.3-36-83.5-86.9-83.5zm26.3%20114.8l-65.5%20176.5c-7.9%2021.5-21.2%2037.2-46.2%2037.2c-23.4%200-37.4-12.4-44-33.9L320.4%20307h-1l-39.3%20117.4c-7%2021.5-20.9%2033.6-44%2033.6c-25%200-38.3-15.7-46.2-37.2l-65-175.2c-5.4-14.8-7.9-23.9-7.9-34.5c0-16.3%2015.8-29.4%2038.3-29.4c18.7%200%2032%2011.8%2036.1%2029.1l44%20139.8h1l44.7-136.8c6-19.7%2016.5-32.1%2039-32.1s32.9%2012.1%2039%2032.1l44.7%20136.8h1l44-139.8c4.1-17.2%2017.4-29.1%2036.1-29.1c22.2%200%2038.3%2013.3%2038.3%2035.7c-.3%207.9-4.1%2016-7.6%2027.2z%22%2F%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M489.1%20129.8c-39.9%200-73.3%2025.7-83.7%2064.3c-18.2-58.1-65.5-64.3-85-64.3c-19.8%200-66.8%206.3-85.3%2064.3c-10.4-38.6-43.4-64.3-83.7-64.3c-49%200-87.5%2033.9-87.5%2077.2c0%2029%204.2%2033.3%2077.2%20233.5c22.4%2060.6%2067.8%2069.4%2092.7%2069.4c39.2%200%2070-19.5%2085.9-54c15.9%2034.8%2046.7%2054.3%2085.9%2054.3c25%200%2070.4-9.1%2092.7-69.7c76.6-208.6%2077.5-205.6%2077.5-227.2c.6-48.3-36-83.5-86.9-83.5zm26.3%20114.8l-65.5%20176.5c-7.9%2021.5-21.2%2037.2-46.2%2037.2c-23.4%200-37.4-12.4-44-33.9L320.4%20307h-1l-39.3%20117.4c-7%2021.5-20.9%2033.6-44%2033.6c-25%200-38.3-15.7-46.2-37.2l-65-175.2c-5.4-14.8-7.9-23.9-7.9-34.5c0-16.3%2015.8-29.4%2038.3-29.4c18.7%200%2032%2011.8%2036.1%2029.1l44%20139.8h1l44.7-136.8c6-19.7%2016.5-32.1%2039-32.1s32.9%2012.1%2039%2032.1l44.7%20136.8h1l44-139.8c4.1-17.2%2017.4-29.1%2036.1-29.1c22.2%200%2038.3%2013.3%2038.3%2035.7c-.3%207.9-4.1%2016-7.6%2027.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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