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

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

The same logo in other sets

Use the devpost logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m448 99l128 221l-128 221H192L64 320L192 99zm-221.4 85.8v270.3h79.8c69.2 0 137.7-40.6 137.7-135.2c0-98.5-57-135.2-133.9-135.2h-83.7zm81.7 53c57 0 80.6 27.2 80.6 82.2c0 49.1-26 82.2-82.4 82.2h-26.8V237.8h28.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsDevpost(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="m448 99l128 221l-128 221H192L64 320L192 99zm-221.4 85.8v270.3h79.8c69.2 0 137.7-40.6 137.7-135.2c0-98.5-57-135.2-133.9-135.2h-83.7zm81.7 53c57 0 80.6 27.2 80.6 82.2c0 49.1-26 82.2-82.4 82.2h-26.8V237.8h28.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m448 99l128 221l-128 221H192L64 320L192 99zm-221.4 85.8v270.3h79.8c69.2 0 137.7-40.6 137.7-135.2c0-98.5-57-135.2-133.9-135.2h-83.7zm81.7 53c57 0 80.6 27.2 80.6 82.2c0 49.1-26 82.2-82.4 82.2h-26.8V237.8h28.7z"/></svg>
</template>

CSS

.icon-devpost {
  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%22m448%2099l128%20221l-128%20221H192L64%20320L192%2099zm-221.4%2085.8v270.3h79.8c69.2%200%20137.7-40.6%20137.7-135.2c0-98.5-57-135.2-133.9-135.2h-83.7zm81.7%2053c57%200%2080.6%2027.2%2080.6%2082.2c0%2049.1-26%2082.2-82.4%2082.2h-26.8V237.8h28.7z%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%22m448%2099l128%20221l-128%20221H192L64%20320L192%2099zm-221.4%2085.8v270.3h79.8c69.2%200%20137.7-40.6%20137.7-135.2c0-98.5-57-135.2-133.9-135.2h-83.7zm81.7%2053c57%200%2080.6%2027.2%2080.6%2082.2c0%2049.1-26%2082.2-82.4%2082.2h-26.8V237.8h28.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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