buy n large logo
buy-n-large from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- buy-n-large
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M320.2 96C165.5 96 40 196.3 40 320s125.5 224 280.2 224s280.2-100.3 280.2-224S474.9 96 320.2 96m-85.4 357.2l-138.5 1.4l77.2-290.7h133.4c63.2 0 84.9 28.6 78 72.8q-.6 3.45-1.5 6.9c-5.6-1.3-11.4-1.9-17.2-1.9c-42.3 0-76.7 33.9-76.7 75.7c0 37.1 27.1 68 62.9 74.5c-18.2 37.2-56.2 60.9-117.7 61.5zm155.4-182.1h32L400 361.4h-35.4l-11.2-35.6l-7.8 35.6h-37.8l26.6-90.3h31.3l15 36.8l9.4-36.8zm145.9 182.1H339l15.8-61.2c3.8.6 7.6.8 11.5.8c42.3 0 76.7-33.9 76.7-75.6c0-32.6-21-60.5-50.4-71.1l21.3-82.4h92.5l-53 205.4h103.9zM243.9 333.4h-24.7l-13.8 56.5h24.7c16.1 0 32.1-3.2 37.9-26.6c5.6-22.3-8-29.8-24.1-29.8zm21.3-99.4h-21.3l-11.7 47.7h21.4c18 0 35.4-14.6 39.2-30.1c4.6-18.9-9.5-17.6-27.6-17.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsBuyNLarge(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="M320.2 96C165.5 96 40 196.3 40 320s125.5 224 280.2 224s280.2-100.3 280.2-224S474.9 96 320.2 96m-85.4 357.2l-138.5 1.4l77.2-290.7h133.4c63.2 0 84.9 28.6 78 72.8q-.6 3.45-1.5 6.9c-5.6-1.3-11.4-1.9-17.2-1.9c-42.3 0-76.7 33.9-76.7 75.7c0 37.1 27.1 68 62.9 74.5c-18.2 37.2-56.2 60.9-117.7 61.5zm155.4-182.1h32L400 361.4h-35.4l-11.2-35.6l-7.8 35.6h-37.8l26.6-90.3h31.3l15 36.8l9.4-36.8zm145.9 182.1H339l15.8-61.2c3.8.6 7.6.8 11.5.8c42.3 0 76.7-33.9 76.7-75.6c0-32.6-21-60.5-50.4-71.1l21.3-82.4h92.5l-53 205.4h103.9zM243.9 333.4h-24.7l-13.8 56.5h24.7c16.1 0 32.1-3.2 37.9-26.6c5.6-22.3-8-29.8-24.1-29.8zm21.3-99.4h-21.3l-11.7 47.7h21.4c18 0 35.4-14.6 39.2-30.1c4.6-18.9-9.5-17.6-27.6-17.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.2 96C165.5 96 40 196.3 40 320s125.5 224 280.2 224s280.2-100.3 280.2-224S474.9 96 320.2 96m-85.4 357.2l-138.5 1.4l77.2-290.7h133.4c63.2 0 84.9 28.6 78 72.8q-.6 3.45-1.5 6.9c-5.6-1.3-11.4-1.9-17.2-1.9c-42.3 0-76.7 33.9-76.7 75.7c0 37.1 27.1 68 62.9 74.5c-18.2 37.2-56.2 60.9-117.7 61.5zm155.4-182.1h32L400 361.4h-35.4l-11.2-35.6l-7.8 35.6h-37.8l26.6-90.3h31.3l15 36.8l9.4-36.8zm145.9 182.1H339l15.8-61.2c3.8.6 7.6.8 11.5.8c42.3 0 76.7-33.9 76.7-75.6c0-32.6-21-60.5-50.4-71.1l21.3-82.4h92.5l-53 205.4h103.9zM243.9 333.4h-24.7l-13.8 56.5h24.7c16.1 0 32.1-3.2 37.9-26.6c5.6-22.3-8-29.8-24.1-29.8zm21.3-99.4h-21.3l-11.7 47.7h21.4c18 0 35.4-14.6 39.2-30.1c4.6-18.9-9.5-17.6-27.6-17.6"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.2%2096C165.5%2096%2040%20196.3%2040%20320s125.5%20224%20280.2%20224s280.2-100.3%20280.2-224S474.9%2096%20320.2%2096m-85.4%20357.2l-138.5%201.4l77.2-290.7h133.4c63.2%200%2084.9%2028.6%2078%2072.8q-.6%203.45-1.5%206.9c-5.6-1.3-11.4-1.9-17.2-1.9c-42.3%200-76.7%2033.9-76.7%2075.7c0%2037.1%2027.1%2068%2062.9%2074.5c-18.2%2037.2-56.2%2060.9-117.7%2061.5zm155.4-182.1h32L400%20361.4h-35.4l-11.2-35.6l-7.8%2035.6h-37.8l26.6-90.3h31.3l15%2036.8l9.4-36.8zm145.9%20182.1H339l15.8-61.2c3.8.6%207.6.8%2011.5.8c42.3%200%2076.7-33.9%2076.7-75.6c0-32.6-21-60.5-50.4-71.1l21.3-82.4h92.5l-53%20205.4h103.9zM243.9%20333.4h-24.7l-13.8%2056.5h24.7c16.1%200%2032.1-3.2%2037.9-26.6c5.6-22.3-8-29.8-24.1-29.8zm21.3-99.4h-21.3l-11.7%2047.7h21.4c18%200%2035.4-14.6%2039.2-30.1c4.6-18.9-9.5-17.6-27.6-17.6%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%22M320.2%2096C165.5%2096%2040%20196.3%2040%20320s125.5%20224%20280.2%20224s280.2-100.3%20280.2-224S474.9%2096%20320.2%2096m-85.4%20357.2l-138.5%201.4l77.2-290.7h133.4c63.2%200%2084.9%2028.6%2078%2072.8q-.6%203.45-1.5%206.9c-5.6-1.3-11.4-1.9-17.2-1.9c-42.3%200-76.7%2033.9-76.7%2075.7c0%2037.1%2027.1%2068%2062.9%2074.5c-18.2%2037.2-56.2%2060.9-117.7%2061.5zm155.4-182.1h32L400%20361.4h-35.4l-11.2-35.6l-7.8%2035.6h-37.8l26.6-90.3h31.3l15%2036.8l9.4-36.8zm145.9%20182.1H339l15.8-61.2c3.8.6%207.6.8%2011.5.8c42.3%200%2076.7-33.9%2076.7-75.6c0-32.6-21-60.5-50.4-71.1l21.3-82.4h92.5l-53%20205.4h103.9zM243.9%20333.4h-24.7l-13.8%2056.5h24.7c16.1%200%2032.1-3.2%2037.9-26.6c5.6-22.3-8-29.8-24.1-29.8zm21.3-99.4h-21.3l-11.7%2047.7h21.4c18%200%2035.4-14.6%2039.2-30.1c4.6-18.9-9.5-17.6-27.6-17.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/buy-n-large.svg?color=%231a73e8&size=48