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

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

The same logo in other sets

Use the freebsd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2c23.7 23.7-42.1 128.1-53.2 139.2s-39.4.9-63.1-22.9c-23.8-23.7-34.1-52-22.9-63.1M109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7c18.5-32.2 44.8-59.3 76.4-78.7M406.7 174c3.3 11.3 2.7 20.7-2.7 26.1c-20.3 20.3-87.5-27-109.3-70.1c-18-32.3-11.1-53.4 14.9-48.7c5.7-3.6 12.3-7.6 19.6-11.6c-29.8-15.5-63.6-24.3-99.5-24.3c-119.1 0-215.6 96.5-215.6 215.6c0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8c-3.9 7-7.6 13.3-10.9 18.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsFreebsd(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="M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2c23.7 23.7-42.1 128.1-53.2 139.2s-39.4.9-63.1-22.9c-23.8-23.7-34.1-52-22.9-63.1M109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7c18.5-32.2 44.8-59.3 76.4-78.7M406.7 174c3.3 11.3 2.7 20.7-2.7 26.1c-20.3 20.3-87.5-27-109.3-70.1c-18-32.3-11.1-53.4 14.9-48.7c5.7-3.6 12.3-7.6 19.6-11.6c-29.8-15.5-63.6-24.3-99.5-24.3c-119.1 0-215.6 96.5-215.6 215.6c0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8c-3.9 7-7.6 13.3-10.9 18.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2c23.7 23.7-42.1 128.1-53.2 139.2s-39.4.9-63.1-22.9c-23.8-23.7-34.1-52-22.9-63.1M109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7c18.5-32.2 44.8-59.3 76.4-78.7M406.7 174c3.3 11.3 2.7 20.7-2.7 26.1c-20.3 20.3-87.5-27-109.3-70.1c-18-32.3-11.1-53.4 14.9-48.7c5.7-3.6 12.3-7.6 19.6-11.6c-29.8-15.5-63.6-24.3-99.5-24.3c-119.1 0-215.6 96.5-215.6 215.6c0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8c-3.9 7-7.6 13.3-10.9 18.8"/></svg>
</template>

CSS

.icon-freebsd {
  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%22M303.7%2096.2c11.1-11.1%20115.5-77%20139.2-53.2c23.7%2023.7-42.1%20128.1-53.2%20139.2s-39.4.9-63.1-22.9c-23.8-23.7-34.1-52-22.9-63.1M109.9%2068.1C73.6%2047.5%2022%2024.6%205.6%2041.1c-16.6%2016.6%207.1%2069.4%2027.9%20105.7c18.5-32.2%2044.8-59.3%2076.4-78.7M406.7%20174c3.3%2011.3%202.7%2020.7-2.7%2026.1c-20.3%2020.3-87.5-27-109.3-70.1c-18-32.3-11.1-53.4%2014.9-48.7c5.7-3.6%2012.3-7.6%2019.6-11.6c-29.8-15.5-63.6-24.3-99.5-24.3c-119.1%200-215.6%2096.5-215.6%20215.6c0%20119%2096.5%20215.6%20215.6%20215.6S445.3%20380.1%20445.3%20261c0-38.4-10.1-74.5-27.7-105.8c-3.9%207-7.6%2013.3-10.9%2018.8%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%22M303.7%2096.2c11.1-11.1%20115.5-77%20139.2-53.2c23.7%2023.7-42.1%20128.1-53.2%20139.2s-39.4.9-63.1-22.9c-23.8-23.7-34.1-52-22.9-63.1M109.9%2068.1C73.6%2047.5%2022%2024.6%205.6%2041.1c-16.6%2016.6%207.1%2069.4%2027.9%20105.7c18.5-32.2%2044.8-59.3%2076.4-78.7M406.7%20174c3.3%2011.3%202.7%2020.7-2.7%2026.1c-20.3%2020.3-87.5-27-109.3-70.1c-18-32.3-11.1-53.4%2014.9-48.7c5.7-3.6%2012.3-7.6%2019.6-11.6c-29.8-15.5-63.6-24.3-99.5-24.3c-119.1%200-215.6%2096.5-215.6%20215.6c0%20119%2096.5%20215.6%20215.6%20215.6S445.3%20380.1%20445.3%20261c0-38.4-10.1-74.5-27.7-105.8c-3.9%207-7.6%2013.3-10.9%2018.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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