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

Name
opensuse
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same logo in other sets

Use the opensuse logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9.5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14v-.1c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7c-18.3 23.7-76.6 23.2-99.7-20.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5.4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3.5-76.2-25.4-81.6-28.2c-.3-.4.1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9.7m135.6 75.4a37.6 37.6 0 1 1-75.2-2.6a37.6 37.6 0 1 1 75.2 2.6m-36.6-27.9a26.3 26.3 0 1 0-1.7 52.5a26.3 26.3 0 1 0 1.7-52.5m4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsOpensuse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9.5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14v-.1c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7c-18.3 23.7-76.6 23.2-99.7-20.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5.4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3.5-76.2-25.4-81.6-28.2c-.3-.4.1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9.7m135.6 75.4a37.6 37.6 0 1 1-75.2-2.6a37.6 37.6 0 1 1 75.2 2.6m-36.6-27.9a26.3 26.3 0 1 0-1.7 52.5a26.3 26.3 0 1 0 1.7-52.5m4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9.5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14v-.1c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7c-18.3 23.7-76.6 23.2-99.7-20.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5.4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3.5-76.2-25.4-81.6-28.2c-.3-.4.1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9.7m135.6 75.4a37.6 37.6 0 1 1-75.2-2.6a37.6 37.6 0 1 1 75.2 2.6m-36.6-27.9a26.3 26.3 0 1 0-1.7 52.5a26.3 26.3 0 1 0 1.7-52.5m4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6"/></svg>
</template>

CSS

.icon-opensuse {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M471.1%20102.7s-.3%2018.3-.3%2020.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223%2057.3c-19.4%2012.4-73.9%2046.1-99.6%20109.7C7%20277-.1%20307%207%20335.1c3.3%2012.8%208.9%2024.9%2016.5%2035.7c17.4%2025%2046.6%2041.6%2078.1%2044.4c44.4%203.9%2078.1-16%2090-53.3c8.2-25.8%200-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9%209.2-21.8%2023.5-21.6%2039.2c.3%2027.8%2024.3%2042.6%2041.5%2042.6c5.4%200%2010.7-.9%2015.8-2.7c6.5-1.8%2013.3-6.5%2013.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9.5-4.5%202-11.8%202.4c-2-.2-12-3.1-12-14v-.1c.2-12.3%2013.2-18%2025.5-16.9c32.3%202.8%2047.7%2040.7%2028.5%2065.7c-18.3%2023.7-76.6%2023.2-99.7-20.4c-26-49.2%2012.7-111.2%2087-98.4c33.2%205.7%2083.6%2035.5%20102.4%20104.3h45.9c-5.7-17.6-8.9-68.3%2042.7-68.3c56.7%200%2063.9%2039.9%2079.8%2068.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8%2039.7-18.4%2082.4-17.4c66.5.4%20102.1-27%20103.1-28c3.7-3.1%206.5-15.8%207-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7%205.2-30.5%2015.2-50.9%2015.6c-25.3.5-76.2-25.4-81.6-28.2c-.3-.4.1%201.2-11-25.5c88.4%2058.3%20118.3%2040.5%20145.2%2021.7c.8-.6%204.3-2.9%203.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9.7m135.6%2075.4a37.6%2037.6%200%201%201-75.2-2.6a37.6%2037.6%200%201%201%2075.2%202.6m-36.6-27.9a26.3%2026.3%200%201%200-1.7%2052.5a26.3%2026.3%200%201%200%201.7-52.5m4.3%2028.8c-15.4%200-15.4-15.6%200-15.6s15.4%2015.6%200%2015.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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M471.1%20102.7s-.3%2018.3-.3%2020.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223%2057.3c-19.4%2012.4-73.9%2046.1-99.6%20109.7C7%20277-.1%20307%207%20335.1c3.3%2012.8%208.9%2024.9%2016.5%2035.7c17.4%2025%2046.6%2041.6%2078.1%2044.4c44.4%203.9%2078.1-16%2090-53.3c8.2-25.8%200-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9%209.2-21.8%2023.5-21.6%2039.2c.3%2027.8%2024.3%2042.6%2041.5%2042.6c5.4%200%2010.7-.9%2015.8-2.7c6.5-1.8%2013.3-6.5%2013.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9.5-4.5%202-11.8%202.4c-2-.2-12-3.1-12-14v-.1c.2-12.3%2013.2-18%2025.5-16.9c32.3%202.8%2047.7%2040.7%2028.5%2065.7c-18.3%2023.7-76.6%2023.2-99.7-20.4c-26-49.2%2012.7-111.2%2087-98.4c33.2%205.7%2083.6%2035.5%20102.4%20104.3h45.9c-5.7-17.6-8.9-68.3%2042.7-68.3c56.7%200%2063.9%2039.9%2079.8%2068.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8%2039.7-18.4%2082.4-17.4c66.5.4%20102.1-27%20103.1-28c3.7-3.1%206.5-15.8%207-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7%205.2-30.5%2015.2-50.9%2015.6c-25.3.5-76.2-25.4-81.6-28.2c-.3-.4.1%201.2-11-25.5c88.4%2058.3%20118.3%2040.5%20145.2%2021.7c.8-.6%204.3-2.9%203.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9.7m135.6%2075.4a37.6%2037.6%200%201%201-75.2-2.6a37.6%2037.6%200%201%201%2075.2%202.6m-36.6-27.9a26.3%2026.3%200%201%200-1.7%2052.5a26.3%2026.3%200%201%200%201.7-52.5m4.3%2028.8c-15.4%200-15.4-15.6%200-15.6s15.4%2015.6%200%2015.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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