firefox-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
firefox-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the firefox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.484 9.031C21 11 20.25 15.226 16.5 16c-3.549.733-5.876-1.671-6.5-4c-.25-.936-.565-2.811-.345-3.689a7.06 7.06 0 0 0-1.898 7.157c-.902-.9-1.376-2.1-1.73-3.42c-.353-1.321-.72-4.564-.19-6.63c-2.496 2.399-3.434 5.902-2.53 8.911M3.054 11A9 9 0 1 0 8.5 3.706"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFirefoxLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M20.484 9.031C21 11 20.25 15.226 16.5 16c-3.549.733-5.876-1.671-6.5-4c-.25-.936-.565-2.811-.345-3.689a7.06 7.06 0 0 0-1.898 7.157c-.902-.9-1.376-2.1-1.73-3.42c-.353-1.321-.72-4.564-.19-6.63c-2.496 2.399-3.434 5.902-2.53 8.911M3.054 11A9 9 0 1 0 8.5 3.706"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.484 9.031C21 11 20.25 15.226 16.5 16c-3.549.733-5.876-1.671-6.5-4c-.25-.936-.565-2.811-.345-3.689a7.06 7.06 0 0 0-1.898 7.157c-.902-.9-1.376-2.1-1.73-3.42c-.353-1.321-.72-4.564-.19-6.63c-2.496 2.399-3.434 5.902-2.53 8.911M3.054 11A9 9 0 1 0 8.5 3.706"/></svg>
</template>

CSS

.icon-firefox-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.484%209.031C21%2011%2020.25%2015.226%2016.5%2016c-3.549.733-5.876-1.671-6.5-4c-.25-.936-.565-2.811-.345-3.689a7.06%207.06%200%200%200-1.898%207.157c-.902-.9-1.376-2.1-1.73-3.42c-.353-1.321-.72-4.564-.19-6.63c-2.496%202.399-3.434%205.902-2.53%208.911M3.054%2011A9%209%200%201%200%208.5%203.706%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.484%209.031C21%2011%2020.25%2015.226%2016.5%2016c-3.549.733-5.876-1.671-6.5-4c-.25-.936-.565-2.811-.345-3.689a7.06%207.06%200%200%200-1.898%207.157c-.902-.9-1.376-2.1-1.73-3.42c-.353-1.321-.72-4.564-.19-6.63c-2.496%202.399-3.434%205.902-2.53%208.911M3.054%2011A9%209%200%201%200%208.5%203.706%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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