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

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

The same logo in other sets

Use the hackerrank logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M541.9 192C527.4 167 349.5 64 320.5 64S113.6 166.8 99.2 192s-14.5 230.8 0 256s192.4 128 221.3 128s206.8-102.9 221.3-128s14.5-231 0-256zM380.5 478.2c-4 0-40.9-35.8-38-38.7c.9-.9 6.3-1.5 17.5-1.8c0-26.2.6-68.6.9-86.3c0-2-.4-3.4-.4-5.8h-79.9c0 7.1-.5 36.2 1.4 72.9c.2 4.5-1.6 6-5.7 5.9c-10.1 0-20.3-.1-30.4-.1c-4.1 0-5.9-1.5-5.7-6.1c.9-33.4 3-84-.2-212.7v-3.2c-9.7-.4-16.4-1-17.3-1.8c-2.9-2.9 34.5-38.7 38.5-38.7s41.2 35.8 38.3 38.7c-.9.9-7.9 1.5-16.8 1.8v3.2c-2.4 25.8-2 79.6-2.6 105.4h80.3c0-4.6.4-34.7-1.2-83.6c-.1-3.4 1-5.2 4.2-5.2c11.1-.1 22.2-.1 33.2-.1c3.5 0 4.6 1.7 4.5 5.4c-3.7 191.3-.7 177.9-.7 210.3c8.9.4 16.8 1 17.7 1.8c2.9 2.9-33.6 38.7-37.6 38.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsHackerrank(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="M541.9 192C527.4 167 349.5 64 320.5 64S113.6 166.8 99.2 192s-14.5 230.8 0 256s192.4 128 221.3 128s206.8-102.9 221.3-128s14.5-231 0-256zM380.5 478.2c-4 0-40.9-35.8-38-38.7c.9-.9 6.3-1.5 17.5-1.8c0-26.2.6-68.6.9-86.3c0-2-.4-3.4-.4-5.8h-79.9c0 7.1-.5 36.2 1.4 72.9c.2 4.5-1.6 6-5.7 5.9c-10.1 0-20.3-.1-30.4-.1c-4.1 0-5.9-1.5-5.7-6.1c.9-33.4 3-84-.2-212.7v-3.2c-9.7-.4-16.4-1-17.3-1.8c-2.9-2.9 34.5-38.7 38.5-38.7s41.2 35.8 38.3 38.7c-.9.9-7.9 1.5-16.8 1.8v3.2c-2.4 25.8-2 79.6-2.6 105.4h80.3c0-4.6.4-34.7-1.2-83.6c-.1-3.4 1-5.2 4.2-5.2c11.1-.1 22.2-.1 33.2-.1c3.5 0 4.6 1.7 4.5 5.4c-3.7 191.3-.7 177.9-.7 210.3c8.9.4 16.8 1 17.7 1.8c2.9 2.9-33.6 38.7-37.6 38.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M541.9 192C527.4 167 349.5 64 320.5 64S113.6 166.8 99.2 192s-14.5 230.8 0 256s192.4 128 221.3 128s206.8-102.9 221.3-128s14.5-231 0-256zM380.5 478.2c-4 0-40.9-35.8-38-38.7c.9-.9 6.3-1.5 17.5-1.8c0-26.2.6-68.6.9-86.3c0-2-.4-3.4-.4-5.8h-79.9c0 7.1-.5 36.2 1.4 72.9c.2 4.5-1.6 6-5.7 5.9c-10.1 0-20.3-.1-30.4-.1c-4.1 0-5.9-1.5-5.7-6.1c.9-33.4 3-84-.2-212.7v-3.2c-9.7-.4-16.4-1-17.3-1.8c-2.9-2.9 34.5-38.7 38.5-38.7s41.2 35.8 38.3 38.7c-.9.9-7.9 1.5-16.8 1.8v3.2c-2.4 25.8-2 79.6-2.6 105.4h80.3c0-4.6.4-34.7-1.2-83.6c-.1-3.4 1-5.2 4.2-5.2c11.1-.1 22.2-.1 33.2-.1c3.5 0 4.6 1.7 4.5 5.4c-3.7 191.3-.7 177.9-.7 210.3c8.9.4 16.8 1 17.7 1.8c2.9 2.9-33.6 38.7-37.6 38.7"/></svg>
</template>

CSS

.icon-hackerrank {
  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%22M541.9%20192C527.4%20167%20349.5%2064%20320.5%2064S113.6%20166.8%2099.2%20192s-14.5%20230.8%200%20256s192.4%20128%20221.3%20128s206.8-102.9%20221.3-128s14.5-231%200-256zM380.5%20478.2c-4%200-40.9-35.8-38-38.7c.9-.9%206.3-1.5%2017.5-1.8c0-26.2.6-68.6.9-86.3c0-2-.4-3.4-.4-5.8h-79.9c0%207.1-.5%2036.2%201.4%2072.9c.2%204.5-1.6%206-5.7%205.9c-10.1%200-20.3-.1-30.4-.1c-4.1%200-5.9-1.5-5.7-6.1c.9-33.4%203-84-.2-212.7v-3.2c-9.7-.4-16.4-1-17.3-1.8c-2.9-2.9%2034.5-38.7%2038.5-38.7s41.2%2035.8%2038.3%2038.7c-.9.9-7.9%201.5-16.8%201.8v3.2c-2.4%2025.8-2%2079.6-2.6%20105.4h80.3c0-4.6.4-34.7-1.2-83.6c-.1-3.4%201-5.2%204.2-5.2c11.1-.1%2022.2-.1%2033.2-.1c3.5%200%204.6%201.7%204.5%205.4c-3.7%20191.3-.7%20177.9-.7%20210.3c8.9.4%2016.8%201%2017.7%201.8c2.9%202.9-33.6%2038.7-37.6%2038.7%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%22M541.9%20192C527.4%20167%20349.5%2064%20320.5%2064S113.6%20166.8%2099.2%20192s-14.5%20230.8%200%20256s192.4%20128%20221.3%20128s206.8-102.9%20221.3-128s14.5-231%200-256zM380.5%20478.2c-4%200-40.9-35.8-38-38.7c.9-.9%206.3-1.5%2017.5-1.8c0-26.2.6-68.6.9-86.3c0-2-.4-3.4-.4-5.8h-79.9c0%207.1-.5%2036.2%201.4%2072.9c.2%204.5-1.6%206-5.7%205.9c-10.1%200-20.3-.1-30.4-.1c-4.1%200-5.9-1.5-5.7-6.1c.9-33.4%203-84-.2-212.7v-3.2c-9.7-.4-16.4-1-17.3-1.8c-2.9-2.9%2034.5-38.7%2038.5-38.7s41.2%2035.8%2038.3%2038.7c-.9.9-7.9%201.5-16.8%201.8v3.2c-2.4%2025.8-2%2079.6-2.6%20105.4h80.3c0-4.6.4-34.7-1.2-83.6c-.1-3.4%201-5.2%204.2-5.2c11.1-.1%2022.2-.1%2033.2-.1c3.5%200%204.6%201.7%204.5%205.4c-3.7%20191.3-.7%20177.9-.7%20210.3c8.9.4%2016.8%201%2017.7%201.8c2.9%202.9-33.6%2038.7-37.6%2038.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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