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

Name
buy-n-large
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same logo in other sets

Use the buy n large logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32m-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60 60 0 0 1-1.5 6.85a77.4 77.4 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65c0 37.14 27.14 68 62.93 74.45c-18.24 37.16-56.16 60.92-117.71 61.52M358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63l-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a79 79 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65c0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65c5.56-22.31-7.99-29.82-24.14-29.82M233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsBuyNLarge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32m-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60 60 0 0 1-1.5 6.85a77.4 77.4 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65c0 37.14 27.14 68 62.93 74.45c-18.24 37.16-56.16 60.92-117.71 61.52M358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63l-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a79 79 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65c0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65c5.56-22.31-7.99-29.82-24.14-29.82M233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32m-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60 60 0 0 1-1.5 6.85a77.4 77.4 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65c0 37.14 27.14 68 62.93 74.45c-18.24 37.16-56.16 60.92-117.71 61.52M358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63l-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a79 79 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65c0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65c5.56-22.31-7.99-29.82-24.14-29.82M233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170"/></svg>
</template>

CSS

.icon-buy-n-large {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032C133.27%2032%207.79%20132.32%207.79%20256S133.27%20480%20288%20480s280.21-100.32%20280.21-224S442.73%2032%20288%2032m-85.39%20357.19L64.1%20390.55l77.25-290.74h133.44c63.15%200%2084.93%2028.65%2078%2072.84a60%2060%200%200%201-1.5%206.85a77.4%2077.4%200%200%200-17.21-1.93c-42.35%200-76.69%2033.88-76.69%2075.65c0%2037.14%2027.14%2068%2062.93%2074.45c-18.24%2037.16-56.16%2060.92-117.71%2061.52M358%20207.11h32l-22.16%2090.31h-35.41l-11.19-35.63l-7.83%2035.63h-37.83l26.63-90.31h31.34l15%2036.75zm145.86%20182.08H306.79L322.63%20328a79%2079%200%200%200%2011.47.83c42.34%200%2076.69-33.87%2076.69-75.65c0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05%20205.36h103.87zM211.7%20269.39H187l-13.8%2056.47h24.7c16.14%200%2032.11-3.18%2037.94-26.65c5.56-22.31-7.99-29.82-24.14-29.82M233%20170h-21.34L200%20217.71h21.37c18%200%2035.38-14.64%2039.21-30.14C265.23%20168.71%20251.07%20170%20233%20170%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032C133.27%2032%207.79%20132.32%207.79%20256S133.27%20480%20288%20480s280.21-100.32%20280.21-224S442.73%2032%20288%2032m-85.39%20357.19L64.1%20390.55l77.25-290.74h133.44c63.15%200%2084.93%2028.65%2078%2072.84a60%2060%200%200%201-1.5%206.85a77.4%2077.4%200%200%200-17.21-1.93c-42.35%200-76.69%2033.88-76.69%2075.65c0%2037.14%2027.14%2068%2062.93%2074.45c-18.24%2037.16-56.16%2060.92-117.71%2061.52M358%20207.11h32l-22.16%2090.31h-35.41l-11.19-35.63l-7.83%2035.63h-37.83l26.63-90.31h31.34l15%2036.75zm145.86%20182.08H306.79L322.63%20328a79%2079%200%200%200%2011.47.83c42.34%200%2076.69-33.87%2076.69-75.65c0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05%20205.36h103.87zM211.7%20269.39H187l-13.8%2056.47h24.7c16.14%200%2032.11-3.18%2037.94-26.65c5.56-22.31-7.99-29.82-24.14-29.82M233%20170h-21.34L200%20217.71h21.37c18%200%2035.38-14.64%2039.21-30.14C265.23%20168.71%20251.07%20170%20233%20170%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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