fitfi from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
fitfi
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the fitfi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f9d549" d="M8.67 3.139a.73.73 0 0 1 .65-.105s1.567.436 1.939 1.957a1.76 1.76 0 0 0 1.202 1.347c.32.128.662.186.993.221v-.68a1.446 1.446 0 0 1 1.451-1.44c.802 0 1.452.645 1.452 1.44v1.44a.723.723 0 0 1-.726.72c-1.207.216-1.451 1.505-1.451 2.16c0 1.847 1.405 4.315 3.542 4.315a.8.8 0 0 1 .307.029c.372.116.43.389.488.674c.04.18.082.365.203.522c.233.296.5.546.755.796c.639.604 1.237 1.178 1.237 2.305a2.05 2.05 0 0 1-1.196 1.846c-.639.285-1.318.314-1.945.314c-2.207 0-3.751-1.318-4.588-2.032l-.302-.25c-1.451-1.161-2.734-2.537-4.024-3.914a48 48 0 0 0-3.176-3.193C3.524 9.869 3.292 7.389 3.292 7.389a.714.714 0 0 1 .488-.755l1.858-.615c.128-.337.348-.801.877-1.248c.639-.546 2.148-1.638 2.148-1.638zm1.172 2.189c-.093-.407-.406-.621-.662-.76l-.093.063c-.412.308-1.237.912-1.626 1.237c-.178.17-.322.373-.424.598L8.17 7.877c.615.732-.598 1.614-1.138.894L5.963 7.436l-1.08.36c.128.598.441 1.742 1.568 2.735a48 48 0 0 1 3.153 3.182c1.277 1.364 2.555 2.729 3.99 3.884q.172.132.348.29c.76.628 1.718 1.43 3.025 1.627c-2.108-1.522-5.313-4.96-6.416-7.154c.185.215.824.598 1.062.43a.584.584 0 0 0 .145-.784c-.174-.268-.482-.575-.795-.895c-.552-.545-1.138-1.138-1.138-1.631s.319-.72.726-.72c.174 0 .342.133.522.29c.25.192.534.424.93.424c.307 0 .725-.186.725-.714c0-.418-.232-.918-.674-1.04a3.34 3.34 0 0 1-2.206-2.392zm7.734 11.3a2.3 2.3 0 0 1-.354-.64c-.447.053-.865.198-.865.698c0 1.457 1.65 2.247 2.723 2.613c.14-.076.18-.157.18-.46c0-.696-.51-1.131-1.016-1.567c-.244-.203-.482-.406-.668-.644m-.22-7.828c.667.273.482 1.144.122 1.591c-.302.372-.924.668-1.4.476a.725.725 0 0 1-.243-1.178a.76.76 0 0 1 .522-.21a.735.735 0 0 1 .999-.679m.964 2.323a.737.737 0 0 0-1.034 0a.74.74 0 0 0-.203.517a.727.727 0 0 0-.68.999a.73.73 0 0 0 .68.44c.464 0 .888-.237 1.12-.528c.303-.377.512-1.045.117-1.428"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedFitfi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f9d549" d="M8.67 3.139a.73.73 0 0 1 .65-.105s1.567.436 1.939 1.957a1.76 1.76 0 0 0 1.202 1.347c.32.128.662.186.993.221v-.68a1.446 1.446 0 0 1 1.451-1.44c.802 0 1.452.645 1.452 1.44v1.44a.723.723 0 0 1-.726.72c-1.207.216-1.451 1.505-1.451 2.16c0 1.847 1.405 4.315 3.542 4.315a.8.8 0 0 1 .307.029c.372.116.43.389.488.674c.04.18.082.365.203.522c.233.296.5.546.755.796c.639.604 1.237 1.178 1.237 2.305a2.05 2.05 0 0 1-1.196 1.846c-.639.285-1.318.314-1.945.314c-2.207 0-3.751-1.318-4.588-2.032l-.302-.25c-1.451-1.161-2.734-2.537-4.024-3.914a48 48 0 0 0-3.176-3.193C3.524 9.869 3.292 7.389 3.292 7.389a.714.714 0 0 1 .488-.755l1.858-.615c.128-.337.348-.801.877-1.248c.639-.546 2.148-1.638 2.148-1.638zm1.172 2.189c-.093-.407-.406-.621-.662-.76l-.093.063c-.412.308-1.237.912-1.626 1.237c-.178.17-.322.373-.424.598L8.17 7.877c.615.732-.598 1.614-1.138.894L5.963 7.436l-1.08.36c.128.598.441 1.742 1.568 2.735a48 48 0 0 1 3.153 3.182c1.277 1.364 2.555 2.729 3.99 3.884q.172.132.348.29c.76.628 1.718 1.43 3.025 1.627c-2.108-1.522-5.313-4.96-6.416-7.154c.185.215.824.598 1.062.43a.584.584 0 0 0 .145-.784c-.174-.268-.482-.575-.795-.895c-.552-.545-1.138-1.138-1.138-1.631s.319-.72.726-.72c.174 0 .342.133.522.29c.25.192.534.424.93.424c.307 0 .725-.186.725-.714c0-.418-.232-.918-.674-1.04a3.34 3.34 0 0 1-2.206-2.392zm7.734 11.3a2.3 2.3 0 0 1-.354-.64c-.447.053-.865.198-.865.698c0 1.457 1.65 2.247 2.723 2.613c.14-.076.18-.157.18-.46c0-.696-.51-1.131-1.016-1.567c-.244-.203-.482-.406-.668-.644m-.22-7.828c.667.273.482 1.144.122 1.591c-.302.372-.924.668-1.4.476a.725.725 0 0 1-.243-1.178a.76.76 0 0 1 .522-.21a.735.735 0 0 1 .999-.679m.964 2.323a.737.737 0 0 0-1.034 0a.74.74 0 0 0-.203.517a.727.727 0 0 0-.68.999a.73.73 0 0 0 .68.44c.464 0 .888-.237 1.12-.528c.303-.377.512-1.045.117-1.428"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f9d549" d="M8.67 3.139a.73.73 0 0 1 .65-.105s1.567.436 1.939 1.957a1.76 1.76 0 0 0 1.202 1.347c.32.128.662.186.993.221v-.68a1.446 1.446 0 0 1 1.451-1.44c.802 0 1.452.645 1.452 1.44v1.44a.723.723 0 0 1-.726.72c-1.207.216-1.451 1.505-1.451 2.16c0 1.847 1.405 4.315 3.542 4.315a.8.8 0 0 1 .307.029c.372.116.43.389.488.674c.04.18.082.365.203.522c.233.296.5.546.755.796c.639.604 1.237 1.178 1.237 2.305a2.05 2.05 0 0 1-1.196 1.846c-.639.285-1.318.314-1.945.314c-2.207 0-3.751-1.318-4.588-2.032l-.302-.25c-1.451-1.161-2.734-2.537-4.024-3.914a48 48 0 0 0-3.176-3.193C3.524 9.869 3.292 7.389 3.292 7.389a.714.714 0 0 1 .488-.755l1.858-.615c.128-.337.348-.801.877-1.248c.639-.546 2.148-1.638 2.148-1.638zm1.172 2.189c-.093-.407-.406-.621-.662-.76l-.093.063c-.412.308-1.237.912-1.626 1.237c-.178.17-.322.373-.424.598L8.17 7.877c.615.732-.598 1.614-1.138.894L5.963 7.436l-1.08.36c.128.598.441 1.742 1.568 2.735a48 48 0 0 1 3.153 3.182c1.277 1.364 2.555 2.729 3.99 3.884q.172.132.348.29c.76.628 1.718 1.43 3.025 1.627c-2.108-1.522-5.313-4.96-6.416-7.154c.185.215.824.598 1.062.43a.584.584 0 0 0 .145-.784c-.174-.268-.482-.575-.795-.895c-.552-.545-1.138-1.138-1.138-1.631s.319-.72.726-.72c.174 0 .342.133.522.29c.25.192.534.424.93.424c.307 0 .725-.186.725-.714c0-.418-.232-.918-.674-1.04a3.34 3.34 0 0 1-2.206-2.392zm7.734 11.3a2.3 2.3 0 0 1-.354-.64c-.447.053-.865.198-.865.698c0 1.457 1.65 2.247 2.723 2.613c.14-.076.18-.157.18-.46c0-.696-.51-1.131-1.016-1.567c-.244-.203-.482-.406-.668-.644m-.22-7.828c.667.273.482 1.144.122 1.591c-.302.372-.924.668-1.4.476a.725.725 0 0 1-.243-1.178a.76.76 0 0 1 .522-.21a.735.735 0 0 1 .999-.679m.964 2.323a.737.737 0 0 0-1.034 0a.74.74 0 0 0-.203.517a.727.727 0 0 0-.68.999a.73.73 0 0 0 .68.44c.464 0 .888-.237 1.12-.528c.303-.377.512-1.045.117-1.428"/></svg>
</template>

CSS

.icon-fitfi {
  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%22%23f9d549%22%20d%3D%22M8.67%203.139a.73.73%200%200%201%20.65-.105s1.567.436%201.939%201.957a1.76%201.76%200%200%200%201.202%201.347c.32.128.662.186.993.221v-.68a1.446%201.446%200%200%201%201.451-1.44c.802%200%201.452.645%201.452%201.44v1.44a.723.723%200%200%201-.726.72c-1.207.216-1.451%201.505-1.451%202.16c0%201.847%201.405%204.315%203.542%204.315a.8.8%200%200%201%20.307.029c.372.116.43.389.488.674c.04.18.082.365.203.522c.233.296.5.546.755.796c.639.604%201.237%201.178%201.237%202.305a2.05%202.05%200%200%201-1.196%201.846c-.639.285-1.318.314-1.945.314c-2.207%200-3.751-1.318-4.588-2.032l-.302-.25c-1.451-1.161-2.734-2.537-4.024-3.914a48%2048%200%200%200-3.176-3.193C3.524%209.869%203.292%207.389%203.292%207.389a.714.714%200%200%201%20.488-.755l1.858-.615c.128-.337.348-.801.877-1.248c.639-.546%202.148-1.638%202.148-1.638zm1.172%202.189c-.093-.407-.406-.621-.662-.76l-.093.063c-.412.308-1.237.912-1.626%201.237c-.178.17-.322.373-.424.598L8.17%207.877c.615.732-.598%201.614-1.138.894L5.963%207.436l-1.08.36c.128.598.441%201.742%201.568%202.735a48%2048%200%200%201%203.153%203.182c1.277%201.364%202.555%202.729%203.99%203.884q.172.132.348.29c.76.628%201.718%201.43%203.025%201.627c-2.108-1.522-5.313-4.96-6.416-7.154c.185.215.824.598%201.062.43a.584.584%200%200%200%20.145-.784c-.174-.268-.482-.575-.795-.895c-.552-.545-1.138-1.138-1.138-1.631s.319-.72.726-.72c.174%200%20.342.133.522.29c.25.192.534.424.93.424c.307%200%20.725-.186.725-.714c0-.418-.232-.918-.674-1.04a3.34%203.34%200%200%201-2.206-2.392zm7.734%2011.3a2.3%202.3%200%200%201-.354-.64c-.447.053-.865.198-.865.698c0%201.457%201.65%202.247%202.723%202.613c.14-.076.18-.157.18-.46c0-.696-.51-1.131-1.016-1.567c-.244-.203-.482-.406-.668-.644m-.22-7.828c.667.273.482%201.144.122%201.591c-.302.372-.924.668-1.4.476a.725.725%200%200%201-.243-1.178a.76.76%200%200%201%20.522-.21a.735.735%200%200%201%20.999-.679m.964%202.323a.737.737%200%200%200-1.034%200a.74.74%200%200%200-.203.517a.727.727%200%200%200-.68.999a.73.73%200%200%200%20.68.44c.464%200%20.888-.237%201.12-.528c.303-.377.512-1.045.117-1.428%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%22%23f9d549%22%20d%3D%22M8.67%203.139a.73.73%200%200%201%20.65-.105s1.567.436%201.939%201.957a1.76%201.76%200%200%200%201.202%201.347c.32.128.662.186.993.221v-.68a1.446%201.446%200%200%201%201.451-1.44c.802%200%201.452.645%201.452%201.44v1.44a.723.723%200%200%201-.726.72c-1.207.216-1.451%201.505-1.451%202.16c0%201.847%201.405%204.315%203.542%204.315a.8.8%200%200%201%20.307.029c.372.116.43.389.488.674c.04.18.082.365.203.522c.233.296.5.546.755.796c.639.604%201.237%201.178%201.237%202.305a2.05%202.05%200%200%201-1.196%201.846c-.639.285-1.318.314-1.945.314c-2.207%200-3.751-1.318-4.588-2.032l-.302-.25c-1.451-1.161-2.734-2.537-4.024-3.914a48%2048%200%200%200-3.176-3.193C3.524%209.869%203.292%207.389%203.292%207.389a.714.714%200%200%201%20.488-.755l1.858-.615c.128-.337.348-.801.877-1.248c.639-.546%202.148-1.638%202.148-1.638zm1.172%202.189c-.093-.407-.406-.621-.662-.76l-.093.063c-.412.308-1.237.912-1.626%201.237c-.178.17-.322.373-.424.598L8.17%207.877c.615.732-.598%201.614-1.138.894L5.963%207.436l-1.08.36c.128.598.441%201.742%201.568%202.735a48%2048%200%200%201%203.153%203.182c1.277%201.364%202.555%202.729%203.99%203.884q.172.132.348.29c.76.628%201.718%201.43%203.025%201.627c-2.108-1.522-5.313-4.96-6.416-7.154c.185.215.824.598%201.062.43a.584.584%200%200%200%20.145-.784c-.174-.268-.482-.575-.795-.895c-.552-.545-1.138-1.138-1.138-1.631s.319-.72.726-.72c.174%200%20.342.133.522.29c.25.192.534.424.93.424c.307%200%20.725-.186.725-.714c0-.418-.232-.918-.674-1.04a3.34%203.34%200%200%201-2.206-2.392zm7.734%2011.3a2.3%202.3%200%200%201-.354-.64c-.447.053-.865.198-.865.698c0%201.457%201.65%202.247%202.723%202.613c.14-.076.18-.157.18-.46c0-.696-.51-1.131-1.016-1.567c-.244-.203-.482-.406-.668-.644m-.22-7.828c.667.273.482%201.144.122%201.591c-.302.372-.924.668-1.4.476a.725.725%200%200%201-.243-1.178a.76.76%200%200%201%20.522-.21a.735.735%200%200%201%20.999-.679m.964%202.323a.737.737%200%200%200-1.034%200a.74.74%200%200%200-.203.517a.727.727%200%200%200-.68.999a.73.73%200%200%200%20.68.44c.464%200%20.888-.237%201.12-.528c.303-.377.512-1.045.117-1.428%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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