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

Name
cotton-bureau
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the cotton bureau logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39c62 0 99.2-37.2 99.2-99.21c0-61.37-36.53-98.28-97.38-99.06c-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41c48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223c0-141.82 81.35-223.2 223.2-223.2c114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8C105 8 12 101.19 12 255.82C12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67c0 48-26.43 74.41-74.4 74.41c-28.61 0-49.33-9.59-61.59-27.33c83.06-16.55 75.59-99.67 71.79-120.75m-81.68 97.36c-2.46-10.34-16.33-87 56.23-97c2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61c-28.36 5.48-49.36 20.59-61.59 43.45c-12.23-22.86-33.23-38-61.6-43.45c12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97c-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41c0-44.36 22.86-70 64.22-73.67c-6.75 37.2-1.38 106.53 71.65 120.75c-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.3 80.3 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsCottonBureau(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39c62 0 99.2-37.2 99.2-99.21c0-61.37-36.53-98.28-97.38-99.06c-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41c48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223c0-141.82 81.35-223.2 223.2-223.2c114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8C105 8 12 101.19 12 255.82C12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67c0 48-26.43 74.41-74.4 74.41c-28.61 0-49.33-9.59-61.59-27.33c83.06-16.55 75.59-99.67 71.79-120.75m-81.68 97.36c-2.46-10.34-16.33-87 56.23-97c2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61c-28.36 5.48-49.36 20.59-61.59 43.45c-12.23-22.86-33.23-38-61.6-43.45c12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97c-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41c0-44.36 22.86-70 64.22-73.67c-6.75 37.2-1.38 106.53 71.65 120.75c-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.3 80.3 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39c62 0 99.2-37.2 99.2-99.21c0-61.37-36.53-98.28-97.38-99.06c-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41c48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223c0-141.82 81.35-223.2 223.2-223.2c114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8C105 8 12 101.19 12 255.82C12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67c0 48-26.43 74.41-74.4 74.41c-28.61 0-49.33-9.59-61.59-27.33c83.06-16.55 75.59-99.67 71.79-120.75m-81.68 97.36c-2.46-10.34-16.33-87 56.23-97c2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61c-28.36 5.48-49.36 20.59-61.59 43.45c-12.23-22.86-33.23-38-61.6-43.45c12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97c-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41c0-44.36 22.86-70 64.22-73.67c-6.75 37.2-1.38 106.53 71.65 120.75c-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.3 80.3 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"/></svg>
</template>

CSS

.icon-cotton-bureau {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M474.31%20330.41c-23.66%2091.85-94.23%20144.59-201.9%20148.35V429.6c0-48%2026.41-74.39%2074.39-74.39c62%200%2099.2-37.2%2099.2-99.21c0-61.37-36.53-98.28-97.38-99.06c-33-69.32-146.5-64.65-177.24%200C110.52%20157.72%2074%20194.63%2074%20256c0%2062.13%2037.27%2099.41%2099.4%2099.41c48%200%2074.55%2026.23%2074.55%2074.39V479c-134.43-5-211.1-85.07-211.1-223c0-141.82%2081.35-223.2%20223.2-223.2c114.77%200%20189.84%2053.2%20214.69%20148.81H500C473.88%2071.51%20388.22%208%20259.82%208C105%208%2012%20101.19%2012%20255.82C12%20411.14%20105.19%20504.34%20259.82%20504c128.27%200%20213.87-63.81%20239.67-173.59zM357%20182.33c41.37%203.45%2064.2%2029%2064.2%2073.67c0%2048-26.43%2074.41-74.4%2074.41c-28.61%200-49.33-9.59-61.59-27.33c83.06-16.55%2075.59-99.67%2071.79-120.75m-81.68%2097.36c-2.46-10.34-16.33-87%2056.23-97c2.27%2010.09%2016.52%2087.11-56.26%2097zM260%20132c28.61%200%2049%209.67%2061.44%2027.61c-28.36%205.48-49.36%2020.59-61.59%2043.45c-12.23-22.86-33.23-38-61.6-43.45c12.41-17.69%2033.27-27.35%2061.57-27.35zm-71.52%2050.72c73.17%2010.57%2058.91%2086.81%2056.49%2097c-72.41-9.84-59-86.95-56.25-97zM173.2%20330.41c-48%200-74.4-26.4-74.4-74.41c0-44.36%2022.86-70%2064.22-73.67c-6.75%2037.2-1.38%20106.53%2071.65%20120.75c-12.14%2017.63-32.84%2027.3-61.14%2027.3zm53.21%2012.39A80.8%2080.8%200%200%200%20260%20309.25c7.77%2014.49%2019.33%2025.54%2033.82%2033.55a80.3%2080.3%200%200%200-33.58%2033.83c-8-14.5-19.07-26.23-33.56-33.83z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M474.31%20330.41c-23.66%2091.85-94.23%20144.59-201.9%20148.35V429.6c0-48%2026.41-74.39%2074.39-74.39c62%200%2099.2-37.2%2099.2-99.21c0-61.37-36.53-98.28-97.38-99.06c-33-69.32-146.5-64.65-177.24%200C110.52%20157.72%2074%20194.63%2074%20256c0%2062.13%2037.27%2099.41%2099.4%2099.41c48%200%2074.55%2026.23%2074.55%2074.39V479c-134.43-5-211.1-85.07-211.1-223c0-141.82%2081.35-223.2%20223.2-223.2c114.77%200%20189.84%2053.2%20214.69%20148.81H500C473.88%2071.51%20388.22%208%20259.82%208C105%208%2012%20101.19%2012%20255.82C12%20411.14%20105.19%20504.34%20259.82%20504c128.27%200%20213.87-63.81%20239.67-173.59zM357%20182.33c41.37%203.45%2064.2%2029%2064.2%2073.67c0%2048-26.43%2074.41-74.4%2074.41c-28.61%200-49.33-9.59-61.59-27.33c83.06-16.55%2075.59-99.67%2071.79-120.75m-81.68%2097.36c-2.46-10.34-16.33-87%2056.23-97c2.27%2010.09%2016.52%2087.11-56.26%2097zM260%20132c28.61%200%2049%209.67%2061.44%2027.61c-28.36%205.48-49.36%2020.59-61.59%2043.45c-12.23-22.86-33.23-38-61.6-43.45c12.41-17.69%2033.27-27.35%2061.57-27.35zm-71.52%2050.72c73.17%2010.57%2058.91%2086.81%2056.49%2097c-72.41-9.84-59-86.95-56.25-97zM173.2%20330.41c-48%200-74.4-26.4-74.4-74.41c0-44.36%2022.86-70%2064.22-73.67c-6.75%2037.2-1.38%20106.53%2071.65%20120.75c-12.14%2017.63-32.84%2027.3-61.14%2027.3zm53.21%2012.39A80.8%2080.8%200%200%200%20260%20309.25c7.77%2014.49%2019.33%2025.54%2033.82%2033.55a80.3%2080.3%200%200%200-33.58%2033.83c-8-14.5-19.07-26.23-33.56-33.83z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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