first order alt logo
first-order-alt from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- first-order-alt
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 496×512
- License
- CC BY 4.0
The same logo in other sets
Related icons in Font Awesome 6 Brands
Use the first order alt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248s248-111.03 248-248S384.97 8 248 8m0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79S488.21 123.34 488.21 256S380.66 496.21 248 496.21m0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71S467.71 377.34 467.71 256S369.34 36.29 248 36.29m0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49S459.51 139.19 459.51 256S364.81 467.51 248 467.51m186.23-162.98a191.6 191.6 0 0 1-20.13 48.69l-74.13-35.88l61.48 54.82a193.5 193.5 0 0 1-37.2 37.29l-54.8-61.57l35.88 74.27a191 191 0 0 1-48.63 20.23l-27.29-78.47l4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46l-27.15 78.03a191.4 191.4 0 0 1-48.65-20.2l35.93-74.34l-54.87 61.64a194 194 0 0 1-37.22-37.28l61.59-54.9l-74.26 35.93a191.6 191.6 0 0 1-20.14-48.69l77.84-27.11l-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21c0-9 .63-17.84 1.82-26.51l82.38 4.77l-77.94-27.16a191.7 191.7 0 0 1 20.23-48.67l74.22 35.92l-61.52-54.86a194 194 0 0 1 37.28-37.22l54.76 61.53l-35.83-74.17a191.5 191.5 0 0 1 48.65-20.13l26.87 77.25l-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16l27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12l54.72-61.47a193 193 0 0 1 37.24 37.23l-61.45 54.77l74.12-35.86a191.5 191.5 0 0 1 20.2 48.65l-77.81 27.1l82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49c0 8.88-.61 17.63-1.78 26.19l-82.12-4.75z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsFirstOrderAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248s248-111.03 248-248S384.97 8 248 8m0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79S488.21 123.34 488.21 256S380.66 496.21 248 496.21m0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71S467.71 377.34 467.71 256S369.34 36.29 248 36.29m0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49S459.51 139.19 459.51 256S364.81 467.51 248 467.51m186.23-162.98a191.6 191.6 0 0 1-20.13 48.69l-74.13-35.88l61.48 54.82a193.5 193.5 0 0 1-37.2 37.29l-54.8-61.57l35.88 74.27a191 191 0 0 1-48.63 20.23l-27.29-78.47l4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46l-27.15 78.03a191.4 191.4 0 0 1-48.65-20.2l35.93-74.34l-54.87 61.64a194 194 0 0 1-37.22-37.28l61.59-54.9l-74.26 35.93a191.6 191.6 0 0 1-20.14-48.69l77.84-27.11l-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21c0-9 .63-17.84 1.82-26.51l82.38 4.77l-77.94-27.16a191.7 191.7 0 0 1 20.23-48.67l74.22 35.92l-61.52-54.86a194 194 0 0 1 37.28-37.22l54.76 61.53l-35.83-74.17a191.5 191.5 0 0 1 48.65-20.13l26.87 77.25l-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16l27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12l54.72-61.47a193 193 0 0 1 37.24 37.23l-61.45 54.77l74.12-35.86a191.5 191.5 0 0 1 20.2 48.65l-77.81 27.1l82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49c0 8.88-.61 17.63-1.78 26.19l-82.12-4.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248s248-111.03 248-248S384.97 8 248 8m0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79S488.21 123.34 488.21 256S380.66 496.21 248 496.21m0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71S467.71 377.34 467.71 256S369.34 36.29 248 36.29m0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49S459.51 139.19 459.51 256S364.81 467.51 248 467.51m186.23-162.98a191.6 191.6 0 0 1-20.13 48.69l-74.13-35.88l61.48 54.82a193.5 193.5 0 0 1-37.2 37.29l-54.8-61.57l35.88 74.27a191 191 0 0 1-48.63 20.23l-27.29-78.47l4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46l-27.15 78.03a191.4 191.4 0 0 1-48.65-20.2l35.93-74.34l-54.87 61.64a194 194 0 0 1-37.22-37.28l61.59-54.9l-74.26 35.93a191.6 191.6 0 0 1-20.14-48.69l77.84-27.11l-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21c0-9 .63-17.84 1.82-26.51l82.38 4.77l-77.94-27.16a191.7 191.7 0 0 1 20.23-48.67l74.22 35.92l-61.52-54.86a194 194 0 0 1 37.28-37.22l54.76 61.53l-35.83-74.17a191.5 191.5 0 0 1 48.65-20.13l26.87 77.25l-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16l27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12l54.72-61.47a193 193 0 0 1 37.24 37.23l-61.45 54.77l74.12-35.86a191.5 191.5 0 0 1 20.2 48.65l-77.81 27.1l82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49c0 8.88-.61 17.63-1.78 26.19l-82.12-4.75z"/></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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%208C111.03%208%200%20119.03%200%20256s111.03%20248%20248%20248s248-111.03%20248-248S384.97%208%20248%208m0%20488.21C115.34%20496.21%207.79%20388.66%207.79%20256S115.34%2015.79%20248%2015.79S488.21%20123.34%20488.21%20256S380.66%20496.21%20248%20496.21m0-459.92C126.66%2036.29%2028.29%20134.66%2028.29%20256S126.66%20475.71%20248%20475.71S467.71%20377.34%20467.71%20256S369.34%2036.29%20248%2036.29m0%20431.22c-116.81%200-211.51-94.69-211.51-211.51S131.19%2044.49%20248%2044.49S459.51%20139.19%20459.51%20256S364.81%20467.51%20248%20467.51m186.23-162.98a191.6%20191.6%200%200%201-20.13%2048.69l-74.13-35.88l61.48%2054.82a193.5%20193.5%200%200%201-37.2%2037.29l-54.8-61.57l35.88%2074.27a191%20191%200%200%201-48.63%2020.23l-27.29-78.47l4.79%2082.93c-8.61%201.18-17.4%201.8-26.33%201.8s-17.72-.62-26.33-1.8l4.76-82.46l-27.15%2078.03a191.4%20191.4%200%200%201-48.65-20.2l35.93-74.34l-54.87%2061.64a194%20194%200%200%201-37.22-37.28l61.59-54.9l-74.26%2035.93a191.6%20191.6%200%200%201-20.14-48.69l77.84-27.11l-82.23%204.76c-1.16-8.57-1.78-17.32-1.78-26.21c0-9%20.63-17.84%201.82-26.51l82.38%204.77l-77.94-27.16a191.7%20191.7%200%200%201%2020.23-48.67l74.22%2035.92l-61.52-54.86a194%20194%200%200%201%2037.28-37.22l54.76%2061.53l-35.83-74.17a191.5%20191.5%200%200%201%2048.65-20.13l26.87%2077.25l-4.71-81.61c8.61-1.18%2017.39-1.8%2026.32-1.8s17.71.62%2026.32%201.8l-4.74%2082.16l27.05-77.76c17.27%204.5%2033.6%2011.35%2048.63%2020.17l-35.82%2074.12l54.72-61.47a193%20193%200%200%201%2037.24%2037.23l-61.45%2054.77l74.12-35.86a191.5%20191.5%200%200%201%2020.2%2048.65l-77.81%2027.1l82.24-4.75c1.19%208.66%201.82%2017.5%201.82%2026.49c0%208.88-.61%2017.63-1.78%2026.19l-82.12-4.75z%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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%208C111.03%208%200%20119.03%200%20256s111.03%20248%20248%20248s248-111.03%20248-248S384.97%208%20248%208m0%20488.21C115.34%20496.21%207.79%20388.66%207.79%20256S115.34%2015.79%20248%2015.79S488.21%20123.34%20488.21%20256S380.66%20496.21%20248%20496.21m0-459.92C126.66%2036.29%2028.29%20134.66%2028.29%20256S126.66%20475.71%20248%20475.71S467.71%20377.34%20467.71%20256S369.34%2036.29%20248%2036.29m0%20431.22c-116.81%200-211.51-94.69-211.51-211.51S131.19%2044.49%20248%2044.49S459.51%20139.19%20459.51%20256S364.81%20467.51%20248%20467.51m186.23-162.98a191.6%20191.6%200%200%201-20.13%2048.69l-74.13-35.88l61.48%2054.82a193.5%20193.5%200%200%201-37.2%2037.29l-54.8-61.57l35.88%2074.27a191%20191%200%200%201-48.63%2020.23l-27.29-78.47l4.79%2082.93c-8.61%201.18-17.4%201.8-26.33%201.8s-17.72-.62-26.33-1.8l4.76-82.46l-27.15%2078.03a191.4%20191.4%200%200%201-48.65-20.2l35.93-74.34l-54.87%2061.64a194%20194%200%200%201-37.22-37.28l61.59-54.9l-74.26%2035.93a191.6%20191.6%200%200%201-20.14-48.69l77.84-27.11l-82.23%204.76c-1.16-8.57-1.78-17.32-1.78-26.21c0-9%20.63-17.84%201.82-26.51l82.38%204.77l-77.94-27.16a191.7%20191.7%200%200%201%2020.23-48.67l74.22%2035.92l-61.52-54.86a194%20194%200%200%201%2037.28-37.22l54.76%2061.53l-35.83-74.17a191.5%20191.5%200%200%201%2048.65-20.13l26.87%2077.25l-4.71-81.61c8.61-1.18%2017.39-1.8%2026.32-1.8s17.71.62%2026.32%201.8l-4.74%2082.16l27.05-77.76c17.27%204.5%2033.6%2011.35%2048.63%2020.17l-35.82%2074.12l54.72-61.47a193%20193%200%200%201%2037.24%2037.23l-61.45%2054.77l74.12-35.86a191.5%20191.5%200%200%201%2020.2%2048.65l-77.81%2027.1l82.24-4.75c1.19%208.66%201.82%2017.5%201.82%2026.49c0%208.88-.61%2017.63-1.78%2026.19l-82.12-4.75z%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-alt.svg?color=%231a73e8&size=48