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

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

The same logo in other sets

Use the bahamut logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.928 3.338a23.1 23.1 0 0 0-7.879 0c-1.177.18-2.264.72-3.08 1.622c-.814.901-1.448 1.892-1.63 3.154a22.8 22.8 0 0 0 0 7.84c.182 1.171.725 2.343 1.63 3.154c.906.9 1.993 1.441 3.17 1.622c1.269.18 2.627.27 3.895.27c1.358 0 2.626-.09 3.894-.36c1.178-.18 2.355-.721 3.17-1.623c.906-.9 1.45-1.982 1.63-3.153c.181-1.262.272-2.614.272-3.875c0-1.352-.09-2.614-.362-3.875c-.181-1.172-.725-2.253-1.63-3.154c-.725-.901-1.812-1.442-3.08-1.622m-5.705 14.598a.82.82 0 0 1-.634-.27c-.272-.27-.272-.811-.09-1.082l2.263-3.063l-3.713-.36c-.362 0-.724-.271-.815-.722c-.09-.36 0-.81.272-1.081l5.705-5.136a.82.82 0 0 1 .634-.27c.272 0 .453.09.634.27c.272.36.272.81.09 1.171l-2.263 3.064l3.713.36c.362 0 .724.27.906.721c.09.36 0 .811-.272 1.082l-5.706 5.136c-.271.09-.453.18-.724.18"/></svg>

React

import type { SVGProps } from "react";

export function TokenBahamut(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="M15.928 3.338a23.1 23.1 0 0 0-7.879 0c-1.177.18-2.264.72-3.08 1.622c-.814.901-1.448 1.892-1.63 3.154a22.8 22.8 0 0 0 0 7.84c.182 1.171.725 2.343 1.63 3.154c.906.9 1.993 1.441 3.17 1.622c1.269.18 2.627.27 3.895.27c1.358 0 2.626-.09 3.894-.36c1.178-.18 2.355-.721 3.17-1.623c.906-.9 1.45-1.982 1.63-3.153c.181-1.262.272-2.614.272-3.875c0-1.352-.09-2.614-.362-3.875c-.181-1.172-.725-2.253-1.63-3.154c-.725-.901-1.812-1.442-3.08-1.622m-5.705 14.598a.82.82 0 0 1-.634-.27c-.272-.27-.272-.811-.09-1.082l2.263-3.063l-3.713-.36c-.362 0-.724-.271-.815-.722c-.09-.36 0-.81.272-1.081l5.705-5.136a.82.82 0 0 1 .634-.27c.272 0 .453.09.634.27c.272.36.272.81.09 1.171l-2.263 3.064l3.713.36c.362 0 .724.27.906.721c.09.36 0 .811-.272 1.082l-5.706 5.136c-.271.09-.453.18-.724.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.928 3.338a23.1 23.1 0 0 0-7.879 0c-1.177.18-2.264.72-3.08 1.622c-.814.901-1.448 1.892-1.63 3.154a22.8 22.8 0 0 0 0 7.84c.182 1.171.725 2.343 1.63 3.154c.906.9 1.993 1.441 3.17 1.622c1.269.18 2.627.27 3.895.27c1.358 0 2.626-.09 3.894-.36c1.178-.18 2.355-.721 3.17-1.623c.906-.9 1.45-1.982 1.63-3.153c.181-1.262.272-2.614.272-3.875c0-1.352-.09-2.614-.362-3.875c-.181-1.172-.725-2.253-1.63-3.154c-.725-.901-1.812-1.442-3.08-1.622m-5.705 14.598a.82.82 0 0 1-.634-.27c-.272-.27-.272-.811-.09-1.082l2.263-3.063l-3.713-.36c-.362 0-.724-.271-.815-.722c-.09-.36 0-.81.272-1.081l5.705-5.136a.82.82 0 0 1 .634-.27c.272 0 .453.09.634.27c.272.36.272.81.09 1.171l-2.263 3.064l3.713.36c.362 0 .724.27.906.721c.09.36 0 .811-.272 1.082l-5.706 5.136c-.271.09-.453.18-.724.18"/></svg>
</template>

CSS

.icon-bahamut {
  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%22M15.928%203.338a23.1%2023.1%200%200%200-7.879%200c-1.177.18-2.264.72-3.08%201.622c-.814.901-1.448%201.892-1.63%203.154a22.8%2022.8%200%200%200%200%207.84c.182%201.171.725%202.343%201.63%203.154c.906.9%201.993%201.441%203.17%201.622c1.269.18%202.627.27%203.895.27c1.358%200%202.626-.09%203.894-.36c1.178-.18%202.355-.721%203.17-1.623c.906-.9%201.45-1.982%201.63-3.153c.181-1.262.272-2.614.272-3.875c0-1.352-.09-2.614-.362-3.875c-.181-1.172-.725-2.253-1.63-3.154c-.725-.901-1.812-1.442-3.08-1.622m-5.705%2014.598a.82.82%200%200%201-.634-.27c-.272-.27-.272-.811-.09-1.082l2.263-3.063l-3.713-.36c-.362%200-.724-.271-.815-.722c-.09-.36%200-.81.272-1.081l5.705-5.136a.82.82%200%200%201%20.634-.27c.272%200%20.453.09.634.27c.272.36.272.81.09%201.171l-2.263%203.064l3.713.36c.362%200%20.724.27.906.721c.09.36%200%20.811-.272%201.082l-5.706%205.136c-.271.09-.453.18-.724.18%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%22M15.928%203.338a23.1%2023.1%200%200%200-7.879%200c-1.177.18-2.264.72-3.08%201.622c-.814.901-1.448%201.892-1.63%203.154a22.8%2022.8%200%200%200%200%207.84c.182%201.171.725%202.343%201.63%203.154c.906.9%201.993%201.441%203.17%201.622c1.269.18%202.627.27%203.895.27c1.358%200%202.626-.09%203.894-.36c1.178-.18%202.355-.721%203.17-1.623c.906-.9%201.45-1.982%201.63-3.153c.181-1.262.272-2.614.272-3.875c0-1.352-.09-2.614-.362-3.875c-.181-1.172-.725-2.253-1.63-3.154c-.725-.901-1.812-1.442-3.08-1.622m-5.705%2014.598a.82.82%200%200%201-.634-.27c-.272-.27-.272-.811-.09-1.082l2.263-3.063l-3.713-.36c-.362%200-.724-.271-.815-.722c-.09-.36%200-.81.272-1.081l5.705-5.136a.82.82%200%200%201%20.634-.27c.272%200%20.453.09.634.27c.272.36.272.81.09%201.171l-2.263%203.064l3.713.36c.362%200%20.724.27.906.721c.09.36%200%20.811-.272%201.082l-5.706%205.136c-.271.09-.453.18-.724.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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