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

Name
redhat
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
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 640 640"><path fill="currentColor" d="M405.5 349.6c33.7 0 82.3-6.9 82.3-47c.2-6.7.9-1.8-20.9-96.2c-4.6-19.1-8.7-27.8-42.3-44.6c-26.1-13.3-82.9-35.4-99.7-35.4c-15.7 0-20.2 20.2-38.9 20.2c-18 0-31.3-15.1-48.1-15.1c-16.1 0-26.7 11-34.8 33.6c-27.5 77.6-26.3 74.3-26.1 78.3c0 24.8 97.6 106.1 228.5 106.1zm87.5-30.8c4.7 22 4.7 24.3 4.7 27.2c0 37.7-42.3 58.6-98 58.6c-125.7.1-235.9-73.6-235.9-122.3c0-6.8 1.4-13.5 4.1-19.7c-45.2 2.3-103.8 10.3-103.8 62c0 84.7 200.6 189 359.5 189c121.8 0 152.5-55.1 152.5-98.6c0-34.2-29.6-73-82.9-96.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsRedhat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M405.5 349.6c33.7 0 82.3-6.9 82.3-47c.2-6.7.9-1.8-20.9-96.2c-4.6-19.1-8.7-27.8-42.3-44.6c-26.1-13.3-82.9-35.4-99.7-35.4c-15.7 0-20.2 20.2-38.9 20.2c-18 0-31.3-15.1-48.1-15.1c-16.1 0-26.7 11-34.8 33.6c-27.5 77.6-26.3 74.3-26.1 78.3c0 24.8 97.6 106.1 228.5 106.1zm87.5-30.8c4.7 22 4.7 24.3 4.7 27.2c0 37.7-42.3 58.6-98 58.6c-125.7.1-235.9-73.6-235.9-122.3c0-6.8 1.4-13.5 4.1-19.7c-45.2 2.3-103.8 10.3-103.8 62c0 84.7 200.6 189 359.5 189c121.8 0 152.5-55.1 152.5-98.6c0-34.2-29.6-73-82.9-96.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M405.5 349.6c33.7 0 82.3-6.9 82.3-47c.2-6.7.9-1.8-20.9-96.2c-4.6-19.1-8.7-27.8-42.3-44.6c-26.1-13.3-82.9-35.4-99.7-35.4c-15.7 0-20.2 20.2-38.9 20.2c-18 0-31.3-15.1-48.1-15.1c-16.1 0-26.7 11-34.8 33.6c-27.5 77.6-26.3 74.3-26.1 78.3c0 24.8 97.6 106.1 228.5 106.1zm87.5-30.8c4.7 22 4.7 24.3 4.7 27.2c0 37.7-42.3 58.6-98 58.6c-125.7.1-235.9-73.6-235.9-122.3c0-6.8 1.4-13.5 4.1-19.7c-45.2 2.3-103.8 10.3-103.8 62c0 84.7 200.6 189 359.5 189c121.8 0 152.5-55.1 152.5-98.6c0-34.2-29.6-73-82.9-96.2z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M405.5%20349.6c33.7%200%2082.3-6.9%2082.3-47c.2-6.7.9-1.8-20.9-96.2c-4.6-19.1-8.7-27.8-42.3-44.6c-26.1-13.3-82.9-35.4-99.7-35.4c-15.7%200-20.2%2020.2-38.9%2020.2c-18%200-31.3-15.1-48.1-15.1c-16.1%200-26.7%2011-34.8%2033.6c-27.5%2077.6-26.3%2074.3-26.1%2078.3c0%2024.8%2097.6%20106.1%20228.5%20106.1zm87.5-30.8c4.7%2022%204.7%2024.3%204.7%2027.2c0%2037.7-42.3%2058.6-98%2058.6c-125.7.1-235.9-73.6-235.9-122.3c0-6.8%201.4-13.5%204.1-19.7c-45.2%202.3-103.8%2010.3-103.8%2062c0%2084.7%20200.6%20189%20359.5%20189c121.8%200%20152.5-55.1%20152.5-98.6c0-34.2-29.6-73-82.9-96.2z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M405.5%20349.6c33.7%200%2082.3-6.9%2082.3-47c.2-6.7.9-1.8-20.9-96.2c-4.6-19.1-8.7-27.8-42.3-44.6c-26.1-13.3-82.9-35.4-99.7-35.4c-15.7%200-20.2%2020.2-38.9%2020.2c-18%200-31.3-15.1-48.1-15.1c-16.1%200-26.7%2011-34.8%2033.6c-27.5%2077.6-26.3%2074.3-26.1%2078.3c0%2024.8%2097.6%20106.1%20228.5%20106.1zm87.5-30.8c4.7%2022%204.7%2024.3%204.7%2027.2c0%2037.7-42.3%2058.6-98%2058.6c-125.7.1-235.9-73.6-235.9-122.3c0-6.8%201.4-13.5%204.1-19.7c-45.2%202.3-103.8%2010.3-103.8%2062c0%2084.7%20200.6%20189%20359.5%20189c121.8%200%20152.5-55.1%20152.5-98.6c0-34.2-29.6-73-82.9-96.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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