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

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

The same logo in other sets

Use the redhat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M341.52 285.56c33.65 0 82.34-6.94 82.34-47c.22-6.74.86-1.82-20.88-96.24c-4.62-19.15-8.68-27.84-42.31-44.65c-26.09-13.34-82.92-35.37-99.73-35.37c-15.66 0-20.2 20.17-38.87 20.17c-18 0-31.31-15.06-48.12-15.06c-16.14 0-26.66 11-34.78 33.62c-27.5 77.55-26.28 74.27-26.12 78.27c0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25c0 37.66-42.33 58.56-98 58.56c-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189c121.79 0 152.51-55.08 152.51-98.58c0-34.21-29.59-73.05-82.93-96.24"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsRedhat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M341.52 285.56c33.65 0 82.34-6.94 82.34-47c.22-6.74.86-1.82-20.88-96.24c-4.62-19.15-8.68-27.84-42.31-44.65c-26.09-13.34-82.92-35.37-99.73-35.37c-15.66 0-20.2 20.17-38.87 20.17c-18 0-31.31-15.06-48.12-15.06c-16.14 0-26.66 11-34.78 33.62c-27.5 77.55-26.28 74.27-26.12 78.27c0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25c0 37.66-42.33 58.56-98 58.56c-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189c121.79 0 152.51-55.08 152.51-98.58c0-34.21-29.59-73.05-82.93-96.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M341.52 285.56c33.65 0 82.34-6.94 82.34-47c.22-6.74.86-1.82-20.88-96.24c-4.62-19.15-8.68-27.84-42.31-44.65c-26.09-13.34-82.92-35.37-99.73-35.37c-15.66 0-20.2 20.17-38.87 20.17c-18 0-31.31-15.06-48.12-15.06c-16.14 0-26.66 11-34.78 33.62c-27.5 77.55-26.28 74.27-26.12 78.27c0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25c0 37.66-42.33 58.56-98 58.56c-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189c121.79 0 152.51-55.08 152.51-98.58c0-34.21-29.59-73.05-82.93-96.24"/></svg>
</template>

CSS

.icon-redhat {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M341.52%20285.56c33.65%200%2082.34-6.94%2082.34-47c.22-6.74.86-1.82-20.88-96.24c-4.62-19.15-8.68-27.84-42.31-44.65c-26.09-13.34-82.92-35.37-99.73-35.37c-15.66%200-20.2%2020.17-38.87%2020.17c-18%200-31.31-15.06-48.12-15.06c-16.14%200-26.66%2011-34.78%2033.62c-27.5%2077.55-26.28%2074.27-26.12%2078.27c0%2024.8%2097.64%20106.11%20228.47%20106.11M429%20254.84c4.65%2022%204.65%2024.35%204.65%2027.25c0%2037.66-42.33%2058.56-98%2058.56c-125.74.08-235.91-73.65-235.91-122.33a49.55%2049.55%200%200%201%204.06-19.72C58.56%20200.86%200%20208.93%200%20260.63c0%2084.67%20200.63%20189%20359.49%20189c121.79%200%20152.51-55.08%20152.51-98.58c0-34.21-29.59-73.05-82.93-96.24%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M341.52%20285.56c33.65%200%2082.34-6.94%2082.34-47c.22-6.74.86-1.82-20.88-96.24c-4.62-19.15-8.68-27.84-42.31-44.65c-26.09-13.34-82.92-35.37-99.73-35.37c-15.66%200-20.2%2020.17-38.87%2020.17c-18%200-31.31-15.06-48.12-15.06c-16.14%200-26.66%2011-34.78%2033.62c-27.5%2077.55-26.28%2074.27-26.12%2078.27c0%2024.8%2097.64%20106.11%20228.47%20106.11M429%20254.84c4.65%2022%204.65%2024.35%204.65%2027.25c0%2037.66-42.33%2058.56-98%2058.56c-125.74.08-235.91-73.65-235.91-122.33a49.55%2049.55%200%200%201%204.06-19.72C58.56%20200.86%200%20208.93%200%20260.63c0%2084.67%20200.63%20189%20359.49%20189c121.79%200%20152.51-55.08%20152.51-98.58c0-34.21-29.59-73.05-82.93-96.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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