firefox logo
firefox from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- firefox
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Related icons in Font Awesome 6 Brands
Use the firefox logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M503.52 241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a246 246 0 0 0-7.32-41.15c0-.12 0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6c-.36-1.2-.72-2.52-1.08-3.72c-.12-.24-.12-.6-.24-.84c-.36-1.2-.72-2.4-1.08-3.48c-.12-.36-.24-.6-.36-1c-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8 8 0 0 0-.36-1c-.48-1.08-.84-2.28-1.32-3.36c-.12-.24-.24-.6-.36-.84c-.48-1.2-1-2.28-1.44-3.48c0-.12-.12-.24-.12-.36c-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64c-.24-.48-.48-1.08-.72-1.56c-.36-.84-.84-1.56-1.2-2.4c-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18 18 0 0 0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2s-.84-1.32-1.2-1.92s-.84-1.44-1.32-2.16a16 16 0 0 0-1.2-1.8L463.2 119a16 16 0 0 0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28c-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32c-1-1.32-1.8-2.52-2.76-3.72a249 249 0 0 0-23.51-26.64A187 187 0 0 0 412 62.46c-4-3.48-8.16-6.72-12.48-9.84a162.5 162.5 0 0 0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254 254 0 0 0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.4 236.4 0 0 0-38-4h-10.63a234.6 234.6 0 0 0-45.48 5c-33.59 7.08-63.23 21.24-82.91 39c-1.08 1-1.92 1.68-2.4 2.16l-.48.48h.13l-.12.12l.12-.12a.12.12 0 0 0 .12-.12l-.12.12a.42.42 0 0 1 .24-.12c14.64-8.76 34.92-16 49.44-19.56l5.88-1.44c.36-.12.84-.12 1.2-.24c1.68-.36 3.36-.72 5.16-1.08c.24 0 .6-.12.84-.12C250.94 20.94 319.34 40.14 367 85.61a171.5 171.5 0 0 1 26.88 32.76c30.36 49.2 27.48 111.11 3.84 147.59c-34.44 53-111.35 71.27-159 24.84a84.2 84.2 0 0 1-25.56-59a74.05 74.05 0 0 1 6.24-31c1.68-3.84 13.08-25.67 18.24-24.59c-13.08-2.76-37.55 2.64-54.71 28.19c-15.36 22.92-14.52 58.2-5 83.28a132.9 132.9 0 0 1-12.12-39.24c-12.24-82.55 43.31-153 94.31-170.51c-27.48-24-96.47-22.31-147.71 15.36c-29.88 22-51.23 53.16-62.51 90.36c1.68-20.88 9.6-52.08 25.8-83.88c-17.16 8.88-39 37-49.8 62.88c-15.6 37.43-21 82.19-16.08 124.79c.36 3.24.72 6.36 1.08 9.6c19.92 117.11 122 206.38 244.78 206.38C392.77 503.42 504 392.19 504 255c-.12-4.52-.24-9.08-.48-13.52"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsFirefox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M503.52 241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a246 246 0 0 0-7.32-41.15c0-.12 0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6c-.36-1.2-.72-2.52-1.08-3.72c-.12-.24-.12-.6-.24-.84c-.36-1.2-.72-2.4-1.08-3.48c-.12-.36-.24-.6-.36-1c-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8 8 0 0 0-.36-1c-.48-1.08-.84-2.28-1.32-3.36c-.12-.24-.24-.6-.36-.84c-.48-1.2-1-2.28-1.44-3.48c0-.12-.12-.24-.12-.36c-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64c-.24-.48-.48-1.08-.72-1.56c-.36-.84-.84-1.56-1.2-2.4c-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18 18 0 0 0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2s-.84-1.32-1.2-1.92s-.84-1.44-1.32-2.16a16 16 0 0 0-1.2-1.8L463.2 119a16 16 0 0 0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28c-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32c-1-1.32-1.8-2.52-2.76-3.72a249 249 0 0 0-23.51-26.64A187 187 0 0 0 412 62.46c-4-3.48-8.16-6.72-12.48-9.84a162.5 162.5 0 0 0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254 254 0 0 0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.4 236.4 0 0 0-38-4h-10.63a234.6 234.6 0 0 0-45.48 5c-33.59 7.08-63.23 21.24-82.91 39c-1.08 1-1.92 1.68-2.4 2.16l-.48.48h.13l-.12.12l.12-.12a.12.12 0 0 0 .12-.12l-.12.12a.42.42 0 0 1 .24-.12c14.64-8.76 34.92-16 49.44-19.56l5.88-1.44c.36-.12.84-.12 1.2-.24c1.68-.36 3.36-.72 5.16-1.08c.24 0 .6-.12.84-.12C250.94 20.94 319.34 40.14 367 85.61a171.5 171.5 0 0 1 26.88 32.76c30.36 49.2 27.48 111.11 3.84 147.59c-34.44 53-111.35 71.27-159 24.84a84.2 84.2 0 0 1-25.56-59a74.05 74.05 0 0 1 6.24-31c1.68-3.84 13.08-25.67 18.24-24.59c-13.08-2.76-37.55 2.64-54.71 28.19c-15.36 22.92-14.52 58.2-5 83.28a132.9 132.9 0 0 1-12.12-39.24c-12.24-82.55 43.31-153 94.31-170.51c-27.48-24-96.47-22.31-147.71 15.36c-29.88 22-51.23 53.16-62.51 90.36c1.68-20.88 9.6-52.08 25.8-83.88c-17.16 8.88-39 37-49.8 62.88c-15.6 37.43-21 82.19-16.08 124.79c.36 3.24.72 6.36 1.08 9.6c19.92 117.11 122 206.38 244.78 206.38C392.77 503.42 504 392.19 504 255c-.12-4.52-.24-9.08-.48-13.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M503.52 241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a246 246 0 0 0-7.32-41.15c0-.12 0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6c-.36-1.2-.72-2.52-1.08-3.72c-.12-.24-.12-.6-.24-.84c-.36-1.2-.72-2.4-1.08-3.48c-.12-.36-.24-.6-.36-1c-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8 8 0 0 0-.36-1c-.48-1.08-.84-2.28-1.32-3.36c-.12-.24-.24-.6-.36-.84c-.48-1.2-1-2.28-1.44-3.48c0-.12-.12-.24-.12-.36c-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64c-.24-.48-.48-1.08-.72-1.56c-.36-.84-.84-1.56-1.2-2.4c-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18 18 0 0 0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2s-.84-1.32-1.2-1.92s-.84-1.44-1.32-2.16a16 16 0 0 0-1.2-1.8L463.2 119a16 16 0 0 0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28c-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32c-1-1.32-1.8-2.52-2.76-3.72a249 249 0 0 0-23.51-26.64A187 187 0 0 0 412 62.46c-4-3.48-8.16-6.72-12.48-9.84a162.5 162.5 0 0 0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254 254 0 0 0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.4 236.4 0 0 0-38-4h-10.63a234.6 234.6 0 0 0-45.48 5c-33.59 7.08-63.23 21.24-82.91 39c-1.08 1-1.92 1.68-2.4 2.16l-.48.48h.13l-.12.12l.12-.12a.12.12 0 0 0 .12-.12l-.12.12a.42.42 0 0 1 .24-.12c14.64-8.76 34.92-16 49.44-19.56l5.88-1.44c.36-.12.84-.12 1.2-.24c1.68-.36 3.36-.72 5.16-1.08c.24 0 .6-.12.84-.12C250.94 20.94 319.34 40.14 367 85.61a171.5 171.5 0 0 1 26.88 32.76c30.36 49.2 27.48 111.11 3.84 147.59c-34.44 53-111.35 71.27-159 24.84a84.2 84.2 0 0 1-25.56-59a74.05 74.05 0 0 1 6.24-31c1.68-3.84 13.08-25.67 18.24-24.59c-13.08-2.76-37.55 2.64-54.71 28.19c-15.36 22.92-14.52 58.2-5 83.28a132.9 132.9 0 0 1-12.12-39.24c-12.24-82.55 43.31-153 94.31-170.51c-27.48-24-96.47-22.31-147.71 15.36c-29.88 22-51.23 53.16-62.51 90.36c1.68-20.88 9.6-52.08 25.8-83.88c-17.16 8.88-39 37-49.8 62.88c-15.6 37.43-21 82.19-16.08 124.79c.36 3.24.72 6.36 1.08 9.6c19.92 117.11 122 206.38 244.78 206.38C392.77 503.42 504 392.19 504 255c-.12-4.52-.24-9.08-.48-13.52"/></svg> </template>
CSS
.icon-firefox {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M503.52%20241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a246%20246%200%200%200-7.32-41.15c0-.12%200-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6c-.36-1.2-.72-2.52-1.08-3.72c-.12-.24-.12-.6-.24-.84c-.36-1.2-.72-2.4-1.08-3.48c-.12-.36-.24-.6-.36-1c-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8%208%200%200%200-.36-1c-.48-1.08-.84-2.28-1.32-3.36c-.12-.24-.24-.6-.36-.84c-.48-1.2-1-2.28-1.44-3.48c0-.12-.12-.24-.12-.36c-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64c-.24-.48-.48-1.08-.72-1.56c-.36-.84-.84-1.56-1.2-2.4c-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18%2018%200%200%200-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2s-.84-1.32-1.2-1.92s-.84-1.44-1.32-2.16a16%2016%200%200%200-1.2-1.8L463.2%20119a16%2016%200%200%200-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28c-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32c-1-1.32-1.8-2.52-2.76-3.72a249%20249%200%200%200-23.51-26.64A187%20187%200%200%200%20412%2062.46c-4-3.48-8.16-6.72-12.48-9.84a162.5%20162.5%200%200%200-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254%20254%200%200%200-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.4%20236.4%200%200%200-38-4h-10.63a234.6%20234.6%200%200%200-45.48%205c-33.59%207.08-63.23%2021.24-82.91%2039c-1.08%201-1.92%201.68-2.4%202.16l-.48.48h.13l-.12.12l.12-.12a.12.12%200%200%200%20.12-.12l-.12.12a.42.42%200%200%201%20.24-.12c14.64-8.76%2034.92-16%2049.44-19.56l5.88-1.44c.36-.12.84-.12%201.2-.24c1.68-.36%203.36-.72%205.16-1.08c.24%200%20.6-.12.84-.12C250.94%2020.94%20319.34%2040.14%20367%2085.61a171.5%20171.5%200%200%201%2026.88%2032.76c30.36%2049.2%2027.48%20111.11%203.84%20147.59c-34.44%2053-111.35%2071.27-159%2024.84a84.2%2084.2%200%200%201-25.56-59a74.05%2074.05%200%200%201%206.24-31c1.68-3.84%2013.08-25.67%2018.24-24.59c-13.08-2.76-37.55%202.64-54.71%2028.19c-15.36%2022.92-14.52%2058.2-5%2083.28a132.9%20132.9%200%200%201-12.12-39.24c-12.24-82.55%2043.31-153%2094.31-170.51c-27.48-24-96.47-22.31-147.71%2015.36c-29.88%2022-51.23%2053.16-62.51%2090.36c1.68-20.88%209.6-52.08%2025.8-83.88c-17.16%208.88-39%2037-49.8%2062.88c-15.6%2037.43-21%2082.19-16.08%20124.79c.36%203.24.72%206.36%201.08%209.6c19.92%20117.11%20122%20206.38%20244.78%20206.38C392.77%20503.42%20504%20392.19%20504%20255c-.12-4.52-.24-9.08-.48-13.52%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M503.52%20241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a246%20246%200%200%200-7.32-41.15c0-.12%200-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6c-.36-1.2-.72-2.52-1.08-3.72c-.12-.24-.12-.6-.24-.84c-.36-1.2-.72-2.4-1.08-3.48c-.12-.36-.24-.6-.36-1c-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8%208%200%200%200-.36-1c-.48-1.08-.84-2.28-1.32-3.36c-.12-.24-.24-.6-.36-.84c-.48-1.2-1-2.28-1.44-3.48c0-.12-.12-.24-.12-.36c-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64c-.24-.48-.48-1.08-.72-1.56c-.36-.84-.84-1.56-1.2-2.4c-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18%2018%200%200%200-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2s-.84-1.32-1.2-1.92s-.84-1.44-1.32-2.16a16%2016%200%200%200-1.2-1.8L463.2%20119a16%2016%200%200%200-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28c-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32c-1-1.32-1.8-2.52-2.76-3.72a249%20249%200%200%200-23.51-26.64A187%20187%200%200%200%20412%2062.46c-4-3.48-8.16-6.72-12.48-9.84a162.5%20162.5%200%200%200-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254%20254%200%200%200-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.4%20236.4%200%200%200-38-4h-10.63a234.6%20234.6%200%200%200-45.48%205c-33.59%207.08-63.23%2021.24-82.91%2039c-1.08%201-1.92%201.68-2.4%202.16l-.48.48h.13l-.12.12l.12-.12a.12.12%200%200%200%20.12-.12l-.12.12a.42.42%200%200%201%20.24-.12c14.64-8.76%2034.92-16%2049.44-19.56l5.88-1.44c.36-.12.84-.12%201.2-.24c1.68-.36%203.36-.72%205.16-1.08c.24%200%20.6-.12.84-.12C250.94%2020.94%20319.34%2040.14%20367%2085.61a171.5%20171.5%200%200%201%2026.88%2032.76c30.36%2049.2%2027.48%20111.11%203.84%20147.59c-34.44%2053-111.35%2071.27-159%2024.84a84.2%2084.2%200%200%201-25.56-59a74.05%2074.05%200%200%201%206.24-31c1.68-3.84%2013.08-25.67%2018.24-24.59c-13.08-2.76-37.55%202.64-54.71%2028.19c-15.36%2022.92-14.52%2058.2-5%2083.28a132.9%20132.9%200%200%201-12.12-39.24c-12.24-82.55%2043.31-153%2094.31-170.51c-27.48-24-96.47-22.31-147.71%2015.36c-29.88%2022-51.23%2053.16-62.51%2090.36c1.68-20.88%209.6-52.08%2025.8-83.88c-17.16%208.88-39%2037-49.8%2062.88c-15.6%2037.43-21%2082.19-16.08%20124.79c.36%203.24.72%206.36%201.08%209.6c19.92%20117.11%20122%20206.38%20244.78%20206.38C392.77%20503.42%20504%20392.19%20504%20255c-.12-4.52-.24-9.08-.48-13.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/firefox.svg?color=%231a73e8&size=48