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

Name
yfii
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 yfii logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff267e" d="m10.178 6.27l1.015 3.828l-3.972.853l-.257-1.138l2.13-.47s-1.835-1.255-3.724.324c-.779.65-1.054 1.676-1.054 2.145c0 .682.189 2.56 2.325 3.226c1.557.29 3.029-.357 3.713-2.136h1.319s-.642 2.092-2.195 2.885c-.885.451-2.593 1.005-4.459-.1C3.813 14.829 3 13.787 3 11.77c0-1.536 1.616-4.44 4.812-4.05c.709.086 1.46.402 1.46.402l-.333-1.51zm7.672 6.182H6.148v-.9H17.85zm-5.043 1.45l1.015 3.827l1.239-.342l-.334-1.51s.752.315 1.461.402c3.195.39 4.812-2.515 4.812-4.05c0-2.016-.813-3.058-2.02-3.916c-1.865-1.105-3.574-.551-4.459-.1c-1.552.792-2.194 2.888-2.194 2.888h1.319c.684-1.779 2.156-2.43 3.713-2.14c2.136.667 2.325 2.544 2.325 3.227c0 .47-.275 1.494-1.054 2.145c-1.889 1.578-3.723.323-3.723.323l2.13-.47l-.258-1.137z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedYfii(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff267e" d="m10.178 6.27l1.015 3.828l-3.972.853l-.257-1.138l2.13-.47s-1.835-1.255-3.724.324c-.779.65-1.054 1.676-1.054 2.145c0 .682.189 2.56 2.325 3.226c1.557.29 3.029-.357 3.713-2.136h1.319s-.642 2.092-2.195 2.885c-.885.451-2.593 1.005-4.459-.1C3.813 14.829 3 13.787 3 11.77c0-1.536 1.616-4.44 4.812-4.05c.709.086 1.46.402 1.46.402l-.333-1.51zm7.672 6.182H6.148v-.9H17.85zm-5.043 1.45l1.015 3.827l1.239-.342l-.334-1.51s.752.315 1.461.402c3.195.39 4.812-2.515 4.812-4.05c0-2.016-.813-3.058-2.02-3.916c-1.865-1.105-3.574-.551-4.459-.1c-1.552.792-2.194 2.888-2.194 2.888h1.319c.684-1.779 2.156-2.43 3.713-2.14c2.136.667 2.325 2.544 2.325 3.227c0 .47-.275 1.494-1.054 2.145c-1.889 1.578-3.723.323-3.723.323l2.13-.47l-.258-1.137z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff267e" d="m10.178 6.27l1.015 3.828l-3.972.853l-.257-1.138l2.13-.47s-1.835-1.255-3.724.324c-.779.65-1.054 1.676-1.054 2.145c0 .682.189 2.56 2.325 3.226c1.557.29 3.029-.357 3.713-2.136h1.319s-.642 2.092-2.195 2.885c-.885.451-2.593 1.005-4.459-.1C3.813 14.829 3 13.787 3 11.77c0-1.536 1.616-4.44 4.812-4.05c.709.086 1.46.402 1.46.402l-.333-1.51zm7.672 6.182H6.148v-.9H17.85zm-5.043 1.45l1.015 3.827l1.239-.342l-.334-1.51s.752.315 1.461.402c3.195.39 4.812-2.515 4.812-4.05c0-2.016-.813-3.058-2.02-3.916c-1.865-1.105-3.574-.551-4.459-.1c-1.552.792-2.194 2.888-2.194 2.888h1.319c.684-1.779 2.156-2.43 3.713-2.14c2.136.667 2.325 2.544 2.325 3.227c0 .47-.275 1.494-1.054 2.145c-1.889 1.578-3.723.323-3.723.323l2.13-.47l-.258-1.137z"/></svg>
</template>

CSS

.icon-yfii {
  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%23ff267e%22%20d%3D%22m10.178%206.27l1.015%203.828l-3.972.853l-.257-1.138l2.13-.47s-1.835-1.255-3.724.324c-.779.65-1.054%201.676-1.054%202.145c0%20.682.189%202.56%202.325%203.226c1.557.29%203.029-.357%203.713-2.136h1.319s-.642%202.092-2.195%202.885c-.885.451-2.593%201.005-4.459-.1C3.813%2014.829%203%2013.787%203%2011.77c0-1.536%201.616-4.44%204.812-4.05c.709.086%201.46.402%201.46.402l-.333-1.51zm7.672%206.182H6.148v-.9H17.85zm-5.043%201.45l1.015%203.827l1.239-.342l-.334-1.51s.752.315%201.461.402c3.195.39%204.812-2.515%204.812-4.05c0-2.016-.813-3.058-2.02-3.916c-1.865-1.105-3.574-.551-4.459-.1c-1.552.792-2.194%202.888-2.194%202.888h1.319c.684-1.779%202.156-2.43%203.713-2.14c2.136.667%202.325%202.544%202.325%203.227c0%20.47-.275%201.494-1.054%202.145c-1.889%201.578-3.723.323-3.723.323l2.13-.47l-.258-1.137z%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%23ff267e%22%20d%3D%22m10.178%206.27l1.015%203.828l-3.972.853l-.257-1.138l2.13-.47s-1.835-1.255-3.724.324c-.779.65-1.054%201.676-1.054%202.145c0%20.682.189%202.56%202.325%203.226c1.557.29%203.029-.357%203.713-2.136h1.319s-.642%202.092-2.195%202.885c-.885.451-2.593%201.005-4.459-.1C3.813%2014.829%203%2013.787%203%2011.77c0-1.536%201.616-4.44%204.812-4.05c.709.086%201.46.402%201.46.402l-.333-1.51zm7.672%206.182H6.148v-.9H17.85zm-5.043%201.45l1.015%203.827l1.239-.342l-.334-1.51s.752.315%201.461.402c3.195.39%204.812-2.515%204.812-4.05c0-2.016-.813-3.058-2.02-3.916c-1.865-1.105-3.574-.551-4.459-.1c-1.552.792-2.194%202.888-2.194%202.888h1.319c.684-1.779%202.156-2.43%203.713-2.14c2.136.667%202.325%202.544%202.325%203.227c0%20.47-.275%201.494-1.054%202.145c-1.889%201.578-3.723.323-3.723.323l2.13-.47l-.258-1.137z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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