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

Name
free-code-camp
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same logo in other sets

Use the free code camp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M97.22 96.21c10.36-10.65 16-17.12 16-21.9c0-2.76-1.92-5.51-3.83-7.42a14.8 14.8 0 0 0-8.39-2.84c-8.48 0-20.92 8.79-35.84 25.69C23.68 137 2.51 182.81 3.37 250.34s17.47 117 54.06 161.87C76.22 435.86 90.62 448 100.9 448a13.55 13.55 0 0 0 8.37-3.84c1.91-2.76 3.81-5.63 3.81-8.38c0-5.63-3.86-12.2-13.2-20.55c-44.45-42.33-67.32-97-67.48-165c-.15-61.43 21.6-112.4 64.82-154.02m142.25 323.86c.58.37.91.55.91.55Zm93.79.55l.17-.13c-.19.13-.26.18-.17.13m3.13-158.18c-16.24-4.15 50.41-82.89-68.05-177.17c0 0 15.54 49.38-62.83 159.57c-74.27 104.35 23.46 168.73 34 175.23c-6.73-4.35-47.4-35.7 9.55-128.64c11-18.3 25.53-34.87 43.5-72.16c0 0 15.91 22.45 7.6 71.13C287.7 364 354 342.91 355 343.94c22.75 26.78-17.72 73.51-21.58 76.55c5.49-3.65 117.71-78 33-188.1c-5.99 6.01-13.8 34.2-30.03 30.05M510.88 89.69C496 72.79 483.52 64 475 64a14.8 14.8 0 0 0-8.39 2.84c-1.91 1.91-3.83 4.66-3.83 7.42c0 4.78 5.6 11.26 16 21.9c43.23 41.61 65 92.59 64.82 154.06c-.16 68-23 122.63-67.48 165c-9.34 8.35-13.18 14.92-13.2 20.55c0 2.75 1.9 5.62 3.81 8.38a13.6 13.6 0 0 0 8.37 3.85c10.28 0 24.68-12.13 43.47-35.79c36.59-44.85 53.14-94.38 54.06-161.87S552.32 137 510.88 89.69"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsFreeCodeCamp(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="M97.22 96.21c10.36-10.65 16-17.12 16-21.9c0-2.76-1.92-5.51-3.83-7.42a14.8 14.8 0 0 0-8.39-2.84c-8.48 0-20.92 8.79-35.84 25.69C23.68 137 2.51 182.81 3.37 250.34s17.47 117 54.06 161.87C76.22 435.86 90.62 448 100.9 448a13.55 13.55 0 0 0 8.37-3.84c1.91-2.76 3.81-5.63 3.81-8.38c0-5.63-3.86-12.2-13.2-20.55c-44.45-42.33-67.32-97-67.48-165c-.15-61.43 21.6-112.4 64.82-154.02m142.25 323.86c.58.37.91.55.91.55Zm93.79.55l.17-.13c-.19.13-.26.18-.17.13m3.13-158.18c-16.24-4.15 50.41-82.89-68.05-177.17c0 0 15.54 49.38-62.83 159.57c-74.27 104.35 23.46 168.73 34 175.23c-6.73-4.35-47.4-35.7 9.55-128.64c11-18.3 25.53-34.87 43.5-72.16c0 0 15.91 22.45 7.6 71.13C287.7 364 354 342.91 355 343.94c22.75 26.78-17.72 73.51-21.58 76.55c5.49-3.65 117.71-78 33-188.1c-5.99 6.01-13.8 34.2-30.03 30.05M510.88 89.69C496 72.79 483.52 64 475 64a14.8 14.8 0 0 0-8.39 2.84c-1.91 1.91-3.83 4.66-3.83 7.42c0 4.78 5.6 11.26 16 21.9c43.23 41.61 65 92.59 64.82 154.06c-.16 68-23 122.63-67.48 165c-9.34 8.35-13.18 14.92-13.2 20.55c0 2.75 1.9 5.62 3.81 8.38a13.6 13.6 0 0 0 8.37 3.85c10.28 0 24.68-12.13 43.47-35.79c36.59-44.85 53.14-94.38 54.06-161.87S552.32 137 510.88 89.69"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M97.22 96.21c10.36-10.65 16-17.12 16-21.9c0-2.76-1.92-5.51-3.83-7.42a14.8 14.8 0 0 0-8.39-2.84c-8.48 0-20.92 8.79-35.84 25.69C23.68 137 2.51 182.81 3.37 250.34s17.47 117 54.06 161.87C76.22 435.86 90.62 448 100.9 448a13.55 13.55 0 0 0 8.37-3.84c1.91-2.76 3.81-5.63 3.81-8.38c0-5.63-3.86-12.2-13.2-20.55c-44.45-42.33-67.32-97-67.48-165c-.15-61.43 21.6-112.4 64.82-154.02m142.25 323.86c.58.37.91.55.91.55Zm93.79.55l.17-.13c-.19.13-.26.18-.17.13m3.13-158.18c-16.24-4.15 50.41-82.89-68.05-177.17c0 0 15.54 49.38-62.83 159.57c-74.27 104.35 23.46 168.73 34 175.23c-6.73-4.35-47.4-35.7 9.55-128.64c11-18.3 25.53-34.87 43.5-72.16c0 0 15.91 22.45 7.6 71.13C287.7 364 354 342.91 355 343.94c22.75 26.78-17.72 73.51-21.58 76.55c5.49-3.65 117.71-78 33-188.1c-5.99 6.01-13.8 34.2-30.03 30.05M510.88 89.69C496 72.79 483.52 64 475 64a14.8 14.8 0 0 0-8.39 2.84c-1.91 1.91-3.83 4.66-3.83 7.42c0 4.78 5.6 11.26 16 21.9c43.23 41.61 65 92.59 64.82 154.06c-.16 68-23 122.63-67.48 165c-9.34 8.35-13.18 14.92-13.2 20.55c0 2.75 1.9 5.62 3.81 8.38a13.6 13.6 0 0 0 8.37 3.85c10.28 0 24.68-12.13 43.47-35.79c36.59-44.85 53.14-94.38 54.06-161.87S552.32 137 510.88 89.69"/></svg>
</template>

CSS

.icon-free-code-camp {
  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%22M97.22%2096.21c10.36-10.65%2016-17.12%2016-21.9c0-2.76-1.92-5.51-3.83-7.42a14.8%2014.8%200%200%200-8.39-2.84c-8.48%200-20.92%208.79-35.84%2025.69C23.68%20137%202.51%20182.81%203.37%20250.34s17.47%20117%2054.06%20161.87C76.22%20435.86%2090.62%20448%20100.9%20448a13.55%2013.55%200%200%200%208.37-3.84c1.91-2.76%203.81-5.63%203.81-8.38c0-5.63-3.86-12.2-13.2-20.55c-44.45-42.33-67.32-97-67.48-165c-.15-61.43%2021.6-112.4%2064.82-154.02m142.25%20323.86c.58.37.91.55.91.55Zm93.79.55l.17-.13c-.19.13-.26.18-.17.13m3.13-158.18c-16.24-4.15%2050.41-82.89-68.05-177.17c0%200%2015.54%2049.38-62.83%20159.57c-74.27%20104.35%2023.46%20168.73%2034%20175.23c-6.73-4.35-47.4-35.7%209.55-128.64c11-18.3%2025.53-34.87%2043.5-72.16c0%200%2015.91%2022.45%207.6%2071.13C287.7%20364%20354%20342.91%20355%20343.94c22.75%2026.78-17.72%2073.51-21.58%2076.55c5.49-3.65%20117.71-78%2033-188.1c-5.99%206.01-13.8%2034.2-30.03%2030.05M510.88%2089.69C496%2072.79%20483.52%2064%20475%2064a14.8%2014.8%200%200%200-8.39%202.84c-1.91%201.91-3.83%204.66-3.83%207.42c0%204.78%205.6%2011.26%2016%2021.9c43.23%2041.61%2065%2092.59%2064.82%20154.06c-.16%2068-23%20122.63-67.48%20165c-9.34%208.35-13.18%2014.92-13.2%2020.55c0%202.75%201.9%205.62%203.81%208.38a13.6%2013.6%200%200%200%208.37%203.85c10.28%200%2024.68-12.13%2043.47-35.79c36.59-44.85%2053.14-94.38%2054.06-161.87S552.32%20137%20510.88%2089.69%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%22M97.22%2096.21c10.36-10.65%2016-17.12%2016-21.9c0-2.76-1.92-5.51-3.83-7.42a14.8%2014.8%200%200%200-8.39-2.84c-8.48%200-20.92%208.79-35.84%2025.69C23.68%20137%202.51%20182.81%203.37%20250.34s17.47%20117%2054.06%20161.87C76.22%20435.86%2090.62%20448%20100.9%20448a13.55%2013.55%200%200%200%208.37-3.84c1.91-2.76%203.81-5.63%203.81-8.38c0-5.63-3.86-12.2-13.2-20.55c-44.45-42.33-67.32-97-67.48-165c-.15-61.43%2021.6-112.4%2064.82-154.02m142.25%20323.86c.58.37.91.55.91.55Zm93.79.55l.17-.13c-.19.13-.26.18-.17.13m3.13-158.18c-16.24-4.15%2050.41-82.89-68.05-177.17c0%200%2015.54%2049.38-62.83%20159.57c-74.27%20104.35%2023.46%20168.73%2034%20175.23c-6.73-4.35-47.4-35.7%209.55-128.64c11-18.3%2025.53-34.87%2043.5-72.16c0%200%2015.91%2022.45%207.6%2071.13C287.7%20364%20354%20342.91%20355%20343.94c22.75%2026.78-17.72%2073.51-21.58%2076.55c5.49-3.65%20117.71-78%2033-188.1c-5.99%206.01-13.8%2034.2-30.03%2030.05M510.88%2089.69C496%2072.79%20483.52%2064%20475%2064a14.8%2014.8%200%200%200-8.39%202.84c-1.91%201.91-3.83%204.66-3.83%207.42c0%204.78%205.6%2011.26%2016%2021.9c43.23%2041.61%2065%2092.59%2064.82%20154.06c-.16%2068-23%20122.63-67.48%20165c-9.34%208.35-13.18%2014.92-13.2%2020.55c0%202.75%201.9%205.62%203.81%208.38a13.6%2013.6%200%200%200%208.37%203.85c10.28%200%2024.68-12.13%2043.47-35.79c36.59-44.85%2053.14-94.38%2054.06-161.87S552.32%20137%20510.88%2089.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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