logo firefox icon

logo-firefox from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-firefox
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-firefox-outline

Related icons in IonIcons

Use the logo firefox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M471.46 194.62v-.07c-.22-.76-.45-1.52-.68-2.28c-.05-.19-.11-.38-.17-.56c-.43-1.44-.87-2.88-1.33-4.31l-.06-.2a223 223 0 0 0-10-25.56a192 192 0 0 0-12.9-23.8a225.15 225.15 0 0 0-74.74-73.74A222.9 222.9 0 0 0 256 32c-7 0-14 .34-20.82 1c-24.12 2.54-64.78 11.21-97.77 40.18C257.5 11.86 417.94 85.7 404.29 223c-4.86 49-46.46 82.67-85.19 88.35a73.7 73.7 0 0 1-20.8.21c-94.59-13.15-88.8-90.68-60.06-123.83c-38-.24-67.47 46.79-53.15 93c-32.95-61.18.35-157 70.93-186c-82.95-12-160.71 28.2-185.7 98.07A330.2 330.2 0 0 1 88.07 118s-45.22 35.74-54.44 110.9c-.14 1.16-.27 2.32-.39 3.49c-.05.4-.09.8-.13 1.21q-.53 5.25-.8 10.57v.81c-.07 1.48-.13 3-.17 4.46v1.25c0 1.76-.07 3.52-.07 5.29c0 123.71 100.29 224 224 224S480 379.71 480 256a224 224 0 0 0-8.54-61.38"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoFirefox(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="M471.46 194.62v-.07c-.22-.76-.45-1.52-.68-2.28c-.05-.19-.11-.38-.17-.56c-.43-1.44-.87-2.88-1.33-4.31l-.06-.2a223 223 0 0 0-10-25.56a192 192 0 0 0-12.9-23.8a225.15 225.15 0 0 0-74.74-73.74A222.9 222.9 0 0 0 256 32c-7 0-14 .34-20.82 1c-24.12 2.54-64.78 11.21-97.77 40.18C257.5 11.86 417.94 85.7 404.29 223c-4.86 49-46.46 82.67-85.19 88.35a73.7 73.7 0 0 1-20.8.21c-94.59-13.15-88.8-90.68-60.06-123.83c-38-.24-67.47 46.79-53.15 93c-32.95-61.18.35-157 70.93-186c-82.95-12-160.71 28.2-185.7 98.07A330.2 330.2 0 0 1 88.07 118s-45.22 35.74-54.44 110.9c-.14 1.16-.27 2.32-.39 3.49c-.05.4-.09.8-.13 1.21q-.53 5.25-.8 10.57v.81c-.07 1.48-.13 3-.17 4.46v1.25c0 1.76-.07 3.52-.07 5.29c0 123.71 100.29 224 224 224S480 379.71 480 256a224 224 0 0 0-8.54-61.38"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M471.46 194.62v-.07c-.22-.76-.45-1.52-.68-2.28c-.05-.19-.11-.38-.17-.56c-.43-1.44-.87-2.88-1.33-4.31l-.06-.2a223 223 0 0 0-10-25.56a192 192 0 0 0-12.9-23.8a225.15 225.15 0 0 0-74.74-73.74A222.9 222.9 0 0 0 256 32c-7 0-14 .34-20.82 1c-24.12 2.54-64.78 11.21-97.77 40.18C257.5 11.86 417.94 85.7 404.29 223c-4.86 49-46.46 82.67-85.19 88.35a73.7 73.7 0 0 1-20.8.21c-94.59-13.15-88.8-90.68-60.06-123.83c-38-.24-67.47 46.79-53.15 93c-32.95-61.18.35-157 70.93-186c-82.95-12-160.71 28.2-185.7 98.07A330.2 330.2 0 0 1 88.07 118s-45.22 35.74-54.44 110.9c-.14 1.16-.27 2.32-.39 3.49c-.05.4-.09.8-.13 1.21q-.53 5.25-.8 10.57v.81c-.07 1.48-.13 3-.17 4.46v1.25c0 1.76-.07 3.52-.07 5.29c0 123.71 100.29 224 224 224S480 379.71 480 256a224 224 0 0 0-8.54-61.38"/></svg>
</template>

CSS

.icon-logo-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%22M471.46%20194.62v-.07c-.22-.76-.45-1.52-.68-2.28c-.05-.19-.11-.38-.17-.56c-.43-1.44-.87-2.88-1.33-4.31l-.06-.2a223%20223%200%200%200-10-25.56a192%20192%200%200%200-12.9-23.8a225.15%20225.15%200%200%200-74.74-73.74A222.9%20222.9%200%200%200%20256%2032c-7%200-14%20.34-20.82%201c-24.12%202.54-64.78%2011.21-97.77%2040.18C257.5%2011.86%20417.94%2085.7%20404.29%20223c-4.86%2049-46.46%2082.67-85.19%2088.35a73.7%2073.7%200%200%201-20.8.21c-94.59-13.15-88.8-90.68-60.06-123.83c-38-.24-67.47%2046.79-53.15%2093c-32.95-61.18.35-157%2070.93-186c-82.95-12-160.71%2028.2-185.7%2098.07A330.2%20330.2%200%200%201%2088.07%20118s-45.22%2035.74-54.44%20110.9c-.14%201.16-.27%202.32-.39%203.49c-.05.4-.09.8-.13%201.21q-.53%205.25-.8%2010.57v.81c-.07%201.48-.13%203-.17%204.46v1.25c0%201.76-.07%203.52-.07%205.29c0%20123.71%20100.29%20224%20224%20224S480%20379.71%20480%20256a224%20224%200%200%200-8.54-61.38%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%22M471.46%20194.62v-.07c-.22-.76-.45-1.52-.68-2.28c-.05-.19-.11-.38-.17-.56c-.43-1.44-.87-2.88-1.33-4.31l-.06-.2a223%20223%200%200%200-10-25.56a192%20192%200%200%200-12.9-23.8a225.15%20225.15%200%200%200-74.74-73.74A222.9%20222.9%200%200%200%20256%2032c-7%200-14%20.34-20.82%201c-24.12%202.54-64.78%2011.21-97.77%2040.18C257.5%2011.86%20417.94%2085.7%20404.29%20223c-4.86%2049-46.46%2082.67-85.19%2088.35a73.7%2073.7%200%200%201-20.8.21c-94.59-13.15-88.8-90.68-60.06-123.83c-38-.24-67.47%2046.79-53.15%2093c-32.95-61.18.35-157%2070.93-186c-82.95-12-160.71%2028.2-185.7%2098.07A330.2%20330.2%200%200%201%2088.07%20118s-45.22%2035.74-54.44%20110.9c-.14%201.16-.27%202.32-.39%203.49c-.05.4-.09.8-.13%201.21q-.53%205.25-.8%2010.57v.81c-.07%201.48-.13%203-.17%204.46v1.25c0%201.76-.07%203.52-.07%205.29c0%20123.71%20100.29%20224%20224%20224S480%20379.71%20480%20256a224%20224%200%200%200-8.54-61.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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