yfi logo
yfi from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- yfi
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the yfi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.325 6.6h1.35v11.25h-1.35z"/><path fill="currentColor" d="M7.633 7.329c0 1.938.827 2.86 2.792 4.224v-1.42c-1.092-.865-1.591-1.549-1.591-2.819c0-1.733 1.417-3.138 3.166-3.138s3.166 1.405 3.166 3.138c0 .568-.155 1.125-.449 1.611l-.468-1.972l-1.208.281l.957 3.934l3.924-1.042l-.321-1.188l-1.75.465a4.3 4.3 0 0 0 .517-2.074C16.368 4.939 14.413 3 12 3S7.633 4.938 7.633 7.329m8.734 9.342c0-1.938-.832-2.875-2.797-4.238v1.42c1.092.865 1.597 1.563 1.597 2.833c0 1.733-1.418 3.138-3.166 3.138c-1.75 0-3.167-1.405-3.167-3.138c0-.59.164-1.14.449-1.611l.468 1.972l1.207-.282l-.955-3.933l-3.924 1.042l.32 1.188l1.751-.465a4.3 4.3 0 0 0-.518 2.074C7.632 19.061 9.588 21 12 21s4.367-1.938 4.367-4.329"/></svg>
React
import type { SVGProps } from "react";
export function TokenYfi(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="M11.325 6.6h1.35v11.25h-1.35z"/><path fill="currentColor" d="M7.633 7.329c0 1.938.827 2.86 2.792 4.224v-1.42c-1.092-.865-1.591-1.549-1.591-2.819c0-1.733 1.417-3.138 3.166-3.138s3.166 1.405 3.166 3.138c0 .568-.155 1.125-.449 1.611l-.468-1.972l-1.208.281l.957 3.934l3.924-1.042l-.321-1.188l-1.75.465a4.3 4.3 0 0 0 .517-2.074C16.368 4.939 14.413 3 12 3S7.633 4.938 7.633 7.329m8.734 9.342c0-1.938-.832-2.875-2.797-4.238v1.42c1.092.865 1.597 1.563 1.597 2.833c0 1.733-1.418 3.138-3.166 3.138c-1.75 0-3.167-1.405-3.167-3.138c0-.59.164-1.14.449-1.611l.468 1.972l1.207-.282l-.955-3.933l-3.924 1.042l.32 1.188l1.751-.465a4.3 4.3 0 0 0-.518 2.074C7.632 19.061 9.588 21 12 21s4.367-1.938 4.367-4.329"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.325 6.6h1.35v11.25h-1.35z"/><path fill="currentColor" d="M7.633 7.329c0 1.938.827 2.86 2.792 4.224v-1.42c-1.092-.865-1.591-1.549-1.591-2.819c0-1.733 1.417-3.138 3.166-3.138s3.166 1.405 3.166 3.138c0 .568-.155 1.125-.449 1.611l-.468-1.972l-1.208.281l.957 3.934l3.924-1.042l-.321-1.188l-1.75.465a4.3 4.3 0 0 0 .517-2.074C16.368 4.939 14.413 3 12 3S7.633 4.938 7.633 7.329m8.734 9.342c0-1.938-.832-2.875-2.797-4.238v1.42c1.092.865 1.597 1.563 1.597 2.833c0 1.733-1.418 3.138-3.166 3.138c-1.75 0-3.167-1.405-3.167-3.138c0-.59.164-1.14.449-1.611l.468 1.972l1.207-.282l-.955-3.933l-3.924 1.042l.32 1.188l1.751-.465a4.3 4.3 0 0 0-.518 2.074C7.632 19.061 9.588 21 12 21s4.367-1.938 4.367-4.329"/></svg> </template>
CSS
.icon-yfi {
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%22M11.325%206.6h1.35v11.25h-1.35z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.633%207.329c0%201.938.827%202.86%202.792%204.224v-1.42c-1.092-.865-1.591-1.549-1.591-2.819c0-1.733%201.417-3.138%203.166-3.138s3.166%201.405%203.166%203.138c0%20.568-.155%201.125-.449%201.611l-.468-1.972l-1.208.281l.957%203.934l3.924-1.042l-.321-1.188l-1.75.465a4.3%204.3%200%200%200%20.517-2.074C16.368%204.939%2014.413%203%2012%203S7.633%204.938%207.633%207.329m8.734%209.342c0-1.938-.832-2.875-2.797-4.238v1.42c1.092.865%201.597%201.563%201.597%202.833c0%201.733-1.418%203.138-3.166%203.138c-1.75%200-3.167-1.405-3.167-3.138c0-.59.164-1.14.449-1.611l.468%201.972l1.207-.282l-.955-3.933l-3.924%201.042l.32%201.188l1.751-.465a4.3%204.3%200%200%200-.518%202.074C7.632%2019.061%209.588%2021%2012%2021s4.367-1.938%204.367-4.329%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%22M11.325%206.6h1.35v11.25h-1.35z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.633%207.329c0%201.938.827%202.86%202.792%204.224v-1.42c-1.092-.865-1.591-1.549-1.591-2.819c0-1.733%201.417-3.138%203.166-3.138s3.166%201.405%203.166%203.138c0%20.568-.155%201.125-.449%201.611l-.468-1.972l-1.208.281l.957%203.934l3.924-1.042l-.321-1.188l-1.75.465a4.3%204.3%200%200%200%20.517-2.074C16.368%204.939%2014.413%203%2012%203S7.633%204.938%207.633%207.329m8.734%209.342c0-1.938-.832-2.875-2.797-4.238v1.42c1.092.865%201.597%201.563%201.597%202.833c0%201.733-1.418%203.138-3.166%203.138c-1.75%200-3.167-1.405-3.167-3.138c0-.59.164-1.14.449-1.611l.468%201.972l1.207-.282l-.955-3.933l-3.924%201.042l.32%201.188l1.751-.465a4.3%204.3%200%200%200-.518%202.074C7.632%2019.061%209.588%2021%2012%2021s4.367-1.938%204.367-4.329%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/yfi.svg?color=%231a73e8&size=48