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

Name
ubuntu
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same logo in other sets

Use the ubuntu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M469.2 75a75.6 75.6 0 1 0-151.3 0a75.6 75.6 0 1 0 151.2 0zm-315 165.7a75.6 75.6 0 1 0-151.2 0a75.6 75.6 0 1 0 151.2 0M57 346c18.6 46.9 51 87 93 115.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0-151.2 0a75.6 75.6 0 1 0 151.2 0m-8.1-84.2c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58s54.8-21.3 84.2-21.7c.2-5.9.9-11.9 2-17.7C290.8 35.6 298.3 20 309 6.8c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsUbuntu(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="M469.2 75a75.6 75.6 0 1 0-151.3 0a75.6 75.6 0 1 0 151.2 0zm-315 165.7a75.6 75.6 0 1 0-151.2 0a75.6 75.6 0 1 0 151.2 0M57 346c18.6 46.9 51 87 93 115.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0-151.2 0a75.6 75.6 0 1 0 151.2 0m-8.1-84.2c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58s54.8-21.3 84.2-21.7c.2-5.9.9-11.9 2-17.7C290.8 35.6 298.3 20 309 6.8c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M469.2 75a75.6 75.6 0 1 0-151.3 0a75.6 75.6 0 1 0 151.2 0zm-315 165.7a75.6 75.6 0 1 0-151.2 0a75.6 75.6 0 1 0 151.2 0M57 346c18.6 46.9 51 87 93 115.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0-151.2 0a75.6 75.6 0 1 0 151.2 0m-8.1-84.2c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58s54.8-21.3 84.2-21.7c.2-5.9.9-11.9 2-17.7C290.8 35.6 298.3 20 309 6.8c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z"/></svg>
</template>

CSS

.icon-ubuntu {
  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%22M469.2%2075a75.6%2075.6%200%201%200-151.3%200a75.6%2075.6%200%201%200%20151.2%200zm-315%20165.7a75.6%2075.6%200%201%200-151.2%200a75.6%2075.6%200%201%200%20151.2%200M57%20346c18.6%2046.9%2051%2087%2093%20115.1s91.5%2042.6%20142%2041.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9%209.9-44.5%2012.8-67.1%208.2zm395.1%2089.8a75.6%2075.6%200%201%200-151.2%200a75.6%2075.6%200%201%200%20151.2%200m-8.1-84.2c18.5%2014.8%2031.6%2035.2%2037.2%2058.2c33.3-41.3%2052.6-92.2%2054.8-145.2s-12.5-105.4-42.2-149.4c-8.6%2021.5-24%2039.6-43.8%2051.6c15.4%2028.6%2022.9%2060.8%2021.9%2093.2s-10.7%2064-28%2091.6zM101.1%20135.4c12.4%202.7%2024.3%207.5%2035.1%2014.3c16.6-24.2%2038.9-44.1%2064.8-58s54.8-21.3%2084.2-21.7c.2-5.9.9-11.9%202-17.7C290.8%2035.6%20298.3%2020%20309%206.8c-47.7-3.8-95.4%206-137.6%2028.5S94.3%2091.7%2070.8%20133.4c2.7-.2%205.3-.3%208-.3c7.5%200%2015%20.8%2022.4%202.3z%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%22M469.2%2075a75.6%2075.6%200%201%200-151.3%200a75.6%2075.6%200%201%200%20151.2%200zm-315%20165.7a75.6%2075.6%200%201%200-151.2%200a75.6%2075.6%200%201%200%20151.2%200M57%20346c18.6%2046.9%2051%2087%2093%20115.1s91.5%2042.6%20142%2041.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9%209.9-44.5%2012.8-67.1%208.2zm395.1%2089.8a75.6%2075.6%200%201%200-151.2%200a75.6%2075.6%200%201%200%20151.2%200m-8.1-84.2c18.5%2014.8%2031.6%2035.2%2037.2%2058.2c33.3-41.3%2052.6-92.2%2054.8-145.2s-12.5-105.4-42.2-149.4c-8.6%2021.5-24%2039.6-43.8%2051.6c15.4%2028.6%2022.9%2060.8%2021.9%2093.2s-10.7%2064-28%2091.6zM101.1%20135.4c12.4%202.7%2024.3%207.5%2035.1%2014.3c16.6-24.2%2038.9-44.1%2064.8-58s54.8-21.3%2084.2-21.7c.2-5.9.9-11.9%202-17.7C290.8%2035.6%20298.3%2020%20309%206.8c-47.7-3.8-95.4%206-137.6%2028.5S94.3%2091.7%2070.8%20133.4c2.7-.2%205.3-.3%208-.3c7.5%200%2015%20.8%2022.4%202.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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