fedora logo
fedora from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- fedora
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Use the fedora logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M.041 255.8C.121 132.2 100.3 32 224 32s224 100.3 224 224s-100.2 223.9-223.9 224H50.93C22.84 480 .083 457.3.042 429.2H0V255.8zM342.6 192.7c0-39.7-35.6-68.5-73.2-68.5c-34.9 0-65.8 26.3-70.1 59.9c-.2 3.8-.4 5-.4 8.5c-.1 21.1 0 42.8-.8 64.4c.9 26.1 1 52.1 0 76.6c0 27.1-19.4 45.5-44.7 45.5s-45.8-20.2-45.8-45.5c.5-27.7 22.6-45.3 48.5-46.1h.2l26.3-.2V250l-26.3.2c-47.1-.4-84.58 36.5-85.94 83.4c0 45.6 37.54 82.9 83.04 82.9c43 0 78.7-33.6 82.6-75.6l.2-53.5l32.6-.3c25.3.2 25-37.8-.2-37.3l-32.4.3c0-6.4.1-12.8.1-19.2c.1-12.7.1-25.4-.1-38.2c.1-16.5 15.8-31.2 33.2-31.2c17.5 0 35.9 8.7 35.9 31.2c0 3.2-.1 5.1-.3 6.3c-1.9 10.5 5.2 20.4 15.7 21.9c10.6 1.5 20.2-6.1 21.2-16.6c.6-4.2.7-7.9.7-11.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsFedora(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="M.041 255.8C.121 132.2 100.3 32 224 32s224 100.3 224 224s-100.2 223.9-223.9 224H50.93C22.84 480 .083 457.3.042 429.2H0V255.8zM342.6 192.7c0-39.7-35.6-68.5-73.2-68.5c-34.9 0-65.8 26.3-70.1 59.9c-.2 3.8-.4 5-.4 8.5c-.1 21.1 0 42.8-.8 64.4c.9 26.1 1 52.1 0 76.6c0 27.1-19.4 45.5-44.7 45.5s-45.8-20.2-45.8-45.5c.5-27.7 22.6-45.3 48.5-46.1h.2l26.3-.2V250l-26.3.2c-47.1-.4-84.58 36.5-85.94 83.4c0 45.6 37.54 82.9 83.04 82.9c43 0 78.7-33.6 82.6-75.6l.2-53.5l32.6-.3c25.3.2 25-37.8-.2-37.3l-32.4.3c0-6.4.1-12.8.1-19.2c.1-12.7.1-25.4-.1-38.2c.1-16.5 15.8-31.2 33.2-31.2c17.5 0 35.9 8.7 35.9 31.2c0 3.2-.1 5.1-.3 6.3c-1.9 10.5 5.2 20.4 15.7 21.9c10.6 1.5 20.2-6.1 21.2-16.6c.6-4.2.7-7.9.7-11.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M.041 255.8C.121 132.2 100.3 32 224 32s224 100.3 224 224s-100.2 223.9-223.9 224H50.93C22.84 480 .083 457.3.042 429.2H0V255.8zM342.6 192.7c0-39.7-35.6-68.5-73.2-68.5c-34.9 0-65.8 26.3-70.1 59.9c-.2 3.8-.4 5-.4 8.5c-.1 21.1 0 42.8-.8 64.4c.9 26.1 1 52.1 0 76.6c0 27.1-19.4 45.5-44.7 45.5s-45.8-20.2-45.8-45.5c.5-27.7 22.6-45.3 48.5-46.1h.2l26.3-.2V250l-26.3.2c-47.1-.4-84.58 36.5-85.94 83.4c0 45.6 37.54 82.9 83.04 82.9c43 0 78.7-33.6 82.6-75.6l.2-53.5l32.6-.3c25.3.2 25-37.8-.2-37.3l-32.4.3c0-6.4.1-12.8.1-19.2c.1-12.7.1-25.4-.1-38.2c.1-16.5 15.8-31.2 33.2-31.2c17.5 0 35.9 8.7 35.9 31.2c0 3.2-.1 5.1-.3 6.3c-1.9 10.5 5.2 20.4 15.7 21.9c10.6 1.5 20.2-6.1 21.2-16.6c.6-4.2.7-7.9.7-11.6"/></svg> </template>
CSS
.icon-fedora {
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%22M.041%20255.8C.121%20132.2%20100.3%2032%20224%2032s224%20100.3%20224%20224s-100.2%20223.9-223.9%20224H50.93C22.84%20480%20.083%20457.3.042%20429.2H0V255.8zM342.6%20192.7c0-39.7-35.6-68.5-73.2-68.5c-34.9%200-65.8%2026.3-70.1%2059.9c-.2%203.8-.4%205-.4%208.5c-.1%2021.1%200%2042.8-.8%2064.4c.9%2026.1%201%2052.1%200%2076.6c0%2027.1-19.4%2045.5-44.7%2045.5s-45.8-20.2-45.8-45.5c.5-27.7%2022.6-45.3%2048.5-46.1h.2l26.3-.2V250l-26.3.2c-47.1-.4-84.58%2036.5-85.94%2083.4c0%2045.6%2037.54%2082.9%2083.04%2082.9c43%200%2078.7-33.6%2082.6-75.6l.2-53.5l32.6-.3c25.3.2%2025-37.8-.2-37.3l-32.4.3c0-6.4.1-12.8.1-19.2c.1-12.7.1-25.4-.1-38.2c.1-16.5%2015.8-31.2%2033.2-31.2c17.5%200%2035.9%208.7%2035.9%2031.2c0%203.2-.1%205.1-.3%206.3c-1.9%2010.5%205.2%2020.4%2015.7%2021.9c10.6%201.5%2020.2-6.1%2021.2-16.6c.6-4.2.7-7.9.7-11.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.041%20255.8C.121%20132.2%20100.3%2032%20224%2032s224%20100.3%20224%20224s-100.2%20223.9-223.9%20224H50.93C22.84%20480%20.083%20457.3.042%20429.2H0V255.8zM342.6%20192.7c0-39.7-35.6-68.5-73.2-68.5c-34.9%200-65.8%2026.3-70.1%2059.9c-.2%203.8-.4%205-.4%208.5c-.1%2021.1%200%2042.8-.8%2064.4c.9%2026.1%201%2052.1%200%2076.6c0%2027.1-19.4%2045.5-44.7%2045.5s-45.8-20.2-45.8-45.5c.5-27.7%2022.6-45.3%2048.5-46.1h.2l26.3-.2V250l-26.3.2c-47.1-.4-84.58%2036.5-85.94%2083.4c0%2045.6%2037.54%2082.9%2083.04%2082.9c43%200%2078.7-33.6%2082.6-75.6l.2-53.5l32.6-.3c25.3.2%2025-37.8-.2-37.3l-32.4.3c0-6.4.1-12.8.1-19.2c.1-12.7.1-25.4-.1-38.2c.1-16.5%2015.8-31.2%2033.2-31.2c17.5%200%2035.9%208.7%2035.9%2031.2c0%203.2-.1%205.1-.3%206.3c-1.9%2010.5%205.2%2020.4%2015.7%2021.9c10.6%201.5%2020.2-6.1%2021.2-16.6c.6-4.2.7-7.9.7-11.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/fedora.svg?color=%231a73e8&size=48