firefox browser logo

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

Name
firefox-browser
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the firefox browser logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M545.6 236.9c-10.6-25.5-32.1-53-48.9-61.7c13.7 26.9 21.7 53.9 24.7 74c0 .1 0 .3.1.4c-27.6-68.8-74.4-96.5-112.6-156.8c-15-23.7-10.9-25.2-13.1-24.7l-.1.1c-46.7 26-75.3 78.4-82.6 122.7c-16.6.9-32.9 5-47.9 12.1c-1.4.6-2.5 1.7-3.1 3s-.9 2.8-.6 4.3c.2.8.6 1.6 1.1 2.3s1.2 1.3 1.9 1.7s1.6.7 2.4.8s1.7 0 2.5-.3l.5-.2c15.5-7.3 32.4-11.2 49.5-11.3c62.8-.6 97.2 44 107.6 62.3c-13-9.2-36.4-18.2-58.8-14.3c87.7 43.9 64.2 194.5-57.4 189.2c-59.5-2.6-97.1-51-100.5-90.8c0 0 11.2-41.9 80.6-41.9c7.5 0 28.9-20.9 29.3-27c-.1-2-42.5-18.9-59.1-35.2c-8.8-8.7-13.1-12.9-16.8-16.1q-3-2.55-6.3-4.8c-5.6-19.5-5.8-40-.7-59.6c-25.1 11.4-44.6 29.4-58.7 45.4h-.1c-9.7-12.2-9-52.6-8.4-61.1c-.1-.5-7.2 3.7-8.2 4.3c-8.6 6.1-16.5 12.9-23.8 20.4c-16.3 16.6-44.1 50.2-55.5 101.2c-4.5 20.4-6.8 44.4-6.8 52.3c0 134.7 109.2 243.9 243.9 243.9c120.6 0 223-87.2 240.4-202.6c11.6-76.7-14.7-131.1-14.7-132z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsFirefoxBrowser(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="M545.6 236.9c-10.6-25.5-32.1-53-48.9-61.7c13.7 26.9 21.7 53.9 24.7 74c0 .1 0 .3.1.4c-27.6-68.8-74.4-96.5-112.6-156.8c-15-23.7-10.9-25.2-13.1-24.7l-.1.1c-46.7 26-75.3 78.4-82.6 122.7c-16.6.9-32.9 5-47.9 12.1c-1.4.6-2.5 1.7-3.1 3s-.9 2.8-.6 4.3c.2.8.6 1.6 1.1 2.3s1.2 1.3 1.9 1.7s1.6.7 2.4.8s1.7 0 2.5-.3l.5-.2c15.5-7.3 32.4-11.2 49.5-11.3c62.8-.6 97.2 44 107.6 62.3c-13-9.2-36.4-18.2-58.8-14.3c87.7 43.9 64.2 194.5-57.4 189.2c-59.5-2.6-97.1-51-100.5-90.8c0 0 11.2-41.9 80.6-41.9c7.5 0 28.9-20.9 29.3-27c-.1-2-42.5-18.9-59.1-35.2c-8.8-8.7-13.1-12.9-16.8-16.1q-3-2.55-6.3-4.8c-5.6-19.5-5.8-40-.7-59.6c-25.1 11.4-44.6 29.4-58.7 45.4h-.1c-9.7-12.2-9-52.6-8.4-61.1c-.1-.5-7.2 3.7-8.2 4.3c-8.6 6.1-16.5 12.9-23.8 20.4c-16.3 16.6-44.1 50.2-55.5 101.2c-4.5 20.4-6.8 44.4-6.8 52.3c0 134.7 109.2 243.9 243.9 243.9c120.6 0 223-87.2 240.4-202.6c11.6-76.7-14.7-131.1-14.7-132z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M545.6 236.9c-10.6-25.5-32.1-53-48.9-61.7c13.7 26.9 21.7 53.9 24.7 74c0 .1 0 .3.1.4c-27.6-68.8-74.4-96.5-112.6-156.8c-15-23.7-10.9-25.2-13.1-24.7l-.1.1c-46.7 26-75.3 78.4-82.6 122.7c-16.6.9-32.9 5-47.9 12.1c-1.4.6-2.5 1.7-3.1 3s-.9 2.8-.6 4.3c.2.8.6 1.6 1.1 2.3s1.2 1.3 1.9 1.7s1.6.7 2.4.8s1.7 0 2.5-.3l.5-.2c15.5-7.3 32.4-11.2 49.5-11.3c62.8-.6 97.2 44 107.6 62.3c-13-9.2-36.4-18.2-58.8-14.3c87.7 43.9 64.2 194.5-57.4 189.2c-59.5-2.6-97.1-51-100.5-90.8c0 0 11.2-41.9 80.6-41.9c7.5 0 28.9-20.9 29.3-27c-.1-2-42.5-18.9-59.1-35.2c-8.8-8.7-13.1-12.9-16.8-16.1q-3-2.55-6.3-4.8c-5.6-19.5-5.8-40-.7-59.6c-25.1 11.4-44.6 29.4-58.7 45.4h-.1c-9.7-12.2-9-52.6-8.4-61.1c-.1-.5-7.2 3.7-8.2 4.3c-8.6 6.1-16.5 12.9-23.8 20.4c-16.3 16.6-44.1 50.2-55.5 101.2c-4.5 20.4-6.8 44.4-6.8 52.3c0 134.7 109.2 243.9 243.9 243.9c120.6 0 223-87.2 240.4-202.6c11.6-76.7-14.7-131.1-14.7-132z"/></svg>
</template>

CSS

.icon-firefox-browser {
  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%22M545.6%20236.9c-10.6-25.5-32.1-53-48.9-61.7c13.7%2026.9%2021.7%2053.9%2024.7%2074c0%20.1%200%20.3.1.4c-27.6-68.8-74.4-96.5-112.6-156.8c-15-23.7-10.9-25.2-13.1-24.7l-.1.1c-46.7%2026-75.3%2078.4-82.6%20122.7c-16.6.9-32.9%205-47.9%2012.1c-1.4.6-2.5%201.7-3.1%203s-.9%202.8-.6%204.3c.2.8.6%201.6%201.1%202.3s1.2%201.3%201.9%201.7s1.6.7%202.4.8s1.7%200%202.5-.3l.5-.2c15.5-7.3%2032.4-11.2%2049.5-11.3c62.8-.6%2097.2%2044%20107.6%2062.3c-13-9.2-36.4-18.2-58.8-14.3c87.7%2043.9%2064.2%20194.5-57.4%20189.2c-59.5-2.6-97.1-51-100.5-90.8c0%200%2011.2-41.9%2080.6-41.9c7.5%200%2028.9-20.9%2029.3-27c-.1-2-42.5-18.9-59.1-35.2c-8.8-8.7-13.1-12.9-16.8-16.1q-3-2.55-6.3-4.8c-5.6-19.5-5.8-40-.7-59.6c-25.1%2011.4-44.6%2029.4-58.7%2045.4h-.1c-9.7-12.2-9-52.6-8.4-61.1c-.1-.5-7.2%203.7-8.2%204.3c-8.6%206.1-16.5%2012.9-23.8%2020.4c-16.3%2016.6-44.1%2050.2-55.5%20101.2c-4.5%2020.4-6.8%2044.4-6.8%2052.3c0%20134.7%20109.2%20243.9%20243.9%20243.9c120.6%200%20223-87.2%20240.4-202.6c11.6-76.7-14.7-131.1-14.7-132z%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%22M545.6%20236.9c-10.6-25.5-32.1-53-48.9-61.7c13.7%2026.9%2021.7%2053.9%2024.7%2074c0%20.1%200%20.3.1.4c-27.6-68.8-74.4-96.5-112.6-156.8c-15-23.7-10.9-25.2-13.1-24.7l-.1.1c-46.7%2026-75.3%2078.4-82.6%20122.7c-16.6.9-32.9%205-47.9%2012.1c-1.4.6-2.5%201.7-3.1%203s-.9%202.8-.6%204.3c.2.8.6%201.6%201.1%202.3s1.2%201.3%201.9%201.7s1.6.7%202.4.8s1.7%200%202.5-.3l.5-.2c15.5-7.3%2032.4-11.2%2049.5-11.3c62.8-.6%2097.2%2044%20107.6%2062.3c-13-9.2-36.4-18.2-58.8-14.3c87.7%2043.9%2064.2%20194.5-57.4%20189.2c-59.5-2.6-97.1-51-100.5-90.8c0%200%2011.2-41.9%2080.6-41.9c7.5%200%2028.9-20.9%2029.3-27c-.1-2-42.5-18.9-59.1-35.2c-8.8-8.7-13.1-12.9-16.8-16.1q-3-2.55-6.3-4.8c-5.6-19.5-5.8-40-.7-59.6c-25.1%2011.4-44.6%2029.4-58.7%2045.4h-.1c-9.7-12.2-9-52.6-8.4-61.1c-.1-.5-7.2%203.7-8.2%204.3c-8.6%206.1-16.5%2012.9-23.8%2020.4c-16.3%2016.6-44.1%2050.2-55.5%20101.2c-4.5%2020.4-6.8%2044.4-6.8%2052.3c0%20134.7%20109.2%20243.9%20243.9%20243.9c120.6%200%20223-87.2%20240.4-202.6c11.6-76.7-14.7-131.1-14.7-132z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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