redhat from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
redhat
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.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 24 24"><path fill="currentColor" d="M16.009 13.386c1.577 0 3.86-.326 3.86-2.202a1.8 1.8 0 0 0-.04-.431l-.94-4.08c-.216-.898-.406-1.305-1.982-2.093c-1.223-.625-3.888-1.658-4.676-1.658c-.733 0-.947.946-1.822.946c-.842 0-1.467-.706-2.255-.706c-.757 0-1.25.515-1.63 1.576c0 0-1.06 2.99-1.197 3.424a.8.8 0 0 0-.028.245c0 1.162 4.577 4.974 10.71 4.974m4.101-1.435c.218 1.032.218 1.14.218 1.277c0 1.765-1.984 2.745-4.593 2.745c-5.895.004-11.06-3.451-11.06-5.734a2.3 2.3 0 0 1 .19-.925C2.746 9.415 0 9.794 0 12.217c0 3.969 9.405 8.861 16.851 8.861c5.71 0 7.149-2.582 7.149-4.62c0-1.605-1.387-3.425-3.887-4.512"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRedhat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.009 13.386c1.577 0 3.86-.326 3.86-2.202a1.8 1.8 0 0 0-.04-.431l-.94-4.08c-.216-.898-.406-1.305-1.982-2.093c-1.223-.625-3.888-1.658-4.676-1.658c-.733 0-.947.946-1.822.946c-.842 0-1.467-.706-2.255-.706c-.757 0-1.25.515-1.63 1.576c0 0-1.06 2.99-1.197 3.424a.8.8 0 0 0-.028.245c0 1.162 4.577 4.974 10.71 4.974m4.101-1.435c.218 1.032.218 1.14.218 1.277c0 1.765-1.984 2.745-4.593 2.745c-5.895.004-11.06-3.451-11.06-5.734a2.3 2.3 0 0 1 .19-.925C2.746 9.415 0 9.794 0 12.217c0 3.969 9.405 8.861 16.851 8.861c5.71 0 7.149-2.582 7.149-4.62c0-1.605-1.387-3.425-3.887-4.512"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.009 13.386c1.577 0 3.86-.326 3.86-2.202a1.8 1.8 0 0 0-.04-.431l-.94-4.08c-.216-.898-.406-1.305-1.982-2.093c-1.223-.625-3.888-1.658-4.676-1.658c-.733 0-.947.946-1.822.946c-.842 0-1.467-.706-2.255-.706c-.757 0-1.25.515-1.63 1.576c0 0-1.06 2.99-1.197 3.424a.8.8 0 0 0-.028.245c0 1.162 4.577 4.974 10.71 4.974m4.101-1.435c.218 1.032.218 1.14.218 1.277c0 1.765-1.984 2.745-4.593 2.745c-5.895.004-11.06-3.451-11.06-5.734a2.3 2.3 0 0 1 .19-.925C2.746 9.415 0 9.794 0 12.217c0 3.969 9.405 8.861 16.851 8.861c5.71 0 7.149-2.582 7.149-4.62c0-1.605-1.387-3.425-3.887-4.512"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.009%2013.386c1.577%200%203.86-.326%203.86-2.202a1.8%201.8%200%200%200-.04-.431l-.94-4.08c-.216-.898-.406-1.305-1.982-2.093c-1.223-.625-3.888-1.658-4.676-1.658c-.733%200-.947.946-1.822.946c-.842%200-1.467-.706-2.255-.706c-.757%200-1.25.515-1.63%201.576c0%200-1.06%202.99-1.197%203.424a.8.8%200%200%200-.028.245c0%201.162%204.577%204.974%2010.71%204.974m4.101-1.435c.218%201.032.218%201.14.218%201.277c0%201.765-1.984%202.745-4.593%202.745c-5.895.004-11.06-3.451-11.06-5.734a2.3%202.3%200%200%201%20.19-.925C2.746%209.415%200%209.794%200%2012.217c0%203.969%209.405%208.861%2016.851%208.861c5.71%200%207.149-2.582%207.149-4.62c0-1.605-1.387-3.425-3.887-4.512%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.009%2013.386c1.577%200%203.86-.326%203.86-2.202a1.8%201.8%200%200%200-.04-.431l-.94-4.08c-.216-.898-.406-1.305-1.982-2.093c-1.223-.625-3.888-1.658-4.676-1.658c-.733%200-.947.946-1.822.946c-.842%200-1.467-.706-2.255-.706c-.757%200-1.25.515-1.63%201.576c0%200-1.06%202.99-1.197%203.424a.8.8%200%200%200-.028.245c0%201.162%204.577%204.974%2010.71%204.974m4.101-1.435c.218%201.032.218%201.14.218%201.277c0%201.765-1.984%202.745-4.593%202.745c-5.895.004-11.06-3.451-11.06-5.734a2.3%202.3%200%200%201%20.19-.925C2.746%209.415%200%209.794%200%2012.217c0%203.969%209.405%208.861%2016.851%208.861c5.71%200%207.149-2.582%207.149-4.62c0-1.605-1.387-3.425-3.887-4.512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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