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

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

The same logo in other sets

Use the hifi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.601 12.296a2.04 2.04 0 0 1 0-2.89L9.41 3.599a2.044 2.044 0 0 1 2.89 2.89l-5.802 5.807a2.044 2.044 0 0 1-2.89 0zm6.157 1.949a2.04 2.04 0 0 1 0-2.89l1.599-1.6a2.044 2.044 0 1 1 2.89 2.89l-1.598 1.6a2.04 2.04 0 0 1-2.228.443a2 2 0 0 1-.663-.444m1.948 6.156a2.045 2.045 0 0 1 0-2.89l5.802-5.808a2.05 2.05 0 0 1 2.228-.443a2.045 2.045 0 0 1 .663 3.334L14.597 20.4a2.046 2.046 0 0 1-2.89 0"/></svg>

React

import type { SVGProps } from "react";

export function TokenHifi(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="M3.601 12.296a2.04 2.04 0 0 1 0-2.89L9.41 3.599a2.044 2.044 0 0 1 2.89 2.89l-5.802 5.807a2.044 2.044 0 0 1-2.89 0zm6.157 1.949a2.04 2.04 0 0 1 0-2.89l1.599-1.6a2.044 2.044 0 1 1 2.89 2.89l-1.598 1.6a2.04 2.04 0 0 1-2.228.443a2 2 0 0 1-.663-.444m1.948 6.156a2.045 2.045 0 0 1 0-2.89l5.802-5.808a2.05 2.05 0 0 1 2.228-.443a2.045 2.045 0 0 1 .663 3.334L14.597 20.4a2.046 2.046 0 0 1-2.89 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.601 12.296a2.04 2.04 0 0 1 0-2.89L9.41 3.599a2.044 2.044 0 0 1 2.89 2.89l-5.802 5.807a2.044 2.044 0 0 1-2.89 0zm6.157 1.949a2.04 2.04 0 0 1 0-2.89l1.599-1.6a2.044 2.044 0 1 1 2.89 2.89l-1.598 1.6a2.04 2.04 0 0 1-2.228.443a2 2 0 0 1-.663-.444m1.948 6.156a2.045 2.045 0 0 1 0-2.89l5.802-5.808a2.05 2.05 0 0 1 2.228-.443a2.045 2.045 0 0 1 .663 3.334L14.597 20.4a2.046 2.046 0 0 1-2.89 0"/></svg>
</template>

CSS

.icon-hifi {
  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%22M3.601%2012.296a2.04%202.04%200%200%201%200-2.89L9.41%203.599a2.044%202.044%200%200%201%202.89%202.89l-5.802%205.807a2.044%202.044%200%200%201-2.89%200zm6.157%201.949a2.04%202.04%200%200%201%200-2.89l1.599-1.6a2.044%202.044%200%201%201%202.89%202.89l-1.598%201.6a2.04%202.04%200%200%201-2.228.443a2%202%200%200%201-.663-.444m1.948%206.156a2.045%202.045%200%200%201%200-2.89l5.802-5.808a2.05%202.05%200%200%201%202.228-.443a2.045%202.045%200%200%201%20.663%203.334L14.597%2020.4a2.046%202.046%200%200%201-2.89%200%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%22M3.601%2012.296a2.04%202.04%200%200%201%200-2.89L9.41%203.599a2.044%202.044%200%200%201%202.89%202.89l-5.802%205.807a2.044%202.044%200%200%201-2.89%200zm6.157%201.949a2.04%202.04%200%200%201%200-2.89l1.599-1.6a2.044%202.044%200%201%201%202.89%202.89l-1.598%201.6a2.04%202.04%200%200%201-2.228.443a2%202%200%200%201-.663-.444m1.948%206.156a2.045%202.045%200%200%201%200-2.89l5.802-5.808a2.05%202.05%200%200%201%202.228-.443a2.045%202.045%200%200%201%20.663%203.334L14.597%2020.4a2.046%202.046%200%200%201-2.89%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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