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

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

The same logo in other sets

Use the igu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20.998a8.998 8.998 0 0 0 8.908-10.285l-2.038 1.652a6.882 6.882 0 0 1-13.747-.106l-.164-.006l-1.868-1.53a9 9 0 0 0 8.908 10.275M16.91 6.706l3.14 1.27a9 9 0 0 0-9.983-4.764A9 9 0 0 0 6.5 4.88l3.578.408l.212.047a6.89 6.89 0 0 1 5.928 1.228l.693.148zm-7.685 7.728C7.553 12.01 4.774 9.766 3.588 8.94c-.079-.069-.238-.265-.222-.482c0-1.614 2.308-2.302 3.785-2.302c.847 0 1.429.09 1.932.164c.37.053.693.106 1.048.106c.407 0 .963-.09 1.524-.175c.583-.09 1.17-.18 1.615-.18c.698 0 1.228.312 1.402.466c-1.006.106-2.117.444-2.551.603c.407.138.757.482.884.635c2.573-.894 4.446-.164 5.055.313c-1.386.01-2.756.305-4.023.868l.635.582c1.773-.508 2.843-.058 3.155.233c-.715.053-1.694.29-2.096.407c.73.381 2.202 1.144 2.244 1.144c.27 2.842-1.35 3.398-3.18 3.414c-1.727.016-2.007.8-2.256 1.498l-.042.132c-.212.582-.265 1.816-.265 2.36c-.296-1.285-.926-4.133-1.037-5.187c-.122-1.164.349-1.264.767-1.354l.159-.037c.445-.122.937-.593.741-1.218a2.54 2.54 0 0 0-.667-1.037c.768 1.497.35 1.64-.423 1.9c-.133.048-.28.095-.43.159c-1.02.412-.761 2.154-.698 2.583c.053.338.477 2.09.688 2.922c-1.556.301-2.038-.832-2.26-1.34c-.175-.407-.646-1.588-.857-2.122c.338.09.815.328 1.005.434zM7.474 6.812a3.6 3.6 0 0 0-1.234.122a1.06 1.06 0 0 0 1.07.82c.412 0 .751-.35.868-.53l-.704-.417z"/></svg>

React

import type { SVGProps } from "react";

export function TokenIgu(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="M12 20.998a8.998 8.998 0 0 0 8.908-10.285l-2.038 1.652a6.882 6.882 0 0 1-13.747-.106l-.164-.006l-1.868-1.53a9 9 0 0 0 8.908 10.275M16.91 6.706l3.14 1.27a9 9 0 0 0-9.983-4.764A9 9 0 0 0 6.5 4.88l3.578.408l.212.047a6.89 6.89 0 0 1 5.928 1.228l.693.148zm-7.685 7.728C7.553 12.01 4.774 9.766 3.588 8.94c-.079-.069-.238-.265-.222-.482c0-1.614 2.308-2.302 3.785-2.302c.847 0 1.429.09 1.932.164c.37.053.693.106 1.048.106c.407 0 .963-.09 1.524-.175c.583-.09 1.17-.18 1.615-.18c.698 0 1.228.312 1.402.466c-1.006.106-2.117.444-2.551.603c.407.138.757.482.884.635c2.573-.894 4.446-.164 5.055.313c-1.386.01-2.756.305-4.023.868l.635.582c1.773-.508 2.843-.058 3.155.233c-.715.053-1.694.29-2.096.407c.73.381 2.202 1.144 2.244 1.144c.27 2.842-1.35 3.398-3.18 3.414c-1.727.016-2.007.8-2.256 1.498l-.042.132c-.212.582-.265 1.816-.265 2.36c-.296-1.285-.926-4.133-1.037-5.187c-.122-1.164.349-1.264.767-1.354l.159-.037c.445-.122.937-.593.741-1.218a2.54 2.54 0 0 0-.667-1.037c.768 1.497.35 1.64-.423 1.9c-.133.048-.28.095-.43.159c-1.02.412-.761 2.154-.698 2.583c.053.338.477 2.09.688 2.922c-1.556.301-2.038-.832-2.26-1.34c-.175-.407-.646-1.588-.857-2.122c.338.09.815.328 1.005.434zM7.474 6.812a3.6 3.6 0 0 0-1.234.122a1.06 1.06 0 0 0 1.07.82c.412 0 .751-.35.868-.53l-.704-.417z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20.998a8.998 8.998 0 0 0 8.908-10.285l-2.038 1.652a6.882 6.882 0 0 1-13.747-.106l-.164-.006l-1.868-1.53a9 9 0 0 0 8.908 10.275M16.91 6.706l3.14 1.27a9 9 0 0 0-9.983-4.764A9 9 0 0 0 6.5 4.88l3.578.408l.212.047a6.89 6.89 0 0 1 5.928 1.228l.693.148zm-7.685 7.728C7.553 12.01 4.774 9.766 3.588 8.94c-.079-.069-.238-.265-.222-.482c0-1.614 2.308-2.302 3.785-2.302c.847 0 1.429.09 1.932.164c.37.053.693.106 1.048.106c.407 0 .963-.09 1.524-.175c.583-.09 1.17-.18 1.615-.18c.698 0 1.228.312 1.402.466c-1.006.106-2.117.444-2.551.603c.407.138.757.482.884.635c2.573-.894 4.446-.164 5.055.313c-1.386.01-2.756.305-4.023.868l.635.582c1.773-.508 2.843-.058 3.155.233c-.715.053-1.694.29-2.096.407c.73.381 2.202 1.144 2.244 1.144c.27 2.842-1.35 3.398-3.18 3.414c-1.727.016-2.007.8-2.256 1.498l-.042.132c-.212.582-.265 1.816-.265 2.36c-.296-1.285-.926-4.133-1.037-5.187c-.122-1.164.349-1.264.767-1.354l.159-.037c.445-.122.937-.593.741-1.218a2.54 2.54 0 0 0-.667-1.037c.768 1.497.35 1.64-.423 1.9c-.133.048-.28.095-.43.159c-1.02.412-.761 2.154-.698 2.583c.053.338.477 2.09.688 2.922c-1.556.301-2.038-.832-2.26-1.34c-.175-.407-.646-1.588-.857-2.122c.338.09.815.328 1.005.434zM7.474 6.812a3.6 3.6 0 0 0-1.234.122a1.06 1.06 0 0 0 1.07.82c.412 0 .751-.35.868-.53l-.704-.417z"/></svg>
</template>

CSS

.icon-igu {
  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%22M12%2020.998a8.998%208.998%200%200%200%208.908-10.285l-2.038%201.652a6.882%206.882%200%200%201-13.747-.106l-.164-.006l-1.868-1.53a9%209%200%200%200%208.908%2010.275M16.91%206.706l3.14%201.27a9%209%200%200%200-9.983-4.764A9%209%200%200%200%206.5%204.88l3.578.408l.212.047a6.89%206.89%200%200%201%205.928%201.228l.693.148zm-7.685%207.728C7.553%2012.01%204.774%209.766%203.588%208.94c-.079-.069-.238-.265-.222-.482c0-1.614%202.308-2.302%203.785-2.302c.847%200%201.429.09%201.932.164c.37.053.693.106%201.048.106c.407%200%20.963-.09%201.524-.175c.583-.09%201.17-.18%201.615-.18c.698%200%201.228.312%201.402.466c-1.006.106-2.117.444-2.551.603c.407.138.757.482.884.635c2.573-.894%204.446-.164%205.055.313c-1.386.01-2.756.305-4.023.868l.635.582c1.773-.508%202.843-.058%203.155.233c-.715.053-1.694.29-2.096.407c.73.381%202.202%201.144%202.244%201.144c.27%202.842-1.35%203.398-3.18%203.414c-1.727.016-2.007.8-2.256%201.498l-.042.132c-.212.582-.265%201.816-.265%202.36c-.296-1.285-.926-4.133-1.037-5.187c-.122-1.164.349-1.264.767-1.354l.159-.037c.445-.122.937-.593.741-1.218a2.54%202.54%200%200%200-.667-1.037c.768%201.497.35%201.64-.423%201.9c-.133.048-.28.095-.43.159c-1.02.412-.761%202.154-.698%202.583c.053.338.477%202.09.688%202.922c-1.556.301-2.038-.832-2.26-1.34c-.175-.407-.646-1.588-.857-2.122c.338.09.815.328%201.005.434zM7.474%206.812a3.6%203.6%200%200%200-1.234.122a1.06%201.06%200%200%200%201.07.82c.412%200%20.751-.35.868-.53l-.704-.417z%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%22M12%2020.998a8.998%208.998%200%200%200%208.908-10.285l-2.038%201.652a6.882%206.882%200%200%201-13.747-.106l-.164-.006l-1.868-1.53a9%209%200%200%200%208.908%2010.275M16.91%206.706l3.14%201.27a9%209%200%200%200-9.983-4.764A9%209%200%200%200%206.5%204.88l3.578.408l.212.047a6.89%206.89%200%200%201%205.928%201.228l.693.148zm-7.685%207.728C7.553%2012.01%204.774%209.766%203.588%208.94c-.079-.069-.238-.265-.222-.482c0-1.614%202.308-2.302%203.785-2.302c.847%200%201.429.09%201.932.164c.37.053.693.106%201.048.106c.407%200%20.963-.09%201.524-.175c.583-.09%201.17-.18%201.615-.18c.698%200%201.228.312%201.402.466c-1.006.106-2.117.444-2.551.603c.407.138.757.482.884.635c2.573-.894%204.446-.164%205.055.313c-1.386.01-2.756.305-4.023.868l.635.582c1.773-.508%202.843-.058%203.155.233c-.715.053-1.694.29-2.096.407c.73.381%202.202%201.144%202.244%201.144c.27%202.842-1.35%203.398-3.18%203.414c-1.727.016-2.007.8-2.256%201.498l-.042.132c-.212.582-.265%201.816-.265%202.36c-.296-1.285-.926-4.133-1.037-5.187c-.122-1.164.349-1.264.767-1.354l.159-.037c.445-.122.937-.593.741-1.218a2.54%202.54%200%200%200-.667-1.037c.768%201.497.35%201.64-.423%201.9c-.133.048-.28.095-.43.159c-1.02.412-.761%202.154-.698%202.583c.053.338.477%202.09.688%202.922c-1.556.301-2.038-.832-2.26-1.34c-.175-.407-.646-1.588-.857-2.122c.338.09.815.328%201.005.434zM7.474%206.812a3.6%203.6%200%200%200-1.234.122a1.06%201.06%200%200%200%201.07.82c.412%200%20.751-.35.868-.53l-.704-.417z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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