suse logo
suse from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- suse
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same logo in other sets
Use the suse logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M593.1 192.6a10.4 10.4 0 1 1 11.4 17.4a10.4 10.4 0 1 1-11.4-17.4M546 204.8a38.5 38.5 0 1 1 75-17.6a38.5 38.5 0 1 1-75 17.6M433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2.1.3.2.5.2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1.3c5.3.5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9.8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2.2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2.5 20.1.7 30.4.3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8.7 11.2-2.1c.4-.8.4-1.8.3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6.7 33.3.7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3c-56.9 12.2-113.1 39.7-155.7 79.8c-26.1 24.6-46.6 59.7-48 95.2c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5c-36.9-29.8-45.9-90.3-3.8-122.7c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9.6 34.9.3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsSuse(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="M593.1 192.6a10.4 10.4 0 1 1 11.4 17.4a10.4 10.4 0 1 1-11.4-17.4M546 204.8a38.5 38.5 0 1 1 75-17.6a38.5 38.5 0 1 1-75 17.6M433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2.1.3.2.5.2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1.3c5.3.5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9.8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2.2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2.5 20.1.7 30.4.3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8.7 11.2-2.1c.4-.8.4-1.8.3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6.7 33.3.7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3c-56.9 12.2-113.1 39.7-155.7 79.8c-26.1 24.6-46.6 59.7-48 95.2c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5c-36.9-29.8-45.9-90.3-3.8-122.7c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9.6 34.9.3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M593.1 192.6a10.4 10.4 0 1 1 11.4 17.4a10.4 10.4 0 1 1-11.4-17.4M546 204.8a38.5 38.5 0 1 1 75-17.6a38.5 38.5 0 1 1-75 17.6M433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2.1.3.2.5.2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1.3c5.3.5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9.8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2.2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2.5 20.1.7 30.4.3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8.7 11.2-2.1c.4-.8.4-1.8.3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6.7 33.3.7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3c-56.9 12.2-113.1 39.7-155.7 79.8c-26.1 24.6-46.6 59.7-48 95.2c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5c-36.9-29.8-45.9-90.3-3.8-122.7c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9.6 34.9.3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7"/></svg> </template>
CSS
.icon-suse {
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%22M593.1%20192.6a10.4%2010.4%200%201%201%2011.4%2017.4a10.4%2010.4%200%201%201-11.4-17.4M546%20204.8a38.5%2038.5%200%201%201%2075-17.6a38.5%2038.5%200%201%201-75%2017.6M433.7%20336.7c3.2%204.6%205.8%209%207.3%2013.4c1%203.1%202.4%207.3%205.5%208.9c.2.1.3.2.5.2c5.7%202.1%2020.3%201.7%2020.3%201.7h26.8c2.3%200%2022.4%200%2021.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4%202.6-21.8c2.5-3.2%206.1-5.3%2010-6.2c4.3-.9%208.8-.1%2013.1.3c5.3.5%2010.6%201.5%2015.9%202.2c10.3%201.3%2020.6%201.9%2031%201.6c17.1-.5%2034.2-3.2%2050.4-8.7c11.3-3.8%2022.4-8.9%2032-16.1c10.9-8.1%208.1-7.4-3-6.2c-13.3%201.4-26.6%201.6-39.9.8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2.2-6.2c1.9-1.9%205.8-.8%207%20.2c12.2%2010.2%2030.5%2018.6%2049.3%2019.5c10.2.5%2020.1.7%2030.4.3c5.1-.2%2012.8-.2%2017.9-.3c2.6%200%209.8.7%2011.2-2.1c.4-.8.4-1.8.3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2%201.3-10.2%206.5c0%2013.6.7%2033.3.7%2051.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7%205.3c-56.9%2012.2-113.1%2039.7-155.7%2079.8c-26.1%2024.6-46.6%2059.7-48%2095.2c-2%2050.3%2012.1%2077.3%2038%20105.2c41.3%2044.4%20130.2%2050.6%20166.2-2c16.2-23.7%2019.7-55.8%208-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9%2010.6-54.5%2031.1c-6.5%2015.7-2.8%2035.1%209%2047.3c4.6%204.8%2010.9%208.7%2017.7%207.1c4-.9%207.4-3.9%208-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9%202.7-27.9c6.2-6%2015.3-7.8%2023.9-7.7c8%200%2016.2%201.4%2023.1%205.5c9.7%205.7%2016.2%2016.2%2018.4%2027.2c6.7%2033-20.2%2059.9-56.6%2062c-18.6%201.1-37.6-3.8-52.1-15.5c-36.9-29.8-45.9-90.3-3.8-122.7c40-30.7%2090.4-22.8%20120.2-6.8c23.8%2012.8%2041.5%2033.6%2055%2056.7c6.7%2011.6%2012.5%2023.7%2017.8%2036.1c5.1%2011.8%209.9%2023.8%2020.2%2032.5c6.8%205.8%2015.2%205.6%2024.1%205.6h50.8c6.9%200%205.2-4.6%202.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3%200%2018.9.6%2034.9.3c23.2-.3%2030.2-1.7%2048.3%205c9.7%203.6%2019%2013.1%2025.1%2021.7%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%22M593.1%20192.6a10.4%2010.4%200%201%201%2011.4%2017.4a10.4%2010.4%200%201%201-11.4-17.4M546%20204.8a38.5%2038.5%200%201%201%2075-17.6a38.5%2038.5%200%201%201-75%2017.6M433.7%20336.7c3.2%204.6%205.8%209%207.3%2013.4c1%203.1%202.4%207.3%205.5%208.9c.2.1.3.2.5.2c5.7%202.1%2020.3%201.7%2020.3%201.7h26.8c2.3%200%2022.4%200%2021.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4%202.6-21.8c2.5-3.2%206.1-5.3%2010-6.2c4.3-.9%208.8-.1%2013.1.3c5.3.5%2010.6%201.5%2015.9%202.2c10.3%201.3%2020.6%201.9%2031%201.6c17.1-.5%2034.2-3.2%2050.4-8.7c11.3-3.8%2022.4-8.9%2032-16.1c10.9-8.1%208.1-7.4-3-6.2c-13.3%201.4-26.6%201.6-39.9.8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2.2-6.2c1.9-1.9%205.8-.8%207%20.2c12.2%2010.2%2030.5%2018.6%2049.3%2019.5c10.2.5%2020.1.7%2030.4.3c5.1-.2%2012.8-.2%2017.9-.3c2.6%200%209.8.7%2011.2-2.1c.4-.8.4-1.8.3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2%201.3-10.2%206.5c0%2013.6.7%2033.3.7%2051.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7%205.3c-56.9%2012.2-113.1%2039.7-155.7%2079.8c-26.1%2024.6-46.6%2059.7-48%2095.2c-2%2050.3%2012.1%2077.3%2038%20105.2c41.3%2044.4%20130.2%2050.6%20166.2-2c16.2-23.7%2019.7-55.8%208-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9%2010.6-54.5%2031.1c-6.5%2015.7-2.8%2035.1%209%2047.3c4.6%204.8%2010.9%208.7%2017.7%207.1c4-.9%207.4-3.9%208-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9%202.7-27.9c6.2-6%2015.3-7.8%2023.9-7.7c8%200%2016.2%201.4%2023.1%205.5c9.7%205.7%2016.2%2016.2%2018.4%2027.2c6.7%2033-20.2%2059.9-56.6%2062c-18.6%201.1-37.6-3.8-52.1-15.5c-36.9-29.8-45.9-90.3-3.8-122.7c40-30.7%2090.4-22.8%20120.2-6.8c23.8%2012.8%2041.5%2033.6%2055%2056.7c6.7%2011.6%2012.5%2023.7%2017.8%2036.1c5.1%2011.8%209.9%2023.8%2020.2%2032.5c6.8%205.8%2015.2%205.6%2024.1%205.6h50.8c6.9%200%205.2-4.6%202.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3%200%2018.9.6%2034.9.3c23.2-.3%2030.2-1.7%2048.3%205c9.7%203.6%2019%2013.1%2025.1%2021.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/suse.svg?color=%231a73e8&size=48