fireflyiii logo

fireflyiii from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
fireflyiii
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the fireflyiii logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.107 0s.917 3.103-.842 4.91c-1.76 1.807-1.57 3.803-.856 4.754c.713.951.665 1.664.095 2.187s-1.046.904-1.379.048s-.713-.856-.856-1.284a44 44 0 0 0-.428-1.189s-.903 1.427-1.474 2.283c-.57.855-.57 2.187-.19 2.9s.238 1.569-.047 2.757c-.286 1.189.095 2.996 1.426 3.709s2.948 1.283 3.66 1.949c.714.666 2.378 1.284 4.518.808c2.14-.475 4.85-2.662 5.324-4.136c0 0 1.237-1.379 1-3.185c-.239-1.807-1.095-1.76-1.475-3.138c-.38-1.38.823-1.04-.19-3.406c0 0-.452-1.127-2.168-1.939c-1.102-.521-.352-2.88-2.3-5.258C11.974.393 10.106 0 10.106 0zm-.326 11.753c1.373-.01 2.14 1.376 2.14 1.376c1.78-.216 3.533.152 4.374.94c.531.498.965.956 1.181 1.834c-.1-.034-.282-.08-.52-.076a1.9 1.9 0 0 0-.902.256s-.99-.333-1.52.097c-.55.446-.604.968-.576 1.586c0 0 .476-1.628 1.68-1.208c0 0-.852 1.5.472 1.762c0 0 .313-.002.57-.158c.247-.148.44-.424.361-.92c0 0-.16-.494-.577-.794c0 0 .378-.267 1.096-.104q.052.355.063.802c.047 2.057-1.326 3.402-1.326 3.402v.927c-.167.334-.445.445-1.39.445c-.946 0-1.076-.26-1.076-.26v-.185c-1.446.186-2.234 0-2.234 0c0 .167 0 .195-.14.334c-.138.139-1 .148-1.65.055c-.649-.092-.574-.407-.574-.407v-.946a3.66 3.66 0 0 1-1.354-1.873l-.61.012c-.334 0-.477-.428-.477-.428v-1.379c0-.428.428-.523.428-.523l.594-.045c.201-1.426 1.688-2.522 1.688-2.522l-.083-1.966q.188-.034.362-.034m-.548 4.716a.35.35 0 0 0-.353.352a.35.35 0 0 0 .353.352a.35.35 0 0 0 .352-.352a.35.35 0 0 0-.352-.352m6.85.301s.124.031.39.469c.257.425-.182.635-.182.635c-.827.063-.208-1.104-.208-1.104"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFireflyiii(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="M10.107 0s.917 3.103-.842 4.91c-1.76 1.807-1.57 3.803-.856 4.754c.713.951.665 1.664.095 2.187s-1.046.904-1.379.048s-.713-.856-.856-1.284a44 44 0 0 0-.428-1.189s-.903 1.427-1.474 2.283c-.57.855-.57 2.187-.19 2.9s.238 1.569-.047 2.757c-.286 1.189.095 2.996 1.426 3.709s2.948 1.283 3.66 1.949c.714.666 2.378 1.284 4.518.808c2.14-.475 4.85-2.662 5.324-4.136c0 0 1.237-1.379 1-3.185c-.239-1.807-1.095-1.76-1.475-3.138c-.38-1.38.823-1.04-.19-3.406c0 0-.452-1.127-2.168-1.939c-1.102-.521-.352-2.88-2.3-5.258C11.974.393 10.106 0 10.106 0zm-.326 11.753c1.373-.01 2.14 1.376 2.14 1.376c1.78-.216 3.533.152 4.374.94c.531.498.965.956 1.181 1.834c-.1-.034-.282-.08-.52-.076a1.9 1.9 0 0 0-.902.256s-.99-.333-1.52.097c-.55.446-.604.968-.576 1.586c0 0 .476-1.628 1.68-1.208c0 0-.852 1.5.472 1.762c0 0 .313-.002.57-.158c.247-.148.44-.424.361-.92c0 0-.16-.494-.577-.794c0 0 .378-.267 1.096-.104q.052.355.063.802c.047 2.057-1.326 3.402-1.326 3.402v.927c-.167.334-.445.445-1.39.445c-.946 0-1.076-.26-1.076-.26v-.185c-1.446.186-2.234 0-2.234 0c0 .167 0 .195-.14.334c-.138.139-1 .148-1.65.055c-.649-.092-.574-.407-.574-.407v-.946a3.66 3.66 0 0 1-1.354-1.873l-.61.012c-.334 0-.477-.428-.477-.428v-1.379c0-.428.428-.523.428-.523l.594-.045c.201-1.426 1.688-2.522 1.688-2.522l-.083-1.966q.188-.034.362-.034m-.548 4.716a.35.35 0 0 0-.353.352a.35.35 0 0 0 .353.352a.35.35 0 0 0 .352-.352a.35.35 0 0 0-.352-.352m6.85.301s.124.031.39.469c.257.425-.182.635-.182.635c-.827.063-.208-1.104-.208-1.104"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.107 0s.917 3.103-.842 4.91c-1.76 1.807-1.57 3.803-.856 4.754c.713.951.665 1.664.095 2.187s-1.046.904-1.379.048s-.713-.856-.856-1.284a44 44 0 0 0-.428-1.189s-.903 1.427-1.474 2.283c-.57.855-.57 2.187-.19 2.9s.238 1.569-.047 2.757c-.286 1.189.095 2.996 1.426 3.709s2.948 1.283 3.66 1.949c.714.666 2.378 1.284 4.518.808c2.14-.475 4.85-2.662 5.324-4.136c0 0 1.237-1.379 1-3.185c-.239-1.807-1.095-1.76-1.475-3.138c-.38-1.38.823-1.04-.19-3.406c0 0-.452-1.127-2.168-1.939c-1.102-.521-.352-2.88-2.3-5.258C11.974.393 10.106 0 10.106 0zm-.326 11.753c1.373-.01 2.14 1.376 2.14 1.376c1.78-.216 3.533.152 4.374.94c.531.498.965.956 1.181 1.834c-.1-.034-.282-.08-.52-.076a1.9 1.9 0 0 0-.902.256s-.99-.333-1.52.097c-.55.446-.604.968-.576 1.586c0 0 .476-1.628 1.68-1.208c0 0-.852 1.5.472 1.762c0 0 .313-.002.57-.158c.247-.148.44-.424.361-.92c0 0-.16-.494-.577-.794c0 0 .378-.267 1.096-.104q.052.355.063.802c.047 2.057-1.326 3.402-1.326 3.402v.927c-.167.334-.445.445-1.39.445c-.946 0-1.076-.26-1.076-.26v-.185c-1.446.186-2.234 0-2.234 0c0 .167 0 .195-.14.334c-.138.139-1 .148-1.65.055c-.649-.092-.574-.407-.574-.407v-.946a3.66 3.66 0 0 1-1.354-1.873l-.61.012c-.334 0-.477-.428-.477-.428v-1.379c0-.428.428-.523.428-.523l.594-.045c.201-1.426 1.688-2.522 1.688-2.522l-.083-1.966q.188-.034.362-.034m-.548 4.716a.35.35 0 0 0-.353.352a.35.35 0 0 0 .353.352a.35.35 0 0 0 .352-.352a.35.35 0 0 0-.352-.352m6.85.301s.124.031.39.469c.257.425-.182.635-.182.635c-.827.063-.208-1.104-.208-1.104"/></svg>
</template>

CSS

.icon-fireflyiii {
  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%22M10.107%200s.917%203.103-.842%204.91c-1.76%201.807-1.57%203.803-.856%204.754c.713.951.665%201.664.095%202.187s-1.046.904-1.379.048s-.713-.856-.856-1.284a44%2044%200%200%200-.428-1.189s-.903%201.427-1.474%202.283c-.57.855-.57%202.187-.19%202.9s.238%201.569-.047%202.757c-.286%201.189.095%202.996%201.426%203.709s2.948%201.283%203.66%201.949c.714.666%202.378%201.284%204.518.808c2.14-.475%204.85-2.662%205.324-4.136c0%200%201.237-1.379%201-3.185c-.239-1.807-1.095-1.76-1.475-3.138c-.38-1.38.823-1.04-.19-3.406c0%200-.452-1.127-2.168-1.939c-1.102-.521-.352-2.88-2.3-5.258C11.974.393%2010.106%200%2010.106%200zm-.326%2011.753c1.373-.01%202.14%201.376%202.14%201.376c1.78-.216%203.533.152%204.374.94c.531.498.965.956%201.181%201.834c-.1-.034-.282-.08-.52-.076a1.9%201.9%200%200%200-.902.256s-.99-.333-1.52.097c-.55.446-.604.968-.576%201.586c0%200%20.476-1.628%201.68-1.208c0%200-.852%201.5.472%201.762c0%200%20.313-.002.57-.158c.247-.148.44-.424.361-.92c0%200-.16-.494-.577-.794c0%200%20.378-.267%201.096-.104q.052.355.063.802c.047%202.057-1.326%203.402-1.326%203.402v.927c-.167.334-.445.445-1.39.445c-.946%200-1.076-.26-1.076-.26v-.185c-1.446.186-2.234%200-2.234%200c0%20.167%200%20.195-.14.334c-.138.139-1%20.148-1.65.055c-.649-.092-.574-.407-.574-.407v-.946a3.66%203.66%200%200%201-1.354-1.873l-.61.012c-.334%200-.477-.428-.477-.428v-1.379c0-.428.428-.523.428-.523l.594-.045c.201-1.426%201.688-2.522%201.688-2.522l-.083-1.966q.188-.034.362-.034m-.548%204.716a.35.35%200%200%200-.353.352a.35.35%200%200%200%20.353.352a.35.35%200%200%200%20.352-.352a.35.35%200%200%200-.352-.352m6.85.301s.124.031.39.469c.257.425-.182.635-.182.635c-.827.063-.208-1.104-.208-1.104%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%22M10.107%200s.917%203.103-.842%204.91c-1.76%201.807-1.57%203.803-.856%204.754c.713.951.665%201.664.095%202.187s-1.046.904-1.379.048s-.713-.856-.856-1.284a44%2044%200%200%200-.428-1.189s-.903%201.427-1.474%202.283c-.57.855-.57%202.187-.19%202.9s.238%201.569-.047%202.757c-.286%201.189.095%202.996%201.426%203.709s2.948%201.283%203.66%201.949c.714.666%202.378%201.284%204.518.808c2.14-.475%204.85-2.662%205.324-4.136c0%200%201.237-1.379%201-3.185c-.239-1.807-1.095-1.76-1.475-3.138c-.38-1.38.823-1.04-.19-3.406c0%200-.452-1.127-2.168-1.939c-1.102-.521-.352-2.88-2.3-5.258C11.974.393%2010.106%200%2010.106%200zm-.326%2011.753c1.373-.01%202.14%201.376%202.14%201.376c1.78-.216%203.533.152%204.374.94c.531.498.965.956%201.181%201.834c-.1-.034-.282-.08-.52-.076a1.9%201.9%200%200%200-.902.256s-.99-.333-1.52.097c-.55.446-.604.968-.576%201.586c0%200%20.476-1.628%201.68-1.208c0%200-.852%201.5.472%201.762c0%200%20.313-.002.57-.158c.247-.148.44-.424.361-.92c0%200-.16-.494-.577-.794c0%200%20.378-.267%201.096-.104q.052.355.063.802c.047%202.057-1.326%203.402-1.326%203.402v.927c-.167.334-.445.445-1.39.445c-.946%200-1.076-.26-1.076-.26v-.185c-1.446.186-2.234%200-2.234%200c0%20.167%200%20.195-.14.334c-.138.139-1%20.148-1.65.055c-.649-.092-.574-.407-.574-.407v-.946a3.66%203.66%200%200%201-1.354-1.873l-.61.012c-.334%200-.477-.428-.477-.428v-1.379c0-.428.428-.523.428-.523l.594-.045c.201-1.426%201.688-2.522%201.688-2.522l-.083-1.966q.188-.034.362-.034m-.548%204.716a.35.35%200%200%200-.353.352a.35.35%200%200%200%20.353.352a.35.35%200%200%200%20.352-.352a.35.35%200%200%200-.352-.352m6.85.301s.124.031.39.469c.257.425-.182.635-.182.635c-.827.063-.208-1.104-.208-1.104%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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