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

Name
ror
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

Use the ror logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M261.4 548.1h-99.5l49.7-76.2l49.7 76.2zm208.1 0H370l49.8-76.2zM312.6 185.4c19.5 0 37.5 3.1 53.9 9.2c16.5 6.1 30.7 14.9 42.7 26.3s21.4 25.2 28 41.4c.9 2.2 1.7 4.4 2.5 6.7v-77.2h96.6c12.7 0 24.7 1.2 36.1 3.7q17.1 3.75 30 12.3c8.6 5.8 15.4 13.5 20.4 23.3s7.6 21.9 7.6 36.5c0 17.6-4.5 32.6-13.7 44.9c-9.1 12.3-22.6 20.2-40.2 23.4L640 441.3h-65.9l-52.2-99.8h-27.1v99.8h-55v-77.2c-.8 2.2-1.6 4.5-2.5 6.7c-6.7 16.2-16.1 30-28 41.4c-12 11.4-26.2 20.2-42.7 26.3s-34.4 9.2-53.9 9.2s-37.5-3.1-53.9-9.2c-16.5-6.1-30.7-14.9-42.7-26.3S194.7 387 188 370.8s-10-34.3-10-54.3c0-2 0-3.9.1-5.8l-1.2 1.8c-9.1 12.3-22.5 20.2-40.2 23.4l63.4 105.4h-65.9L82 341.5H54.9v99.8h-55V191.8h96.5c12.7 0 24.7 1.2 36.1 3.7q17.1 3.75 30 12.3c8.6 5.8 15.4 13.5 20.4 23.3c3.8 7.4 6.2 16.2 7.2 26.3c6.5-14.1 15.1-26.3 25.8-36.5c12-11.4 26.2-20.2 42.7-26.3s34.4-9.2 53.9-9.2zm.1 50.8c-11.8 0-22.4 2-31.9 6s-17.7 9.6-24.5 16.8s-12 15.7-15.7 25.5s-5.5 20.6-5.5 32.1c0 11.8 1.8 22.5 5.5 32.3s8.9 18.2 15.7 25.4s15 12.8 24.5 16.8s20.1 6 31.9 6c11.7 0 22.4-2 31.9-6s17.7-9.6 24.5-16.8s12.1-15.6 15.7-25.4s5.4-20.5 5.4-32.3q0-17.25-5.4-32.1c-3.6-9.8-8.9-18.4-15.7-25.5c-6.8-7.2-15-12.8-24.5-16.8s-20.1-6-31.9-6M55 238.3V295h32.4c5 0 10.2-.2 15.7-.5s10.5-1.4 15-3.2s8.1-4.5 11.1-8.3s4.4-9.1 4.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.7-4.1s-10.3-1.1-15.2-1.1H55zm439.7 0V295h32.4c5 0 10.2-.2 15.7-.5s10.5-1.4 14.9-3.2s8.2-4.5 11.1-8.3s4.4-9.1 4.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.8-4.1s-10.2-1.1-15.2-1.1h-35.9zm-283-70.3L162 91.8h99.5L211.8 168zm208.1 0L370 91.8h99.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsRor(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="M261.4 548.1h-99.5l49.7-76.2l49.7 76.2zm208.1 0H370l49.8-76.2zM312.6 185.4c19.5 0 37.5 3.1 53.9 9.2c16.5 6.1 30.7 14.9 42.7 26.3s21.4 25.2 28 41.4c.9 2.2 1.7 4.4 2.5 6.7v-77.2h96.6c12.7 0 24.7 1.2 36.1 3.7q17.1 3.75 30 12.3c8.6 5.8 15.4 13.5 20.4 23.3s7.6 21.9 7.6 36.5c0 17.6-4.5 32.6-13.7 44.9c-9.1 12.3-22.6 20.2-40.2 23.4L640 441.3h-65.9l-52.2-99.8h-27.1v99.8h-55v-77.2c-.8 2.2-1.6 4.5-2.5 6.7c-6.7 16.2-16.1 30-28 41.4c-12 11.4-26.2 20.2-42.7 26.3s-34.4 9.2-53.9 9.2s-37.5-3.1-53.9-9.2c-16.5-6.1-30.7-14.9-42.7-26.3S194.7 387 188 370.8s-10-34.3-10-54.3c0-2 0-3.9.1-5.8l-1.2 1.8c-9.1 12.3-22.5 20.2-40.2 23.4l63.4 105.4h-65.9L82 341.5H54.9v99.8h-55V191.8h96.5c12.7 0 24.7 1.2 36.1 3.7q17.1 3.75 30 12.3c8.6 5.8 15.4 13.5 20.4 23.3c3.8 7.4 6.2 16.2 7.2 26.3c6.5-14.1 15.1-26.3 25.8-36.5c12-11.4 26.2-20.2 42.7-26.3s34.4-9.2 53.9-9.2zm.1 50.8c-11.8 0-22.4 2-31.9 6s-17.7 9.6-24.5 16.8s-12 15.7-15.7 25.5s-5.5 20.6-5.5 32.1c0 11.8 1.8 22.5 5.5 32.3s8.9 18.2 15.7 25.4s15 12.8 24.5 16.8s20.1 6 31.9 6c11.7 0 22.4-2 31.9-6s17.7-9.6 24.5-16.8s12.1-15.6 15.7-25.4s5.4-20.5 5.4-32.3q0-17.25-5.4-32.1c-3.6-9.8-8.9-18.4-15.7-25.5c-6.8-7.2-15-12.8-24.5-16.8s-20.1-6-31.9-6M55 238.3V295h32.4c5 0 10.2-.2 15.7-.5s10.5-1.4 15-3.2s8.1-4.5 11.1-8.3s4.4-9.1 4.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.7-4.1s-10.3-1.1-15.2-1.1H55zm439.7 0V295h32.4c5 0 10.2-.2 15.7-.5s10.5-1.4 14.9-3.2s8.2-4.5 11.1-8.3s4.4-9.1 4.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.8-4.1s-10.2-1.1-15.2-1.1h-35.9zm-283-70.3L162 91.8h99.5L211.8 168zm208.1 0L370 91.8h99.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M261.4 548.1h-99.5l49.7-76.2l49.7 76.2zm208.1 0H370l49.8-76.2zM312.6 185.4c19.5 0 37.5 3.1 53.9 9.2c16.5 6.1 30.7 14.9 42.7 26.3s21.4 25.2 28 41.4c.9 2.2 1.7 4.4 2.5 6.7v-77.2h96.6c12.7 0 24.7 1.2 36.1 3.7q17.1 3.75 30 12.3c8.6 5.8 15.4 13.5 20.4 23.3s7.6 21.9 7.6 36.5c0 17.6-4.5 32.6-13.7 44.9c-9.1 12.3-22.6 20.2-40.2 23.4L640 441.3h-65.9l-52.2-99.8h-27.1v99.8h-55v-77.2c-.8 2.2-1.6 4.5-2.5 6.7c-6.7 16.2-16.1 30-28 41.4c-12 11.4-26.2 20.2-42.7 26.3s-34.4 9.2-53.9 9.2s-37.5-3.1-53.9-9.2c-16.5-6.1-30.7-14.9-42.7-26.3S194.7 387 188 370.8s-10-34.3-10-54.3c0-2 0-3.9.1-5.8l-1.2 1.8c-9.1 12.3-22.5 20.2-40.2 23.4l63.4 105.4h-65.9L82 341.5H54.9v99.8h-55V191.8h96.5c12.7 0 24.7 1.2 36.1 3.7q17.1 3.75 30 12.3c8.6 5.8 15.4 13.5 20.4 23.3c3.8 7.4 6.2 16.2 7.2 26.3c6.5-14.1 15.1-26.3 25.8-36.5c12-11.4 26.2-20.2 42.7-26.3s34.4-9.2 53.9-9.2zm.1 50.8c-11.8 0-22.4 2-31.9 6s-17.7 9.6-24.5 16.8s-12 15.7-15.7 25.5s-5.5 20.6-5.5 32.1c0 11.8 1.8 22.5 5.5 32.3s8.9 18.2 15.7 25.4s15 12.8 24.5 16.8s20.1 6 31.9 6c11.7 0 22.4-2 31.9-6s17.7-9.6 24.5-16.8s12.1-15.6 15.7-25.4s5.4-20.5 5.4-32.3q0-17.25-5.4-32.1c-3.6-9.8-8.9-18.4-15.7-25.5c-6.8-7.2-15-12.8-24.5-16.8s-20.1-6-31.9-6M55 238.3V295h32.4c5 0 10.2-.2 15.7-.5s10.5-1.4 15-3.2s8.1-4.5 11.1-8.3s4.4-9.1 4.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.7-4.1s-10.3-1.1-15.2-1.1H55zm439.7 0V295h32.4c5 0 10.2-.2 15.7-.5s10.5-1.4 14.9-3.2s8.2-4.5 11.1-8.3s4.4-9.1 4.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.8-4.1s-10.2-1.1-15.2-1.1h-35.9zm-283-70.3L162 91.8h99.5L211.8 168zm208.1 0L370 91.8h99.5z"/></svg>
</template>

CSS

.icon-ror {
  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%22M261.4%20548.1h-99.5l49.7-76.2l49.7%2076.2zm208.1%200H370l49.8-76.2zM312.6%20185.4c19.5%200%2037.5%203.1%2053.9%209.2c16.5%206.1%2030.7%2014.9%2042.7%2026.3s21.4%2025.2%2028%2041.4c.9%202.2%201.7%204.4%202.5%206.7v-77.2h96.6c12.7%200%2024.7%201.2%2036.1%203.7q17.1%203.75%2030%2012.3c8.6%205.8%2015.4%2013.5%2020.4%2023.3s7.6%2021.9%207.6%2036.5c0%2017.6-4.5%2032.6-13.7%2044.9c-9.1%2012.3-22.6%2020.2-40.2%2023.4L640%20441.3h-65.9l-52.2-99.8h-27.1v99.8h-55v-77.2c-.8%202.2-1.6%204.5-2.5%206.7c-6.7%2016.2-16.1%2030-28%2041.4c-12%2011.4-26.2%2020.2-42.7%2026.3s-34.4%209.2-53.9%209.2s-37.5-3.1-53.9-9.2c-16.5-6.1-30.7-14.9-42.7-26.3S194.7%20387%20188%20370.8s-10-34.3-10-54.3c0-2%200-3.9.1-5.8l-1.2%201.8c-9.1%2012.3-22.5%2020.2-40.2%2023.4l63.4%20105.4h-65.9L82%20341.5H54.9v99.8h-55V191.8h96.5c12.7%200%2024.7%201.2%2036.1%203.7q17.1%203.75%2030%2012.3c8.6%205.8%2015.4%2013.5%2020.4%2023.3c3.8%207.4%206.2%2016.2%207.2%2026.3c6.5-14.1%2015.1-26.3%2025.8-36.5c12-11.4%2026.2-20.2%2042.7-26.3s34.4-9.2%2053.9-9.2zm.1%2050.8c-11.8%200-22.4%202-31.9%206s-17.7%209.6-24.5%2016.8s-12%2015.7-15.7%2025.5s-5.5%2020.6-5.5%2032.1c0%2011.8%201.8%2022.5%205.5%2032.3s8.9%2018.2%2015.7%2025.4s15%2012.8%2024.5%2016.8s20.1%206%2031.9%206c11.7%200%2022.4-2%2031.9-6s17.7-9.6%2024.5-16.8s12.1-15.6%2015.7-25.4s5.4-20.5%205.4-32.3q0-17.25-5.4-32.1c-3.6-9.8-8.9-18.4-15.7-25.5c-6.8-7.2-15-12.8-24.5-16.8s-20.1-6-31.9-6M55%20238.3V295h32.4c5%200%2010.2-.2%2015.7-.5s10.5-1.4%2015-3.2s8.1-4.5%2011.1-8.3s4.4-9.1%204.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.7-4.1s-10.3-1.1-15.2-1.1H55zm439.7%200V295h32.4c5%200%2010.2-.2%2015.7-.5s10.5-1.4%2014.9-3.2s8.2-4.5%2011.1-8.3s4.4-9.1%204.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.8-4.1s-10.2-1.1-15.2-1.1h-35.9zm-283-70.3L162%2091.8h99.5L211.8%20168zm208.1%200L370%2091.8h99.5z%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%22M261.4%20548.1h-99.5l49.7-76.2l49.7%2076.2zm208.1%200H370l49.8-76.2zM312.6%20185.4c19.5%200%2037.5%203.1%2053.9%209.2c16.5%206.1%2030.7%2014.9%2042.7%2026.3s21.4%2025.2%2028%2041.4c.9%202.2%201.7%204.4%202.5%206.7v-77.2h96.6c12.7%200%2024.7%201.2%2036.1%203.7q17.1%203.75%2030%2012.3c8.6%205.8%2015.4%2013.5%2020.4%2023.3s7.6%2021.9%207.6%2036.5c0%2017.6-4.5%2032.6-13.7%2044.9c-9.1%2012.3-22.6%2020.2-40.2%2023.4L640%20441.3h-65.9l-52.2-99.8h-27.1v99.8h-55v-77.2c-.8%202.2-1.6%204.5-2.5%206.7c-6.7%2016.2-16.1%2030-28%2041.4c-12%2011.4-26.2%2020.2-42.7%2026.3s-34.4%209.2-53.9%209.2s-37.5-3.1-53.9-9.2c-16.5-6.1-30.7-14.9-42.7-26.3S194.7%20387%20188%20370.8s-10-34.3-10-54.3c0-2%200-3.9.1-5.8l-1.2%201.8c-9.1%2012.3-22.5%2020.2-40.2%2023.4l63.4%20105.4h-65.9L82%20341.5H54.9v99.8h-55V191.8h96.5c12.7%200%2024.7%201.2%2036.1%203.7q17.1%203.75%2030%2012.3c8.6%205.8%2015.4%2013.5%2020.4%2023.3c3.8%207.4%206.2%2016.2%207.2%2026.3c6.5-14.1%2015.1-26.3%2025.8-36.5c12-11.4%2026.2-20.2%2042.7-26.3s34.4-9.2%2053.9-9.2zm.1%2050.8c-11.8%200-22.4%202-31.9%206s-17.7%209.6-24.5%2016.8s-12%2015.7-15.7%2025.5s-5.5%2020.6-5.5%2032.1c0%2011.8%201.8%2022.5%205.5%2032.3s8.9%2018.2%2015.7%2025.4s15%2012.8%2024.5%2016.8s20.1%206%2031.9%206c11.7%200%2022.4-2%2031.9-6s17.7-9.6%2024.5-16.8s12.1-15.6%2015.7-25.4s5.4-20.5%205.4-32.3q0-17.25-5.4-32.1c-3.6-9.8-8.9-18.4-15.7-25.5c-6.8-7.2-15-12.8-24.5-16.8s-20.1-6-31.9-6M55%20238.3V295h32.4c5%200%2010.2-.2%2015.7-.5s10.5-1.4%2015-3.2s8.1-4.5%2011.1-8.3s4.4-9.1%204.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.7-4.1s-10.3-1.1-15.2-1.1H55zm439.7%200V295h32.4c5%200%2010.2-.2%2015.7-.5s10.5-1.4%2014.9-3.2s8.2-4.5%2011.1-8.3s4.4-9.1%204.4-15.8c0-6.3-1.3-11.4-3.9-15.2s-5.9-6.6-9.9-8.7s-8.6-3.4-13.8-4.1s-10.2-1.1-15.2-1.1h-35.9zm-283-70.3L162%2091.8h99.5L211.8%20168zm208.1%200L370%2091.8h99.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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