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

Name
robinhood
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the robinhood logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.84 24h.53c.096 0 .192-.048.224-.128C7.591 13.696 11.94 8.656 14.67 5.638c.112-.128.064-.225-.096-.225h-4.88a.55.55 0 0 0-.45.225L5.746 9.972c-.514.642-.642 1.236-.642 2.086v4.43c-1.14 3.194-1.862 5.361-2.392 7.32c-.032.125.016.192.129.192M20.447.646c-.754-.802-4.157-.834-5.73-.224a3 3 0 0 0-.786.465a41 41 0 0 0-3.323 3.178c-.112.113-.064.225.097.225h5.409c.497 0 .786.289.786.786v6.1c0 .16.128.208.225.064l3.258-4.254c.53-.69.69-.898.835-1.861c.192-1.413.08-3.58-.77-4.479m-6.982 16.18l2.231-3.676a.7.7 0 0 0 .064-.29V6.73c0-.16-.112-.225-.224-.097c-3.355 3.74-5.971 7.672-8.395 12.407c-.06.12.016.225.16.177l5.009-1.54c.565-.174.882-.402 1.155-.852"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRobinhood(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="M2.84 24h.53c.096 0 .192-.048.224-.128C7.591 13.696 11.94 8.656 14.67 5.638c.112-.128.064-.225-.096-.225h-4.88a.55.55 0 0 0-.45.225L5.746 9.972c-.514.642-.642 1.236-.642 2.086v4.43c-1.14 3.194-1.862 5.361-2.392 7.32c-.032.125.016.192.129.192M20.447.646c-.754-.802-4.157-.834-5.73-.224a3 3 0 0 0-.786.465a41 41 0 0 0-3.323 3.178c-.112.113-.064.225.097.225h5.409c.497 0 .786.289.786.786v6.1c0 .16.128.208.225.064l3.258-4.254c.53-.69.69-.898.835-1.861c.192-1.413.08-3.58-.77-4.479m-6.982 16.18l2.231-3.676a.7.7 0 0 0 .064-.29V6.73c0-.16-.112-.225-.224-.097c-3.355 3.74-5.971 7.672-8.395 12.407c-.06.12.016.225.16.177l5.009-1.54c.565-.174.882-.402 1.155-.852"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.84 24h.53c.096 0 .192-.048.224-.128C7.591 13.696 11.94 8.656 14.67 5.638c.112-.128.064-.225-.096-.225h-4.88a.55.55 0 0 0-.45.225L5.746 9.972c-.514.642-.642 1.236-.642 2.086v4.43c-1.14 3.194-1.862 5.361-2.392 7.32c-.032.125.016.192.129.192M20.447.646c-.754-.802-4.157-.834-5.73-.224a3 3 0 0 0-.786.465a41 41 0 0 0-3.323 3.178c-.112.113-.064.225.097.225h5.409c.497 0 .786.289.786.786v6.1c0 .16.128.208.225.064l3.258-4.254c.53-.69.69-.898.835-1.861c.192-1.413.08-3.58-.77-4.479m-6.982 16.18l2.231-3.676a.7.7 0 0 0 .064-.29V6.73c0-.16-.112-.225-.224-.097c-3.355 3.74-5.971 7.672-8.395 12.407c-.06.12.016.225.16.177l5.009-1.54c.565-.174.882-.402 1.155-.852"/></svg>
</template>

CSS

.icon-robinhood {
  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%22M2.84%2024h.53c.096%200%20.192-.048.224-.128C7.591%2013.696%2011.94%208.656%2014.67%205.638c.112-.128.064-.225-.096-.225h-4.88a.55.55%200%200%200-.45.225L5.746%209.972c-.514.642-.642%201.236-.642%202.086v4.43c-1.14%203.194-1.862%205.361-2.392%207.32c-.032.125.016.192.129.192M20.447.646c-.754-.802-4.157-.834-5.73-.224a3%203%200%200%200-.786.465a41%2041%200%200%200-3.323%203.178c-.112.113-.064.225.097.225h5.409c.497%200%20.786.289.786.786v6.1c0%20.16.128.208.225.064l3.258-4.254c.53-.69.69-.898.835-1.861c.192-1.413.08-3.58-.77-4.479m-6.982%2016.18l2.231-3.676a.7.7%200%200%200%20.064-.29V6.73c0-.16-.112-.225-.224-.097c-3.355%203.74-5.971%207.672-8.395%2012.407c-.06.12.016.225.16.177l5.009-1.54c.565-.174.882-.402%201.155-.852%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%22M2.84%2024h.53c.096%200%20.192-.048.224-.128C7.591%2013.696%2011.94%208.656%2014.67%205.638c.112-.128.064-.225-.096-.225h-4.88a.55.55%200%200%200-.45.225L5.746%209.972c-.514.642-.642%201.236-.642%202.086v4.43c-1.14%203.194-1.862%205.361-2.392%207.32c-.032.125.016.192.129.192M20.447.646c-.754-.802-4.157-.834-5.73-.224a3%203%200%200%200-.786.465a41%2041%200%200%200-3.323%203.178c-.112.113-.064.225.097.225h5.409c.497%200%20.786.289.786.786v6.1c0%20.16.128.208.225.064l3.258-4.254c.53-.69.69-.898.835-1.861c.192-1.413.08-3.58-.77-4.479m-6.982%2016.18l2.231-3.676a.7.7%200%200%200%20.064-.29V6.73c0-.16-.112-.225-.224-.097c-3.355%203.74-5.971%207.672-8.395%2012.407c-.06.12.016.225.16.177l5.009-1.54c.565-.174.882-.402%201.155-.852%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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