first order alt logo

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

Name
first-order-alt
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 alt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72C183 72 72 183 72 320s111 248 248 248s248-111 248-248S457 72 320 72m0 7.8c132.7 0 240.2 107.5 240.2 240.2S452.7 560.2 320 560.2S79.8 452.7 79.8 320S187.3 79.8 320 79.8m0 20.5c-121.3 0-219.7 98.4-219.7 219.7S198.7 539.7 320 539.7S539.7 441.3 539.7 320S441.3 100.3 320 100.3m0 8.2c116.8 0 211.5 94.7 211.5 211.5S436.8 531.5 320 531.5S108.5 436.8 108.5 320S203.2 108.5 320 108.5m186.2 260c-4.4 17.1-11.2 33.5-20.1 48.7L412 381.3l61.5 54.8c-10.6 14.1-23.2 26.6-37.2 37.3l-54.8-61.6l35.9 74.3c-15.2 9-31.6 15.8-48.6 20.2l-27.3-78.5l4.8 82.9c-8.6 1.2-17.4 1.8-26.3 1.8s-17.7-.6-26.3-1.8l4.8-82.5l-27.2 78c-17.1-4.5-33.4-11.3-48.7-20.2l35.9-74.3l-54.9 61.6c-14-10.7-26.6-23.2-37.2-37.3l61.6-54.9l-74.3 35.9c-9-15-15.7-31.3-20.2-48.4l77.8-27.1l-82.2 4.8c-1.2-8.6-1.8-17.3-1.8-26.2c0-9 .6-17.8 1.8-26.5l82.4 4.8l-77.9-27.2c4.5-17.1 11.3-33.5 20.2-48.7l74.2 35.9l-61.5-54.9c10.7-14 23.2-26.6 37.3-37.2l54.8 61.5l-35.8-74.2c15.2-8.9 31.6-15.7 48.6-20.1l26.9 77.2l-4.7-81.6c8.6-1.2 17.4-1.8 26.3-1.8s17.7.6 26.3 1.8l-4.7 82.2l27-77.8c17.3 4.5 33.6 11.4 48.6 20.2l-35.8 74.1l54.7-61.5c14.1 10.7 26.6 23.2 37.2 37.2l-61.4 54.8l74.1-35.9c8.9 15.2 15.7 31.6 20.2 48.6l-77.8 27.1l82.2-4.7c1.2 8.7 1.8 17.5 1.8 26.5c0 8.9-.6 17.6-1.8 26.2l-82.1-4.7l77.7 27.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsFirstOrderAlt(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="M320 72C183 72 72 183 72 320s111 248 248 248s248-111 248-248S457 72 320 72m0 7.8c132.7 0 240.2 107.5 240.2 240.2S452.7 560.2 320 560.2S79.8 452.7 79.8 320S187.3 79.8 320 79.8m0 20.5c-121.3 0-219.7 98.4-219.7 219.7S198.7 539.7 320 539.7S539.7 441.3 539.7 320S441.3 100.3 320 100.3m0 8.2c116.8 0 211.5 94.7 211.5 211.5S436.8 531.5 320 531.5S108.5 436.8 108.5 320S203.2 108.5 320 108.5m186.2 260c-4.4 17.1-11.2 33.5-20.1 48.7L412 381.3l61.5 54.8c-10.6 14.1-23.2 26.6-37.2 37.3l-54.8-61.6l35.9 74.3c-15.2 9-31.6 15.8-48.6 20.2l-27.3-78.5l4.8 82.9c-8.6 1.2-17.4 1.8-26.3 1.8s-17.7-.6-26.3-1.8l4.8-82.5l-27.2 78c-17.1-4.5-33.4-11.3-48.7-20.2l35.9-74.3l-54.9 61.6c-14-10.7-26.6-23.2-37.2-37.3l61.6-54.9l-74.3 35.9c-9-15-15.7-31.3-20.2-48.4l77.8-27.1l-82.2 4.8c-1.2-8.6-1.8-17.3-1.8-26.2c0-9 .6-17.8 1.8-26.5l82.4 4.8l-77.9-27.2c4.5-17.1 11.3-33.5 20.2-48.7l74.2 35.9l-61.5-54.9c10.7-14 23.2-26.6 37.3-37.2l54.8 61.5l-35.8-74.2c15.2-8.9 31.6-15.7 48.6-20.1l26.9 77.2l-4.7-81.6c8.6-1.2 17.4-1.8 26.3-1.8s17.7.6 26.3 1.8l-4.7 82.2l27-77.8c17.3 4.5 33.6 11.4 48.6 20.2l-35.8 74.1l54.7-61.5c14.1 10.7 26.6 23.2 37.2 37.2l-61.4 54.8l74.1-35.9c8.9 15.2 15.7 31.6 20.2 48.6l-77.8 27.1l82.2-4.7c1.2 8.7 1.8 17.5 1.8 26.5c0 8.9-.6 17.6-1.8 26.2l-82.1-4.7l77.7 27.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72C183 72 72 183 72 320s111 248 248 248s248-111 248-248S457 72 320 72m0 7.8c132.7 0 240.2 107.5 240.2 240.2S452.7 560.2 320 560.2S79.8 452.7 79.8 320S187.3 79.8 320 79.8m0 20.5c-121.3 0-219.7 98.4-219.7 219.7S198.7 539.7 320 539.7S539.7 441.3 539.7 320S441.3 100.3 320 100.3m0 8.2c116.8 0 211.5 94.7 211.5 211.5S436.8 531.5 320 531.5S108.5 436.8 108.5 320S203.2 108.5 320 108.5m186.2 260c-4.4 17.1-11.2 33.5-20.1 48.7L412 381.3l61.5 54.8c-10.6 14.1-23.2 26.6-37.2 37.3l-54.8-61.6l35.9 74.3c-15.2 9-31.6 15.8-48.6 20.2l-27.3-78.5l4.8 82.9c-8.6 1.2-17.4 1.8-26.3 1.8s-17.7-.6-26.3-1.8l4.8-82.5l-27.2 78c-17.1-4.5-33.4-11.3-48.7-20.2l35.9-74.3l-54.9 61.6c-14-10.7-26.6-23.2-37.2-37.3l61.6-54.9l-74.3 35.9c-9-15-15.7-31.3-20.2-48.4l77.8-27.1l-82.2 4.8c-1.2-8.6-1.8-17.3-1.8-26.2c0-9 .6-17.8 1.8-26.5l82.4 4.8l-77.9-27.2c4.5-17.1 11.3-33.5 20.2-48.7l74.2 35.9l-61.5-54.9c10.7-14 23.2-26.6 37.3-37.2l54.8 61.5l-35.8-74.2c15.2-8.9 31.6-15.7 48.6-20.1l26.9 77.2l-4.7-81.6c8.6-1.2 17.4-1.8 26.3-1.8s17.7.6 26.3 1.8l-4.7 82.2l27-77.8c17.3 4.5 33.6 11.4 48.6 20.2l-35.8 74.1l54.7-61.5c14.1 10.7 26.6 23.2 37.2 37.2l-61.4 54.8l74.1-35.9c8.9 15.2 15.7 31.6 20.2 48.6l-77.8 27.1l82.2-4.7c1.2 8.7 1.8 17.5 1.8 26.5c0 8.9-.6 17.6-1.8 26.2l-82.1-4.7l77.7 27.1z"/></svg>
</template>

CSS

.icon-first-order-alt {
  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%22M320%2072C183%2072%2072%20183%2072%20320s111%20248%20248%20248s248-111%20248-248S457%2072%20320%2072m0%207.8c132.7%200%20240.2%20107.5%20240.2%20240.2S452.7%20560.2%20320%20560.2S79.8%20452.7%2079.8%20320S187.3%2079.8%20320%2079.8m0%2020.5c-121.3%200-219.7%2098.4-219.7%20219.7S198.7%20539.7%20320%20539.7S539.7%20441.3%20539.7%20320S441.3%20100.3%20320%20100.3m0%208.2c116.8%200%20211.5%2094.7%20211.5%20211.5S436.8%20531.5%20320%20531.5S108.5%20436.8%20108.5%20320S203.2%20108.5%20320%20108.5m186.2%20260c-4.4%2017.1-11.2%2033.5-20.1%2048.7L412%20381.3l61.5%2054.8c-10.6%2014.1-23.2%2026.6-37.2%2037.3l-54.8-61.6l35.9%2074.3c-15.2%209-31.6%2015.8-48.6%2020.2l-27.3-78.5l4.8%2082.9c-8.6%201.2-17.4%201.8-26.3%201.8s-17.7-.6-26.3-1.8l4.8-82.5l-27.2%2078c-17.1-4.5-33.4-11.3-48.7-20.2l35.9-74.3l-54.9%2061.6c-14-10.7-26.6-23.2-37.2-37.3l61.6-54.9l-74.3%2035.9c-9-15-15.7-31.3-20.2-48.4l77.8-27.1l-82.2%204.8c-1.2-8.6-1.8-17.3-1.8-26.2c0-9%20.6-17.8%201.8-26.5l82.4%204.8l-77.9-27.2c4.5-17.1%2011.3-33.5%2020.2-48.7l74.2%2035.9l-61.5-54.9c10.7-14%2023.2-26.6%2037.3-37.2l54.8%2061.5l-35.8-74.2c15.2-8.9%2031.6-15.7%2048.6-20.1l26.9%2077.2l-4.7-81.6c8.6-1.2%2017.4-1.8%2026.3-1.8s17.7.6%2026.3%201.8l-4.7%2082.2l27-77.8c17.3%204.5%2033.6%2011.4%2048.6%2020.2l-35.8%2074.1l54.7-61.5c14.1%2010.7%2026.6%2023.2%2037.2%2037.2l-61.4%2054.8l74.1-35.9c8.9%2015.2%2015.7%2031.6%2020.2%2048.6l-77.8%2027.1l82.2-4.7c1.2%208.7%201.8%2017.5%201.8%2026.5c0%208.9-.6%2017.6-1.8%2026.2l-82.1-4.7l77.7%2027.1z%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%22M320%2072C183%2072%2072%20183%2072%20320s111%20248%20248%20248s248-111%20248-248S457%2072%20320%2072m0%207.8c132.7%200%20240.2%20107.5%20240.2%20240.2S452.7%20560.2%20320%20560.2S79.8%20452.7%2079.8%20320S187.3%2079.8%20320%2079.8m0%2020.5c-121.3%200-219.7%2098.4-219.7%20219.7S198.7%20539.7%20320%20539.7S539.7%20441.3%20539.7%20320S441.3%20100.3%20320%20100.3m0%208.2c116.8%200%20211.5%2094.7%20211.5%20211.5S436.8%20531.5%20320%20531.5S108.5%20436.8%20108.5%20320S203.2%20108.5%20320%20108.5m186.2%20260c-4.4%2017.1-11.2%2033.5-20.1%2048.7L412%20381.3l61.5%2054.8c-10.6%2014.1-23.2%2026.6-37.2%2037.3l-54.8-61.6l35.9%2074.3c-15.2%209-31.6%2015.8-48.6%2020.2l-27.3-78.5l4.8%2082.9c-8.6%201.2-17.4%201.8-26.3%201.8s-17.7-.6-26.3-1.8l4.8-82.5l-27.2%2078c-17.1-4.5-33.4-11.3-48.7-20.2l35.9-74.3l-54.9%2061.6c-14-10.7-26.6-23.2-37.2-37.3l61.6-54.9l-74.3%2035.9c-9-15-15.7-31.3-20.2-48.4l77.8-27.1l-82.2%204.8c-1.2-8.6-1.8-17.3-1.8-26.2c0-9%20.6-17.8%201.8-26.5l82.4%204.8l-77.9-27.2c4.5-17.1%2011.3-33.5%2020.2-48.7l74.2%2035.9l-61.5-54.9c10.7-14%2023.2-26.6%2037.3-37.2l54.8%2061.5l-35.8-74.2c15.2-8.9%2031.6-15.7%2048.6-20.1l26.9%2077.2l-4.7-81.6c8.6-1.2%2017.4-1.8%2026.3-1.8s17.7.6%2026.3%201.8l-4.7%2082.2l27-77.8c17.3%204.5%2033.6%2011.4%2048.6%2020.2l-35.8%2074.1l54.7-61.5c14.1%2010.7%2026.6%2023.2%2037.2%2037.2l-61.4%2054.8l74.1-35.9c8.9%2015.2%2015.7%2031.6%2020.2%2048.6l-77.8%2027.1l82.2-4.7c1.2%208.7%201.8%2017.5%201.8%2026.5c0%208.9-.6%2017.6-1.8%2026.2l-82.1-4.7l77.7%2027.1z%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-alt.svg?color=%231a73e8&size=48