rax from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
rax
Set
SVG Logos
Style
Color
Viewbox
256×257
License
CC0

Use the rax logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path fill="#f76927" d="m.61.667l62.848 64.059l103.504-.764s23.118 1.788 23.118 30.211c0 28.424-19.61 30.47-19.61 30.47l-42.732 1.146l58.56 61.224S256 171.199 256 94.413S176.607 0 176.607 0zM0 126.313h89.65l127.598 128.36l-90.652 1.76z"/></svg>

React

import type { SVGProps } from "react";

export function LogosRax(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path fill="#f76927" d="m.61.667l62.848 64.059l103.504-.764s23.118 1.788 23.118 30.211c0 28.424-19.61 30.47-19.61 30.47l-42.732 1.146l58.56 61.224S256 171.199 256 94.413S176.607 0 176.607 0zM0 126.313h89.65l127.598 128.36l-90.652 1.76z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path fill="#f76927" d="m.61.667l62.848 64.059l103.504-.764s23.118 1.788 23.118 30.211c0 28.424-19.61 30.47-19.61 30.47l-42.732 1.146l58.56 61.224S256 171.199 256 94.413S176.607 0 176.607 0zM0 126.313h89.65l127.598 128.36l-90.652 1.76z"/></svg>
</template>

CSS

.icon-rax {
  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%20256%20257%22%3E%3Cpath%20fill%3D%22%23f76927%22%20d%3D%22m.61.667l62.848%2064.059l103.504-.764s23.118%201.788%2023.118%2030.211c0%2028.424-19.61%2030.47-19.61%2030.47l-42.732%201.146l58.56%2061.224S256%20171.199%20256%2094.413S176.607%200%20176.607%200zM0%20126.313h89.65l127.598%20128.36l-90.652%201.76z%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%20256%20257%22%3E%3Cpath%20fill%3D%22%23f76927%22%20d%3D%22m.61.667l62.848%2064.059l103.504-.764s23.118%201.788%2023.118%2030.211c0%2028.424-19.61%2030.47-19.61%2030.47l-42.732%201.146l58.56%2061.224S256%20171.199%20256%2094.413S176.607%200%20176.607%200zM0%20126.313h89.65l127.598%20128.36l-90.652%201.76z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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