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

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

The same logo in other sets

Use the leetcode logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M331.4 73.3c11.1-11.8 29.7-12.5 41.6-1.4s12.5 29.8 1.4 41.6l-43 46c21.5 3.3 42.1 11.8 59.1 25.6l74.6 60.3c12.6 10.2 14.6 28.8 4.4 41.4s-28.7 14.6-41.4 4.4l-74.6-60.3c-26.2-21.1-71.9-18.2-94.5 5.9L177 325c-21.5 23-19.1 60 5.6 84.2l91.2 89.4c24.9 24 65.6 24 90.1-.4l51.1-51c11.5-11.5 30.1-11.5 41.6.1s11.4 30.2-.1 41.7l-51.1 51c-47.1 47.1-124 47.7-171.9 1.6l-92-90.2C94.6 405.3 90 331.9 134 284.7zm176.3 263.9c16.2 0 29.4 13.2 29.4 29.5s-13.2 29.5-29.4 29.5H290.8c-16.2 0-29.4-13.2-29.4-29.5s13.2-29.5 29.4-29.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsLeetcode(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="M331.4 73.3c11.1-11.8 29.7-12.5 41.6-1.4s12.5 29.8 1.4 41.6l-43 46c21.5 3.3 42.1 11.8 59.1 25.6l74.6 60.3c12.6 10.2 14.6 28.8 4.4 41.4s-28.7 14.6-41.4 4.4l-74.6-60.3c-26.2-21.1-71.9-18.2-94.5 5.9L177 325c-21.5 23-19.1 60 5.6 84.2l91.2 89.4c24.9 24 65.6 24 90.1-.4l51.1-51c11.5-11.5 30.1-11.5 41.6.1s11.4 30.2-.1 41.7l-51.1 51c-47.1 47.1-124 47.7-171.9 1.6l-92-90.2C94.6 405.3 90 331.9 134 284.7zm176.3 263.9c16.2 0 29.4 13.2 29.4 29.5s-13.2 29.5-29.4 29.5H290.8c-16.2 0-29.4-13.2-29.4-29.5s13.2-29.5 29.4-29.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="M331.4 73.3c11.1-11.8 29.7-12.5 41.6-1.4s12.5 29.8 1.4 41.6l-43 46c21.5 3.3 42.1 11.8 59.1 25.6l74.6 60.3c12.6 10.2 14.6 28.8 4.4 41.4s-28.7 14.6-41.4 4.4l-74.6-60.3c-26.2-21.1-71.9-18.2-94.5 5.9L177 325c-21.5 23-19.1 60 5.6 84.2l91.2 89.4c24.9 24 65.6 24 90.1-.4l51.1-51c11.5-11.5 30.1-11.5 41.6.1s11.4 30.2-.1 41.7l-51.1 51c-47.1 47.1-124 47.7-171.9 1.6l-92-90.2C94.6 405.3 90 331.9 134 284.7zm176.3 263.9c16.2 0 29.4 13.2 29.4 29.5s-13.2 29.5-29.4 29.5H290.8c-16.2 0-29.4-13.2-29.4-29.5s13.2-29.5 29.4-29.5z"/></svg>
</template>

CSS

.icon-leetcode {
  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%22M331.4%2073.3c11.1-11.8%2029.7-12.5%2041.6-1.4s12.5%2029.8%201.4%2041.6l-43%2046c21.5%203.3%2042.1%2011.8%2059.1%2025.6l74.6%2060.3c12.6%2010.2%2014.6%2028.8%204.4%2041.4s-28.7%2014.6-41.4%204.4l-74.6-60.3c-26.2-21.1-71.9-18.2-94.5%205.9L177%20325c-21.5%2023-19.1%2060%205.6%2084.2l91.2%2089.4c24.9%2024%2065.6%2024%2090.1-.4l51.1-51c11.5-11.5%2030.1-11.5%2041.6.1s11.4%2030.2-.1%2041.7l-51.1%2051c-47.1%2047.1-124%2047.7-171.9%201.6l-92-90.2C94.6%20405.3%2090%20331.9%20134%20284.7zm176.3%20263.9c16.2%200%2029.4%2013.2%2029.4%2029.5s-13.2%2029.5-29.4%2029.5H290.8c-16.2%200-29.4-13.2-29.4-29.5s13.2-29.5%2029.4-29.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%22M331.4%2073.3c11.1-11.8%2029.7-12.5%2041.6-1.4s12.5%2029.8%201.4%2041.6l-43%2046c21.5%203.3%2042.1%2011.8%2059.1%2025.6l74.6%2060.3c12.6%2010.2%2014.6%2028.8%204.4%2041.4s-28.7%2014.6-41.4%204.4l-74.6-60.3c-26.2-21.1-71.9-18.2-94.5%205.9L177%20325c-21.5%2023-19.1%2060%205.6%2084.2l91.2%2089.4c24.9%2024%2065.6%2024%2090.1-.4l51.1-51c11.5-11.5%2030.1-11.5%2041.6.1s11.4%2030.2-.1%2041.7l-51.1%2051c-47.1%2047.1-124%2047.7-171.9%201.6l-92-90.2C94.6%20405.3%2090%20331.9%20134%20284.7zm176.3%20263.9c16.2%200%2029.4%2013.2%2029.4%2029.5s-13.2%2029.5-29.4%2029.5H290.8c-16.2%200-29.4-13.2-29.4-29.5s13.2-29.5%2029.4-29.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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