weasyl from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
weasyl
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the weasyl logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.307 5.541a11.3 11.3 0 0 0-7.828-2.473c-5.02.323-8.432 3.547-9.817 8.64c-1.708-1.635-2.525-4.317-2.792-7.391c-1.359.287-2.213.937-2.979 1.652c.593 3.088 2.407 5.353 4.355 6.88c-3.412.421-7.991 3.255-9.032 6.536c-.672 2.131.349 4.552 1.713 6.027c1.652 1.776 5 2.667 8.475 2.337c.047.485-.141.715-.079 1.209c5.423-.407 9.563-2.193 13.385-5.193c1.495-1.167 3.547-2.713 5.011-4.301c1.469-1.589 3.063-3.437 3.255-6.027c.281-3.719-1.645-6.255-3.667-7.896m-1.911 14.584c-1.38 1.333-2.989 2.396-4.469 3.568c-1.667-2.652-3.443-5.313-5.181-7.891c.02 3.504.004 7.244.052 10.609c-1.043.509-2.385.744-3.657 1.015c-2.583-3.885-5.291-7.984-7.947-11.875c.921-.593 2.167-1.047 3.301-1.432c1.891 2.735 3.641 5.672 5.563 8.443a635 635 0 0 0-.084-13.224a19 19 0 0 0 2.037-.579c2.416 3.625 4.739 7.5 7.287 11.147a735 735 0 0 1-.027-13.027c1.145-.375 2.407-.713 3.557-1.077c.032 4.667-.448 9.504-.432 14.323"/></svg>

React

import type { SVGProps } from "react";

export function CibWeasyl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.307 5.541a11.3 11.3 0 0 0-7.828-2.473c-5.02.323-8.432 3.547-9.817 8.64c-1.708-1.635-2.525-4.317-2.792-7.391c-1.359.287-2.213.937-2.979 1.652c.593 3.088 2.407 5.353 4.355 6.88c-3.412.421-7.991 3.255-9.032 6.536c-.672 2.131.349 4.552 1.713 6.027c1.652 1.776 5 2.667 8.475 2.337c.047.485-.141.715-.079 1.209c5.423-.407 9.563-2.193 13.385-5.193c1.495-1.167 3.547-2.713 5.011-4.301c1.469-1.589 3.063-3.437 3.255-6.027c.281-3.719-1.645-6.255-3.667-7.896m-1.911 14.584c-1.38 1.333-2.989 2.396-4.469 3.568c-1.667-2.652-3.443-5.313-5.181-7.891c.02 3.504.004 7.244.052 10.609c-1.043.509-2.385.744-3.657 1.015c-2.583-3.885-5.291-7.984-7.947-11.875c.921-.593 2.167-1.047 3.301-1.432c1.891 2.735 3.641 5.672 5.563 8.443a635 635 0 0 0-.084-13.224a19 19 0 0 0 2.037-.579c2.416 3.625 4.739 7.5 7.287 11.147a735 735 0 0 1-.027-13.027c1.145-.375 2.407-.713 3.557-1.077c.032 4.667-.448 9.504-.432 14.323"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.307 5.541a11.3 11.3 0 0 0-7.828-2.473c-5.02.323-8.432 3.547-9.817 8.64c-1.708-1.635-2.525-4.317-2.792-7.391c-1.359.287-2.213.937-2.979 1.652c.593 3.088 2.407 5.353 4.355 6.88c-3.412.421-7.991 3.255-9.032 6.536c-.672 2.131.349 4.552 1.713 6.027c1.652 1.776 5 2.667 8.475 2.337c.047.485-.141.715-.079 1.209c5.423-.407 9.563-2.193 13.385-5.193c1.495-1.167 3.547-2.713 5.011-4.301c1.469-1.589 3.063-3.437 3.255-6.027c.281-3.719-1.645-6.255-3.667-7.896m-1.911 14.584c-1.38 1.333-2.989 2.396-4.469 3.568c-1.667-2.652-3.443-5.313-5.181-7.891c.02 3.504.004 7.244.052 10.609c-1.043.509-2.385.744-3.657 1.015c-2.583-3.885-5.291-7.984-7.947-11.875c.921-.593 2.167-1.047 3.301-1.432c1.891 2.735 3.641 5.672 5.563 8.443a635 635 0 0 0-.084-13.224a19 19 0 0 0 2.037-.579c2.416 3.625 4.739 7.5 7.287 11.147a735 735 0 0 1-.027-13.027c1.145-.375 2.407-.713 3.557-1.077c.032 4.667-.448 9.504-.432 14.323"/></svg>
</template>

CSS

.icon-weasyl {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.307%205.541a11.3%2011.3%200%200%200-7.828-2.473c-5.02.323-8.432%203.547-9.817%208.64c-1.708-1.635-2.525-4.317-2.792-7.391c-1.359.287-2.213.937-2.979%201.652c.593%203.088%202.407%205.353%204.355%206.88c-3.412.421-7.991%203.255-9.032%206.536c-.672%202.131.349%204.552%201.713%206.027c1.652%201.776%205%202.667%208.475%202.337c.047.485-.141.715-.079%201.209c5.423-.407%209.563-2.193%2013.385-5.193c1.495-1.167%203.547-2.713%205.011-4.301c1.469-1.589%203.063-3.437%203.255-6.027c.281-3.719-1.645-6.255-3.667-7.896m-1.911%2014.584c-1.38%201.333-2.989%202.396-4.469%203.568c-1.667-2.652-3.443-5.313-5.181-7.891c.02%203.504.004%207.244.052%2010.609c-1.043.509-2.385.744-3.657%201.015c-2.583-3.885-5.291-7.984-7.947-11.875c.921-.593%202.167-1.047%203.301-1.432c1.891%202.735%203.641%205.672%205.563%208.443a635%20635%200%200%200-.084-13.224a19%2019%200%200%200%202.037-.579c2.416%203.625%204.739%207.5%207.287%2011.147a735%20735%200%200%201-.027-13.027c1.145-.375%202.407-.713%203.557-1.077c.032%204.667-.448%209.504-.432%2014.323%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.307%205.541a11.3%2011.3%200%200%200-7.828-2.473c-5.02.323-8.432%203.547-9.817%208.64c-1.708-1.635-2.525-4.317-2.792-7.391c-1.359.287-2.213.937-2.979%201.652c.593%203.088%202.407%205.353%204.355%206.88c-3.412.421-7.991%203.255-9.032%206.536c-.672%202.131.349%204.552%201.713%206.027c1.652%201.776%205%202.667%208.475%202.337c.047.485-.141.715-.079%201.209c5.423-.407%209.563-2.193%2013.385-5.193c1.495-1.167%203.547-2.713%205.011-4.301c1.469-1.589%203.063-3.437%203.255-6.027c.281-3.719-1.645-6.255-3.667-7.896m-1.911%2014.584c-1.38%201.333-2.989%202.396-4.469%203.568c-1.667-2.652-3.443-5.313-5.181-7.891c.02%203.504.004%207.244.052%2010.609c-1.043.509-2.385.744-3.657%201.015c-2.583-3.885-5.291-7.984-7.947-11.875c.921-.593%202.167-1.047%203.301-1.432c1.891%202.735%203.641%205.672%205.563%208.443a635%20635%200%200%200-.084-13.224a19%2019%200%200%200%202.037-.579c2.416%203.625%204.739%207.5%207.287%2011.147a735%20735%200%200%201-.027-13.027c1.145-.375%202.407-.713%203.557-1.077c.032%204.667-.448%209.504-.432%2014.323%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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