efi from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
efi
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the efi logo

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="M19.898 10.875h-2.025c0-1.153-.292-2.396-.832-3.375h2.638c.338 0 .889.011 1.069-.264c.894-1.446-1.35-1.857-2.217-1.88l-.292-.005c-1.94-.045-4.404-.101-6.283-.101c-1.665 0-5.057.045-6.857.135c-.726.04-2.059.45-2.014 1.35c.028.562.326.765.855.765h2.998c-.427.956-.9 2.34-.9 3.375H4.03c-.484 0-.917.028-.945.613v1.013c.028.579.461.624.945.624h2.014c0 1.097.14 2.363.551 3.375H3.94c-.315 0-.619.096-.816.394c-.298.478-.039 1.412.552 1.513c.545.197 1.125.225 1.715.242c2.003.045 4.596.101 6.565.101c1.67 0 4.348-.04 6.756-.084l.224-.012c.518-.016 1.154-.045 1.553-.337c.495-.32.67-1.17.349-1.67c-.158-.226-.36-.198-.59-.17c-.08.012-.158.023-.243.023h-2.683c.405-.894.551-2.408.551-3.375h2.025c.462 0 .906-.028.934-.613v-1.013c-.022-.461-.506-.624-.934-.624M11.967 7.5c-1.755.045-3.24.726-3.324 2.891c-.034.383-.034.484.208.484h6.131c.422 0 .422-.034.371-.484c-.095-2.222-1.63-2.79-3.386-2.891m3.167 5.625H9.019c-.421 0-.421.034-.37.484c.09 2.295 1.63 2.79 3.357 2.891c1.75-.045 3.263-.726 3.353-2.891c.034-.383.034-.467-.225-.484" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenEfi(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="M19.898 10.875h-2.025c0-1.153-.292-2.396-.832-3.375h2.638c.338 0 .889.011 1.069-.264c.894-1.446-1.35-1.857-2.217-1.88l-.292-.005c-1.94-.045-4.404-.101-6.283-.101c-1.665 0-5.057.045-6.857.135c-.726.04-2.059.45-2.014 1.35c.028.562.326.765.855.765h2.998c-.427.956-.9 2.34-.9 3.375H4.03c-.484 0-.917.028-.945.613v1.013c.028.579.461.624.945.624h2.014c0 1.097.14 2.363.551 3.375H3.94c-.315 0-.619.096-.816.394c-.298.478-.039 1.412.552 1.513c.545.197 1.125.225 1.715.242c2.003.045 4.596.101 6.565.101c1.67 0 4.348-.04 6.756-.084l.224-.012c.518-.016 1.154-.045 1.553-.337c.495-.32.67-1.17.349-1.67c-.158-.226-.36-.198-.59-.17c-.08.012-.158.023-.243.023h-2.683c.405-.894.551-2.408.551-3.375h2.025c.462 0 .906-.028.934-.613v-1.013c-.022-.461-.506-.624-.934-.624M11.967 7.5c-1.755.045-3.24.726-3.324 2.891c-.034.383-.034.484.208.484h6.131c.422 0 .422-.034.371-.484c-.095-2.222-1.63-2.79-3.386-2.891m3.167 5.625H9.019c-.421 0-.421.034-.37.484c.09 2.295 1.63 2.79 3.357 2.891c1.75-.045 3.263-.726 3.353-2.891c.034-.383.034-.467-.225-.484" 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="M19.898 10.875h-2.025c0-1.153-.292-2.396-.832-3.375h2.638c.338 0 .889.011 1.069-.264c.894-1.446-1.35-1.857-2.217-1.88l-.292-.005c-1.94-.045-4.404-.101-6.283-.101c-1.665 0-5.057.045-6.857.135c-.726.04-2.059.45-2.014 1.35c.028.562.326.765.855.765h2.998c-.427.956-.9 2.34-.9 3.375H4.03c-.484 0-.917.028-.945.613v1.013c.028.579.461.624.945.624h2.014c0 1.097.14 2.363.551 3.375H3.94c-.315 0-.619.096-.816.394c-.298.478-.039 1.412.552 1.513c.545.197 1.125.225 1.715.242c2.003.045 4.596.101 6.565.101c1.67 0 4.348-.04 6.756-.084l.224-.012c.518-.016 1.154-.045 1.553-.337c.495-.32.67-1.17.349-1.67c-.158-.226-.36-.198-.59-.17c-.08.012-.158.023-.243.023h-2.683c.405-.894.551-2.408.551-3.375h2.025c.462 0 .906-.028.934-.613v-1.013c-.022-.461-.506-.624-.934-.624M11.967 7.5c-1.755.045-3.24.726-3.324 2.891c-.034.383-.034.484.208.484h6.131c.422 0 .422-.034.371-.484c-.095-2.222-1.63-2.79-3.386-2.891m3.167 5.625H9.019c-.421 0-.421.034-.37.484c.09 2.295 1.63 2.79 3.357 2.891c1.75-.045 3.263-.726 3.353-2.891c.034-.383.034-.467-.225-.484" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-efi {
  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%22M19.898%2010.875h-2.025c0-1.153-.292-2.396-.832-3.375h2.638c.338%200%20.889.011%201.069-.264c.894-1.446-1.35-1.857-2.217-1.88l-.292-.005c-1.94-.045-4.404-.101-6.283-.101c-1.665%200-5.057.045-6.857.135c-.726.04-2.059.45-2.014%201.35c.028.562.326.765.855.765h2.998c-.427.956-.9%202.34-.9%203.375H4.03c-.484%200-.917.028-.945.613v1.013c.028.579.461.624.945.624h2.014c0%201.097.14%202.363.551%203.375H3.94c-.315%200-.619.096-.816.394c-.298.478-.039%201.412.552%201.513c.545.197%201.125.225%201.715.242c2.003.045%204.596.101%206.565.101c1.67%200%204.348-.04%206.756-.084l.224-.012c.518-.016%201.154-.045%201.553-.337c.495-.32.67-1.17.349-1.67c-.158-.226-.36-.198-.59-.17c-.08.012-.158.023-.243.023h-2.683c.405-.894.551-2.408.551-3.375h2.025c.462%200%20.906-.028.934-.613v-1.013c-.022-.461-.506-.624-.934-.624M11.967%207.5c-1.755.045-3.24.726-3.324%202.891c-.034.383-.034.484.208.484h6.131c.422%200%20.422-.034.371-.484c-.095-2.222-1.63-2.79-3.386-2.891m3.167%205.625H9.019c-.421%200-.421.034-.37.484c.09%202.295%201.63%202.79%203.357%202.891c1.75-.045%203.263-.726%203.353-2.891c.034-.383.034-.467-.225-.484%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%22M19.898%2010.875h-2.025c0-1.153-.292-2.396-.832-3.375h2.638c.338%200%20.889.011%201.069-.264c.894-1.446-1.35-1.857-2.217-1.88l-.292-.005c-1.94-.045-4.404-.101-6.283-.101c-1.665%200-5.057.045-6.857.135c-.726.04-2.059.45-2.014%201.35c.028.562.326.765.855.765h2.998c-.427.956-.9%202.34-.9%203.375H4.03c-.484%200-.917.028-.945.613v1.013c.028.579.461.624.945.624h2.014c0%201.097.14%202.363.551%203.375H3.94c-.315%200-.619.096-.816.394c-.298.478-.039%201.412.552%201.513c.545.197%201.125.225%201.715.242c2.003.045%204.596.101%206.565.101c1.67%200%204.348-.04%206.756-.084l.224-.012c.518-.016%201.154-.045%201.553-.337c.495-.32.67-1.17.349-1.67c-.158-.226-.36-.198-.59-.17c-.08.012-.158.023-.243.023h-2.683c.405-.894.551-2.408.551-3.375h2.025c.462%200%20.906-.028.934-.613v-1.013c-.022-.461-.506-.624-.934-.624M11.967%207.5c-1.755.045-3.24.726-3.324%202.891c-.034.383-.034.484.208.484h6.131c.422%200%20.422-.034.371-.484c-.095-2.222-1.63-2.79-3.386-2.891m3.167%205.625H9.019c-.421%200-.421.034-.37.484c.09%202.295%201.63%202.79%203.357%202.891c1.75-.045%203.263-.726%203.353-2.891c.034-.383.034-.467-.225-.484%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/token/efi.svg?color=%231a73e8&size=48