firefox logo
firefox from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- firefox
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the firefox logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.452 3.445a11 11 0 0 0-2.482-1.908C16.944.997 15.098.093 12.477.032q-1.1-.026-2.174.144c-.72.114-1.398.292-2.118.56c-1.017.377-1.996.975-2.574 1.554c.583-.349 1.476-.733 2.55-.992a10.1 10.1 0 0 1 3.729-.167c2.341.34 4.178 1.381 5.48 2.625a8 8 0 0 1 1.298 1.587c1.468 2.382 1.33 5.376.184 7.142c-.85 1.312-2.67 2.544-4.37 2.53c-.583-.023-1.438-.152-2.25-.566c-2.629-1.343-3.021-4.688-1.118-6.306c-.632-.136-1.82.13-2.646 1.363c-.742 1.107-.7 2.816-.242 4.028a6.5 6.5 0 0 1-.59-1.895a7.7 7.7 0 0 1 .416-3.845A8.2 8.2 0 0 1 9.45 5.399c.896-1.069 1.908-1.72 2.75-2.005c-.54-.471-1.411-.738-2.421-.767C8.31 2.583 6.327 3.061 4.7 4.41a8.2 8.2 0 0 0-1.976 2.414c-.455.836-.691 1.659-.697 1.678c.122-1.445.704-2.994 1.248-4.055c-.79.413-1.827 1.668-2.41 3.042C.095 9.37-.2 11.608.14 13.989c.966 5.668 5.9 9.982 11.843 9.982C18.62 23.971 24 18.591 24 11.956a11.93 11.93 0 0 0-3.548-8.511"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFirefox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.452 3.445a11 11 0 0 0-2.482-1.908C16.944.997 15.098.093 12.477.032q-1.1-.026-2.174.144c-.72.114-1.398.292-2.118.56c-1.017.377-1.996.975-2.574 1.554c.583-.349 1.476-.733 2.55-.992a10.1 10.1 0 0 1 3.729-.167c2.341.34 4.178 1.381 5.48 2.625a8 8 0 0 1 1.298 1.587c1.468 2.382 1.33 5.376.184 7.142c-.85 1.312-2.67 2.544-4.37 2.53c-.583-.023-1.438-.152-2.25-.566c-2.629-1.343-3.021-4.688-1.118-6.306c-.632-.136-1.82.13-2.646 1.363c-.742 1.107-.7 2.816-.242 4.028a6.5 6.5 0 0 1-.59-1.895a7.7 7.7 0 0 1 .416-3.845A8.2 8.2 0 0 1 9.45 5.399c.896-1.069 1.908-1.72 2.75-2.005c-.54-.471-1.411-.738-2.421-.767C8.31 2.583 6.327 3.061 4.7 4.41a8.2 8.2 0 0 0-1.976 2.414c-.455.836-.691 1.659-.697 1.678c.122-1.445.704-2.994 1.248-4.055c-.79.413-1.827 1.668-2.41 3.042C.095 9.37-.2 11.608.14 13.989c.966 5.668 5.9 9.982 11.843 9.982C18.62 23.971 24 18.591 24 11.956a11.93 11.93 0 0 0-3.548-8.511"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.452 3.445a11 11 0 0 0-2.482-1.908C16.944.997 15.098.093 12.477.032q-1.1-.026-2.174.144c-.72.114-1.398.292-2.118.56c-1.017.377-1.996.975-2.574 1.554c.583-.349 1.476-.733 2.55-.992a10.1 10.1 0 0 1 3.729-.167c2.341.34 4.178 1.381 5.48 2.625a8 8 0 0 1 1.298 1.587c1.468 2.382 1.33 5.376.184 7.142c-.85 1.312-2.67 2.544-4.37 2.53c-.583-.023-1.438-.152-2.25-.566c-2.629-1.343-3.021-4.688-1.118-6.306c-.632-.136-1.82.13-2.646 1.363c-.742 1.107-.7 2.816-.242 4.028a6.5 6.5 0 0 1-.59-1.895a7.7 7.7 0 0 1 .416-3.845A8.2 8.2 0 0 1 9.45 5.399c.896-1.069 1.908-1.72 2.75-2.005c-.54-.471-1.411-.738-2.421-.767C8.31 2.583 6.327 3.061 4.7 4.41a8.2 8.2 0 0 0-1.976 2.414c-.455.836-.691 1.659-.697 1.678c.122-1.445.704-2.994 1.248-4.055c-.79.413-1.827 1.668-2.41 3.042C.095 9.37-.2 11.608.14 13.989c.966 5.668 5.9 9.982 11.843 9.982C18.62 23.971 24 18.591 24 11.956a11.93 11.93 0 0 0-3.548-8.511"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.452%203.445a11%2011%200%200%200-2.482-1.908C16.944.997%2015.098.093%2012.477.032q-1.1-.026-2.174.144c-.72.114-1.398.292-2.118.56c-1.017.377-1.996.975-2.574%201.554c.583-.349%201.476-.733%202.55-.992a10.1%2010.1%200%200%201%203.729-.167c2.341.34%204.178%201.381%205.48%202.625a8%208%200%200%201%201.298%201.587c1.468%202.382%201.33%205.376.184%207.142c-.85%201.312-2.67%202.544-4.37%202.53c-.583-.023-1.438-.152-2.25-.566c-2.629-1.343-3.021-4.688-1.118-6.306c-.632-.136-1.82.13-2.646%201.363c-.742%201.107-.7%202.816-.242%204.028a6.5%206.5%200%200%201-.59-1.895a7.7%207.7%200%200%201%20.416-3.845A8.2%208.2%200%200%201%209.45%205.399c.896-1.069%201.908-1.72%202.75-2.005c-.54-.471-1.411-.738-2.421-.767C8.31%202.583%206.327%203.061%204.7%204.41a8.2%208.2%200%200%200-1.976%202.414c-.455.836-.691%201.659-.697%201.678c.122-1.445.704-2.994%201.248-4.055c-.79.413-1.827%201.668-2.41%203.042C.095%209.37-.2%2011.608.14%2013.989c.966%205.668%205.9%209.982%2011.843%209.982C18.62%2023.971%2024%2018.591%2024%2011.956a11.93%2011.93%200%200%200-3.548-8.511%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.452%203.445a11%2011%200%200%200-2.482-1.908C16.944.997%2015.098.093%2012.477.032q-1.1-.026-2.174.144c-.72.114-1.398.292-2.118.56c-1.017.377-1.996.975-2.574%201.554c.583-.349%201.476-.733%202.55-.992a10.1%2010.1%200%200%201%203.729-.167c2.341.34%204.178%201.381%205.48%202.625a8%208%200%200%201%201.298%201.587c1.468%202.382%201.33%205.376.184%207.142c-.85%201.312-2.67%202.544-4.37%202.53c-.583-.023-1.438-.152-2.25-.566c-2.629-1.343-3.021-4.688-1.118-6.306c-.632-.136-1.82.13-2.646%201.363c-.742%201.107-.7%202.816-.242%204.028a6.5%206.5%200%200%201-.59-1.895a7.7%207.7%200%200%201%20.416-3.845A8.2%208.2%200%200%201%209.45%205.399c.896-1.069%201.908-1.72%202.75-2.005c-.54-.471-1.411-.738-2.421-.767C8.31%202.583%206.327%203.061%204.7%204.41a8.2%208.2%200%200%200-1.976%202.414c-.455.836-.691%201.659-.697%201.678c.122-1.445.704-2.994%201.248-4.055c-.79.413-1.827%201.668-2.41%203.042C.095%209.37-.2%2011.608.14%2013.989c.966%205.668%205.9%209.982%2011.843%209.982C18.62%2023.971%2024%2018.591%2024%2011.956a11.93%2011.93%200%200%200-3.548-8.511%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/firefox.svg?color=%231a73e8&size=48