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

Name
firefox-fill
Set
MingCute Icon
Style
Fill
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="currentColor" fill-rule="evenodd" d="M12 4a8 8 0 0 0-3.11.627a1 1 0 0 1-.78-1.842A10 10 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-4.654 0-8.565-3.179-9.68-7.484c-.968-3.368.103-7.203 2.823-9.82a1 1 0 0 1 1.662.97c-.228.887-.274 2.096-.206 3.29c.043.758.129 1.469.226 2.033A8.04 8.04 0 0 1 8.97 7.583a1 1 0 0 1 1.655.972c-.061.245-.062.771.02 1.461c.076.65.208 1.305.32 1.725c.525 1.955 2.432 3.879 5.333 3.28c1.482-.306 2.378-1.277 2.873-2.447C21.065 8.096 16.27 4 12 4" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFirefoxFill(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" fillRule="evenodd" d="M12 4a8 8 0 0 0-3.11.627a1 1 0 0 1-.78-1.842A10 10 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-4.654 0-8.565-3.179-9.68-7.484c-.968-3.368.103-7.203 2.823-9.82a1 1 0 0 1 1.662.97c-.228.887-.274 2.096-.206 3.29c.043.758.129 1.469.226 2.033A8.04 8.04 0 0 1 8.97 7.583a1 1 0 0 1 1.655.972c-.061.245-.062.771.02 1.461c.076.65.208 1.305.32 1.725c.525 1.955 2.432 3.879 5.333 3.28c1.482-.306 2.378-1.277 2.873-2.447C21.065 8.096 16.27 4 12 4" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 4a8 8 0 0 0-3.11.627a1 1 0 0 1-.78-1.842A10 10 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-4.654 0-8.565-3.179-9.68-7.484c-.968-3.368.103-7.203 2.823-9.82a1 1 0 0 1 1.662.97c-.228.887-.274 2.096-.206 3.29c.043.758.129 1.469.226 2.033A8.04 8.04 0 0 1 8.97 7.583a1 1 0 0 1 1.655.972c-.061.245-.062.771.02 1.461c.076.65.208 1.305.32 1.725c.525 1.955 2.432 3.879 5.333 3.28c1.482-.306 2.378-1.277 2.873-2.447C21.065 8.096 16.27 4 12 4" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-firefox-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204a8%208%200%200%200-3.11.627a1%201%200%200%201-.78-1.842A10%2010%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010c-4.654%200-8.565-3.179-9.68-7.484c-.968-3.368.103-7.203%202.823-9.82a1%201%200%200%201%201.662.97c-.228.887-.274%202.096-.206%203.29c.043.758.129%201.469.226%202.033A8.04%208.04%200%200%201%208.97%207.583a1%201%200%200%201%201.655.972c-.061.245-.062.771.02%201.461c.076.65.208%201.305.32%201.725c.525%201.955%202.432%203.879%205.333%203.28c1.482-.306%202.378-1.277%202.873-2.447C21.065%208.096%2016.27%204%2012%204%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204a8%208%200%200%200-3.11.627a1%201%200%200%201-.78-1.842A10%2010%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010c-4.654%200-8.565-3.179-9.68-7.484c-.968-3.368.103-7.203%202.823-9.82a1%201%200%200%201%201.662.97c-.228.887-.274%202.096-.206%203.29c.043.758.129%201.469.226%202.033A8.04%208.04%200%200%201%208.97%207.583a1%201%200%200%201%201.655.972c-.061.245-.062.771.02%201.461c.076.65.208%201.305.32%201.725c.525%201.955%202.432%203.879%205.333%203.28c1.482-.306%202.378-1.277%202.873-2.447C21.065%208.096%2016.27%204%2012%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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