stubber from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
stubber
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the stubber logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56l-41.8-56L41.8 88L0 32h335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsStubber(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56l-41.8-56L41.8 88L0 32h335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56l-41.8-56L41.8 88L0 32h335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6z"/></svg>
</template>

CSS

.icon-stubber {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m136.5%20294.2l58.8%2022.9c9.1-36.8%2025.4-61.1%2055-61.1c49.4%200%2071.4%2063.6%20142.4%2063.6c15.6%200%2035.9-2.8%2055.3-13.3V368c0%2061.8-50.4%20112-112.3%20112H0l41.8-56L0%20368l41.7-56L0%20256.1l41.8-56l-41.8-56L41.8%2088L0%2032h335.7C397.6%2032%20448%2082.3%20448%20144.1v51.3c-9.2%2036.3-25.9%2060.6-55%2060.6c-49.6%200-71.6-63.5-142.4-63.5c-35.9%200-95.2%2014.6-114.1%20101.6z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m136.5%20294.2l58.8%2022.9c9.1-36.8%2025.4-61.1%2055-61.1c49.4%200%2071.4%2063.6%20142.4%2063.6c15.6%200%2035.9-2.8%2055.3-13.3V368c0%2061.8-50.4%20112-112.3%20112H0l41.8-56L0%20368l41.7-56L0%20256.1l41.8-56l-41.8-56L41.8%2088L0%2032h335.7C397.6%2032%20448%2082.3%20448%20144.1v51.3c-9.2%2036.3-25.9%2060.6-55%2060.6c-49.6%200-71.6-63.5-142.4-63.5c-35.9%200-95.2%2014.6-114.1%20101.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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