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

Name
red-river
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the red river logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M449.2 96H190.8C138.4 96 96 138.4 96 190.8v258.4c0 52.4 42.4 94.8 94.8 94.8h258.4c52.4 0 94.8-42.4 94.8-94.8V190.8c0-52.4-42.4-94.8-94.8-94.8M240.9 264.9v56.3c0 27-21.9 48.9-48.9 48.9V215.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24m176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V311.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsRedRiver(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="M449.2 96H190.8C138.4 96 96 138.4 96 190.8v258.4c0 52.4 42.4 94.8 94.8 94.8h258.4c52.4 0 94.8-42.4 94.8-94.8V190.8c0-52.4-42.4-94.8-94.8-94.8M240.9 264.9v56.3c0 27-21.9 48.9-48.9 48.9V215.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24m176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V311.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M449.2 96H190.8C138.4 96 96 138.4 96 190.8v258.4c0 52.4 42.4 94.8 94.8 94.8h258.4c52.4 0 94.8-42.4 94.8-94.8V190.8c0-52.4-42.4-94.8-94.8-94.8M240.9 264.9v56.3c0 27-21.9 48.9-48.9 48.9V215.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24m176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V311.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9"/></svg>
</template>

CSS

.icon-red-river {
  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%22M449.2%2096H190.8C138.4%2096%2096%20138.4%2096%20190.8v258.4c0%2052.4%2042.4%2094.8%2094.8%2094.8h258.4c52.4%200%2094.8-42.4%2094.8-94.8V190.8c0-52.4-42.4-94.8-94.8-94.8M240.9%20264.9v56.3c0%2027-21.9%2048.9-48.9%2048.9V215.9c0-13.2%2010.7-23.9%2023.9-23.9h154.2c0%2027-21.9%2048.9-48.9%2048.9h-56.3c-12.3-.6-24.6%2011.6-24%2024m176.3%2072h-56.3c-12.3-.6-24.6%2011.6-24%2024v56.3c0%2027-21.9%2048.9-48.9%2048.9V311.9c0-13.2%2010.7-23.9%2023.9-23.9h154.2c0%2027-21.9%2048.9-48.9%2048.9%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%22M449.2%2096H190.8C138.4%2096%2096%20138.4%2096%20190.8v258.4c0%2052.4%2042.4%2094.8%2094.8%2094.8h258.4c52.4%200%2094.8-42.4%2094.8-94.8V190.8c0-52.4-42.4-94.8-94.8-94.8M240.9%20264.9v56.3c0%2027-21.9%2048.9-48.9%2048.9V215.9c0-13.2%2010.7-23.9%2023.9-23.9h154.2c0%2027-21.9%2048.9-48.9%2048.9h-56.3c-12.3-.6-24.6%2011.6-24%2024m176.3%2072h-56.3c-12.3-.6-24.6%2011.6-24%2024v56.3c0%2027-21.9%2048.9-48.9%2048.9V311.9c0-13.2%2010.7-23.9%2023.9-23.9h154.2c0%2027-21.9%2048.9-48.9%2048.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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