weebly from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
weebly
Set
SVG Logos
Style
Color
Viewbox
256×197
License
CC0

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 256 197"><path fill="#3192e7" d="M212.31 0c-19.972 0-36.617 13.278-41.722 33.15C161.385 3.29 137.83.023 128.004.023c-9.824 0-33.37 3.267-42.59 33.12C80.307 13.29 63.66.023 43.693.023C19.192.023 0 17.538 0 39.897c0 9.888 2.443 17.782 5.395 26.344l33.267 94.076c11.139 31.2 33.832 35.859 46.366 35.859c19.662 0 34.983-10.07 42.973-27.917c7.997 17.927 23.32 28.048 42.972 28.048c12.519 0 35.189-4.667 46.385-35.982l33.45-94.396l.261-.779c.382-1.21.768-2.345 1.132-3.423c1.781-5.27 3.799-11.243 3.799-18.563C256 18.154 237.626 0 212.31 0m15.769 57.875l-33.45 94.396c-4.084 11.42-10.876 19.922-23.656 19.922c-11.973 0-19.042-6.672-22.574-18.104L128.27 91.264h-.547l-20.116 62.825c-3.539 11.434-10.61 17.972-22.58 17.972c-12.782 0-19.58-8.431-23.657-19.852L28.193 58.385c-2.72-7.89-4.079-12.772-4.079-18.49c0-8.704 8.163-15.758 19.579-15.758c9.52 0 16.318 6.276 18.494 15.522l22.573 74.837h.54l22.845-73.188c2.997-10.605 8.433-17.171 19.859-17.171c11.42 0 16.857 6.555 19.848 17.16l22.846 73.199h.54l22.58-74.837c2.173-9.246 8.97-15.545 18.492-15.545c11.416 0 19.576 7.08 19.576 19.05c0 4.349-1.91 8.718-3.807 14.71"/></svg>

React

import type { SVGProps } from "react";

export function LogosWeebly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 197"><path fill="#3192e7" d="M212.31 0c-19.972 0-36.617 13.278-41.722 33.15C161.385 3.29 137.83.023 128.004.023c-9.824 0-33.37 3.267-42.59 33.12C80.307 13.29 63.66.023 43.693.023C19.192.023 0 17.538 0 39.897c0 9.888 2.443 17.782 5.395 26.344l33.267 94.076c11.139 31.2 33.832 35.859 46.366 35.859c19.662 0 34.983-10.07 42.973-27.917c7.997 17.927 23.32 28.048 42.972 28.048c12.519 0 35.189-4.667 46.385-35.982l33.45-94.396l.261-.779c.382-1.21.768-2.345 1.132-3.423c1.781-5.27 3.799-11.243 3.799-18.563C256 18.154 237.626 0 212.31 0m15.769 57.875l-33.45 94.396c-4.084 11.42-10.876 19.922-23.656 19.922c-11.973 0-19.042-6.672-22.574-18.104L128.27 91.264h-.547l-20.116 62.825c-3.539 11.434-10.61 17.972-22.58 17.972c-12.782 0-19.58-8.431-23.657-19.852L28.193 58.385c-2.72-7.89-4.079-12.772-4.079-18.49c0-8.704 8.163-15.758 19.579-15.758c9.52 0 16.318 6.276 18.494 15.522l22.573 74.837h.54l22.845-73.188c2.997-10.605 8.433-17.171 19.859-17.171c11.42 0 16.857 6.555 19.848 17.16l22.846 73.199h.54l22.58-74.837c2.173-9.246 8.97-15.545 18.492-15.545c11.416 0 19.576 7.08 19.576 19.05c0 4.349-1.91 8.718-3.807 14.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 197"><path fill="#3192e7" d="M212.31 0c-19.972 0-36.617 13.278-41.722 33.15C161.385 3.29 137.83.023 128.004.023c-9.824 0-33.37 3.267-42.59 33.12C80.307 13.29 63.66.023 43.693.023C19.192.023 0 17.538 0 39.897c0 9.888 2.443 17.782 5.395 26.344l33.267 94.076c11.139 31.2 33.832 35.859 46.366 35.859c19.662 0 34.983-10.07 42.973-27.917c7.997 17.927 23.32 28.048 42.972 28.048c12.519 0 35.189-4.667 46.385-35.982l33.45-94.396l.261-.779c.382-1.21.768-2.345 1.132-3.423c1.781-5.27 3.799-11.243 3.799-18.563C256 18.154 237.626 0 212.31 0m15.769 57.875l-33.45 94.396c-4.084 11.42-10.876 19.922-23.656 19.922c-11.973 0-19.042-6.672-22.574-18.104L128.27 91.264h-.547l-20.116 62.825c-3.539 11.434-10.61 17.972-22.58 17.972c-12.782 0-19.58-8.431-23.657-19.852L28.193 58.385c-2.72-7.89-4.079-12.772-4.079-18.49c0-8.704 8.163-15.758 19.579-15.758c9.52 0 16.318 6.276 18.494 15.522l22.573 74.837h.54l22.845-73.188c2.997-10.605 8.433-17.171 19.859-17.171c11.42 0 16.857 6.555 19.848 17.16l22.846 73.199h.54l22.58-74.837c2.173-9.246 8.97-15.545 18.492-15.545c11.416 0 19.576 7.08 19.576 19.05c0 4.349-1.91 8.718-3.807 14.71"/></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%20256%20197%22%3E%3Cpath%20fill%3D%22%233192e7%22%20d%3D%22M212.31%200c-19.972%200-36.617%2013.278-41.722%2033.15C161.385%203.29%20137.83.023%20128.004.023c-9.824%200-33.37%203.267-42.59%2033.12C80.307%2013.29%2063.66.023%2043.693.023C19.192.023%200%2017.538%200%2039.897c0%209.888%202.443%2017.782%205.395%2026.344l33.267%2094.076c11.139%2031.2%2033.832%2035.859%2046.366%2035.859c19.662%200%2034.983-10.07%2042.973-27.917c7.997%2017.927%2023.32%2028.048%2042.972%2028.048c12.519%200%2035.189-4.667%2046.385-35.982l33.45-94.396l.261-.779c.382-1.21.768-2.345%201.132-3.423c1.781-5.27%203.799-11.243%203.799-18.563C256%2018.154%20237.626%200%20212.31%200m15.769%2057.875l-33.45%2094.396c-4.084%2011.42-10.876%2019.922-23.656%2019.922c-11.973%200-19.042-6.672-22.574-18.104L128.27%2091.264h-.547l-20.116%2062.825c-3.539%2011.434-10.61%2017.972-22.58%2017.972c-12.782%200-19.58-8.431-23.657-19.852L28.193%2058.385c-2.72-7.89-4.079-12.772-4.079-18.49c0-8.704%208.163-15.758%2019.579-15.758c9.52%200%2016.318%206.276%2018.494%2015.522l22.573%2074.837h.54l22.845-73.188c2.997-10.605%208.433-17.171%2019.859-17.171c11.42%200%2016.857%206.555%2019.848%2017.16l22.846%2073.199h.54l22.58-74.837c2.173-9.246%208.97-15.545%2018.492-15.545c11.416%200%2019.576%207.08%2019.576%2019.05c0%204.349-1.91%208.718-3.807%2014.71%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%20256%20197%22%3E%3Cpath%20fill%3D%22%233192e7%22%20d%3D%22M212.31%200c-19.972%200-36.617%2013.278-41.722%2033.15C161.385%203.29%20137.83.023%20128.004.023c-9.824%200-33.37%203.267-42.59%2033.12C80.307%2013.29%2063.66.023%2043.693.023C19.192.023%200%2017.538%200%2039.897c0%209.888%202.443%2017.782%205.395%2026.344l33.267%2094.076c11.139%2031.2%2033.832%2035.859%2046.366%2035.859c19.662%200%2034.983-10.07%2042.973-27.917c7.997%2017.927%2023.32%2028.048%2042.972%2028.048c12.519%200%2035.189-4.667%2046.385-35.982l33.45-94.396l.261-.779c.382-1.21.768-2.345%201.132-3.423c1.781-5.27%203.799-11.243%203.799-18.563C256%2018.154%20237.626%200%20212.31%200m15.769%2057.875l-33.45%2094.396c-4.084%2011.42-10.876%2019.922-23.656%2019.922c-11.973%200-19.042-6.672-22.574-18.104L128.27%2091.264h-.547l-20.116%2062.825c-3.539%2011.434-10.61%2017.972-22.58%2017.972c-12.782%200-19.58-8.431-23.657-19.852L28.193%2058.385c-2.72-7.89-4.079-12.772-4.079-18.49c0-8.704%208.163-15.758%2019.579-15.758c9.52%200%2016.318%206.276%2018.494%2015.522l22.573%2074.837h.54l22.845-73.188c2.997-10.605%208.433-17.171%2019.859-17.171c11.42%200%2016.857%206.555%2019.848%2017.16l22.846%2073.199h.54l22.58-74.837c2.173-9.246%208.97-15.545%2018.492-15.545c11.416%200%2019.576%207.08%2019.576%2019.05c0%204.349-1.91%208.718-3.807%2014.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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