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

Name
first-order
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the first order logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M109.3 293.2c.1-.1.2-.3.3-.4c0 .1 0 .3-.1.4zm211.1-132.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4l-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4l-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4l-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6l-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4l-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7l-50.9 45.1c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9l-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6l-4 68c7.1 1.1 14.6 1.7 21.7 1.7c7.4 0 14.6-.6 21.7-1.7l-4-68.6l22.6 65.1c14.3-4 27.7-9.4 40-16.9L371.3 396l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1l61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3l67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4l64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7l50.6-45.4q-13.35-17.55-30.6-30.9L371 243.7l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L338.1 230l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M539.8 192v256L320.4 576L101 448V192L320.4 64zm-17.1 10.3L320.4 84.9L118.1 202.3v235.1l202.3 117.7l202.3-117.7zM320.4 101.1l187.7 109.4v218.9L320.4 538.9L132.7 429.4V210.6zm0 50.9c-92.3 0-166.9 75.1-166.9 168c0 92.6 74.6 167.7 166.9 167.7c92 0 166.9-75.1 166.9-167.7c0-92.9-74.9-168-166.9-168"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsFirstOrder(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="M109.3 293.2c.1-.1.2-.3.3-.4c0 .1 0 .3-.1.4zm211.1-132.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4l-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4l-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4l-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6l-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4l-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7l-50.9 45.1c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9l-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6l-4 68c7.1 1.1 14.6 1.7 21.7 1.7c7.4 0 14.6-.6 21.7-1.7l-4-68.6l22.6 65.1c14.3-4 27.7-9.4 40-16.9L371.3 396l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1l61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3l67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4l64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7l50.6-45.4q-13.35-17.55-30.6-30.9L371 243.7l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L338.1 230l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M539.8 192v256L320.4 576L101 448V192L320.4 64zm-17.1 10.3L320.4 84.9L118.1 202.3v235.1l202.3 117.7l202.3-117.7zM320.4 101.1l187.7 109.4v218.9L320.4 538.9L132.7 429.4V210.6zm0 50.9c-92.3 0-166.9 75.1-166.9 168c0 92.6 74.6 167.7 166.9 167.7c92 0 166.9-75.1 166.9-167.7c0-92.9-74.9-168-166.9-168"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M109.3 293.2c.1-.1.2-.3.3-.4c0 .1 0 .3-.1.4zm211.1-132.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4l-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4l-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4l-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6l-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4l-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7l-50.9 45.1c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9l-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6l-4 68c7.1 1.1 14.6 1.7 21.7 1.7c7.4 0 14.6-.6 21.7-1.7l-4-68.6l22.6 65.1c14.3-4 27.7-9.4 40-16.9L371.3 396l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1l61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3l67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4l64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7l50.6-45.4q-13.35-17.55-30.6-30.9L371 243.7l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L338.1 230l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M539.8 192v256L320.4 576L101 448V192L320.4 64zm-17.1 10.3L320.4 84.9L118.1 202.3v235.1l202.3 117.7l202.3-117.7zM320.4 101.1l187.7 109.4v218.9L320.4 538.9L132.7 429.4V210.6zm0 50.9c-92.3 0-166.9 75.1-166.9 168c0 92.6 74.6 167.7 166.9 167.7c92 0 166.9-75.1 166.9-167.7c0-92.9-74.9-168-166.9-168"/></svg>
</template>

CSS

.icon-first-order {
  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%22M109.3%20293.2c.1-.1.2-.3.3-.4c0%20.1%200%20.3-.1.4zm211.1-132.6c-7.1%200-14.6.6-21.4%201.7l3.7%2067.4l-22-64c-14.3%203.7-27.7%209.4-40%2016.6l29.4%2061.4l-45.1-50.9c-11.4%208.9-21.7%2019.1-30.6%2030.9l50.6%2045.4l-61.1-29.7c-7.1%2012.3-12.9%2025.7-16.6%2040l64.3%2022.6l-68-4c-.9%207.1-1.4%2014.6-1.4%2022s.6%2014.6%201.4%2021.7l67.7-4l-64%2022.6c3.7%2014.3%209.4%2027.7%2016.6%2040.3l61.1-29.7l-50.9%2045.1c8.9%2011.7%2019.1%2022.3%2030.9%2030.9l44.9-50.9l-29.5%2061.4c12.3%207.4%2025.7%2013.1%2040%2016.9l22.3-64.6l-4%2068c7.1%201.1%2014.6%201.7%2021.7%201.7c7.4%200%2014.6-.6%2021.7-1.7l-4-68.6l22.6%2065.1c14.3-4%2027.7-9.4%2040-16.9L371.3%20396l44.9%2050.9c11.7-8.9%2022-19.1%2030.6-30.9l-50.6-45.1l61.1%2029.4c7.1-12.3%2012.9-25.7%2016.6-40.3l-64-22.3l67.4%204c1.1-7.1%201.4-14.3%201.4-21.7s-.3-14.9-1.4-22l-67.7%204l64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9%2029.7l50.6-45.4q-13.35-17.55-30.6-30.9L371%20243.7l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L338.1%20230l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M539.8%20192v256L320.4%20576L101%20448V192L320.4%2064zm-17.1%2010.3L320.4%2084.9L118.1%20202.3v235.1l202.3%20117.7l202.3-117.7zM320.4%20101.1l187.7%20109.4v218.9L320.4%20538.9L132.7%20429.4V210.6zm0%2050.9c-92.3%200-166.9%2075.1-166.9%20168c0%2092.6%2074.6%20167.7%20166.9%20167.7c92%200%20166.9-75.1%20166.9-167.7c0-92.9-74.9-168-166.9-168%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%22M109.3%20293.2c.1-.1.2-.3.3-.4c0%20.1%200%20.3-.1.4zm211.1-132.6c-7.1%200-14.6.6-21.4%201.7l3.7%2067.4l-22-64c-14.3%203.7-27.7%209.4-40%2016.6l29.4%2061.4l-45.1-50.9c-11.4%208.9-21.7%2019.1-30.6%2030.9l50.6%2045.4l-61.1-29.7c-7.1%2012.3-12.9%2025.7-16.6%2040l64.3%2022.6l-68-4c-.9%207.1-1.4%2014.6-1.4%2022s.6%2014.6%201.4%2021.7l67.7-4l-64%2022.6c3.7%2014.3%209.4%2027.7%2016.6%2040.3l61.1-29.7l-50.9%2045.1c8.9%2011.7%2019.1%2022.3%2030.9%2030.9l44.9-50.9l-29.5%2061.4c12.3%207.4%2025.7%2013.1%2040%2016.9l22.3-64.6l-4%2068c7.1%201.1%2014.6%201.7%2021.7%201.7c7.4%200%2014.6-.6%2021.7-1.7l-4-68.6l22.6%2065.1c14.3-4%2027.7-9.4%2040-16.9L371.3%20396l44.9%2050.9c11.7-8.9%2022-19.1%2030.6-30.9l-50.6-45.1l61.1%2029.4c7.1-12.3%2012.9-25.7%2016.6-40.3l-64-22.3l67.4%204c1.1-7.1%201.4-14.3%201.4-21.7s-.3-14.9-1.4-22l-67.7%204l64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9%2029.7l50.6-45.4q-13.35-17.55-30.6-30.9L371%20243.7l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L338.1%20230l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M539.8%20192v256L320.4%20576L101%20448V192L320.4%2064zm-17.1%2010.3L320.4%2084.9L118.1%20202.3v235.1l202.3%20117.7l202.3-117.7zM320.4%20101.1l187.7%20109.4v218.9L320.4%20538.9L132.7%20429.4V210.6zm0%2050.9c-92.3%200-166.9%2075.1-166.9%20168c0%2092.6%2074.6%20167.7%20166.9%20167.7c92%200%20166.9-75.1%20166.9-167.7c0-92.9-74.9-168-166.9-168%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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