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

Name
first-order
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the first order logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M12.9 229.2c.1-.1.2-.3.3-.4c0 .1 0 .3-.1.4zM224 96.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.7L97.7 352c8.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.9L274.9 332l44.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.9l-45.1 50.9l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M443.4 128v256L224 512L4.6 384V128L224 0zm-17.1 10.3L224 20.9L21.7 138.3v235.1L224 491.1l202.3-117.7zM224 37.1l187.7 109.4v218.9L224 474.9L36.3 365.4V146.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 Fa6BrandsFirstOrder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M12.9 229.2c.1-.1.2-.3.3-.4c0 .1 0 .3-.1.4zM224 96.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.7L97.7 352c8.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.9L274.9 332l44.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.9l-45.1 50.9l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M443.4 128v256L224 512L4.6 384V128L224 0zm-17.1 10.3L224 20.9L21.7 138.3v235.1L224 491.1l202.3-117.7zM224 37.1l187.7 109.4v218.9L224 474.9L36.3 365.4V146.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 448 512"><path fill="currentColor" d="M12.9 229.2c.1-.1.2-.3.3-.4c0 .1 0 .3-.1.4zM224 96.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.7L97.7 352c8.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.9L274.9 332l44.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.9l-45.1 50.9l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M443.4 128v256L224 512L4.6 384V128L224 0zm-17.1 10.3L224 20.9L21.7 138.3v235.1L224 491.1l202.3-117.7zM224 37.1l187.7 109.4v218.9L224 474.9L36.3 365.4V146.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.9%20229.2c.1-.1.2-.3.3-.4c0%20.1%200%20.3-.1.4zM224%2096.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.7L97.7%20352c8.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.9L274.9%20332l44.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.9l-45.1%2050.9l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7%20166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M443.4%20128v256L224%20512L4.6%20384V128L224%200zm-17.1%2010.3L224%2020.9L21.7%20138.3v235.1L224%20491.1l202.3-117.7zM224%2037.1l187.7%20109.4v218.9L224%20474.9L36.3%20365.4V146.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.9%20229.2c.1-.1.2-.3.3-.4c0%20.1%200%20.3-.1.4zM224%2096.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.7L97.7%20352c8.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.9L274.9%20332l44.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.9l-45.1%2050.9l29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7%20166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M443.4%20128v256L224%20512L4.6%20384V128L224%200zm-17.1%2010.3L224%2020.9L21.7%20138.3v235.1L224%20491.1l202.3-117.7zM224%2037.1l187.7%20109.4v218.9L224%20474.9L36.3%20365.4V146.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/fa6-brands/first-order.svg?color=%231a73e8&size=48