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

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

The same logo in other sets

Use the iq logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.086 3.107a9.28 9.28 0 0 0-5.598 3.898a8.7 8.7 0 0 0-1.3 3.106a10.8 10.8 0 0 0-.134 3.077a8.97 8.97 0 0 0 3.184 5.81c.94.794 1.997 1.384 1.997 1.109c0-.04-.113-.174-.248-.315c-.922-.9-1.406-2.492-1.215-3.966c.259-1.969 1.052-3.28 2.6-4.298c.292-.197.562-.354.59-.354c.112 0 .045-.225-.236-.777a5.3 5.3 0 0 1-.732-2.7a5.85 5.85 0 0 1 1.53-3.938c.27-.264.304-.32.304-.534S10.817 3 10.682 3c-.09 0-.354.05-.596.107m5.49.574c0 .045.085.197.186.338c.476.675.744 1.475.77 2.3c.051 1.035-.225 1.936-.731 2.391c-.377.338-.697.349-1.164.05c-.327-.213-.366-.37-.147-.652a3.35 3.35 0 0 0 .602-1.997c0-.793-.152-1.237-.562-1.62a1.48 1.48 0 0 0-1.49-.394c-.608.141-1.182.805-1.492 1.733c-.157.478-.292 1.3-.292 1.778c.005.9.27 1.957.658 2.604a5.3 5.3 0 0 0 1.069 1.21c.112.09.22.18.22.196c0 .023-.113.08-.254.135c-1.035.389-2.081 1.559-2.543 2.847c-.28.72-.404 1.49-.365 2.261c.04.945.208 1.39.737 1.97c.416.46 1.204.674 2.149.579c1.09-.113 1.929-.507 2.643-1.26c.316-.338.377-.377.44-.304c.055.067.044.118-.068.315c-.715 1.232-2.042 2.284-3.274 2.593c-.27.068-.383.124-.383.18c0 .197 1.676-.073 2.695-.439a9.28 9.28 0 0 0 5.597-5.726c.354-1.08.416-1.508.422-2.852c0-1.047-.011-1.294-.118-1.823a9.2 9.2 0 0 0-4.664-6.261q-.64-.363-.641-.152"/></svg>

React

import type { SVGProps } from "react";

export function TokenIq(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="M10.086 3.107a9.28 9.28 0 0 0-5.598 3.898a8.7 8.7 0 0 0-1.3 3.106a10.8 10.8 0 0 0-.134 3.077a8.97 8.97 0 0 0 3.184 5.81c.94.794 1.997 1.384 1.997 1.109c0-.04-.113-.174-.248-.315c-.922-.9-1.406-2.492-1.215-3.966c.259-1.969 1.052-3.28 2.6-4.298c.292-.197.562-.354.59-.354c.112 0 .045-.225-.236-.777a5.3 5.3 0 0 1-.732-2.7a5.85 5.85 0 0 1 1.53-3.938c.27-.264.304-.32.304-.534S10.817 3 10.682 3c-.09 0-.354.05-.596.107m5.49.574c0 .045.085.197.186.338c.476.675.744 1.475.77 2.3c.051 1.035-.225 1.936-.731 2.391c-.377.338-.697.349-1.164.05c-.327-.213-.366-.37-.147-.652a3.35 3.35 0 0 0 .602-1.997c0-.793-.152-1.237-.562-1.62a1.48 1.48 0 0 0-1.49-.394c-.608.141-1.182.805-1.492 1.733c-.157.478-.292 1.3-.292 1.778c.005.9.27 1.957.658 2.604a5.3 5.3 0 0 0 1.069 1.21c.112.09.22.18.22.196c0 .023-.113.08-.254.135c-1.035.389-2.081 1.559-2.543 2.847c-.28.72-.404 1.49-.365 2.261c.04.945.208 1.39.737 1.97c.416.46 1.204.674 2.149.579c1.09-.113 1.929-.507 2.643-1.26c.316-.338.377-.377.44-.304c.055.067.044.118-.068.315c-.715 1.232-2.042 2.284-3.274 2.593c-.27.068-.383.124-.383.18c0 .197 1.676-.073 2.695-.439a9.28 9.28 0 0 0 5.597-5.726c.354-1.08.416-1.508.422-2.852c0-1.047-.011-1.294-.118-1.823a9.2 9.2 0 0 0-4.664-6.261q-.64-.363-.641-.152"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.086 3.107a9.28 9.28 0 0 0-5.598 3.898a8.7 8.7 0 0 0-1.3 3.106a10.8 10.8 0 0 0-.134 3.077a8.97 8.97 0 0 0 3.184 5.81c.94.794 1.997 1.384 1.997 1.109c0-.04-.113-.174-.248-.315c-.922-.9-1.406-2.492-1.215-3.966c.259-1.969 1.052-3.28 2.6-4.298c.292-.197.562-.354.59-.354c.112 0 .045-.225-.236-.777a5.3 5.3 0 0 1-.732-2.7a5.85 5.85 0 0 1 1.53-3.938c.27-.264.304-.32.304-.534S10.817 3 10.682 3c-.09 0-.354.05-.596.107m5.49.574c0 .045.085.197.186.338c.476.675.744 1.475.77 2.3c.051 1.035-.225 1.936-.731 2.391c-.377.338-.697.349-1.164.05c-.327-.213-.366-.37-.147-.652a3.35 3.35 0 0 0 .602-1.997c0-.793-.152-1.237-.562-1.62a1.48 1.48 0 0 0-1.49-.394c-.608.141-1.182.805-1.492 1.733c-.157.478-.292 1.3-.292 1.778c.005.9.27 1.957.658 2.604a5.3 5.3 0 0 0 1.069 1.21c.112.09.22.18.22.196c0 .023-.113.08-.254.135c-1.035.389-2.081 1.559-2.543 2.847c-.28.72-.404 1.49-.365 2.261c.04.945.208 1.39.737 1.97c.416.46 1.204.674 2.149.579c1.09-.113 1.929-.507 2.643-1.26c.316-.338.377-.377.44-.304c.055.067.044.118-.068.315c-.715 1.232-2.042 2.284-3.274 2.593c-.27.068-.383.124-.383.18c0 .197 1.676-.073 2.695-.439a9.28 9.28 0 0 0 5.597-5.726c.354-1.08.416-1.508.422-2.852c0-1.047-.011-1.294-.118-1.823a9.2 9.2 0 0 0-4.664-6.261q-.64-.363-.641-.152"/></svg>
</template>

CSS

.icon-iq {
  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%22M10.086%203.107a9.28%209.28%200%200%200-5.598%203.898a8.7%208.7%200%200%200-1.3%203.106a10.8%2010.8%200%200%200-.134%203.077a8.97%208.97%200%200%200%203.184%205.81c.94.794%201.997%201.384%201.997%201.109c0-.04-.113-.174-.248-.315c-.922-.9-1.406-2.492-1.215-3.966c.259-1.969%201.052-3.28%202.6-4.298c.292-.197.562-.354.59-.354c.112%200%20.045-.225-.236-.777a5.3%205.3%200%200%201-.732-2.7a5.85%205.85%200%200%201%201.53-3.938c.27-.264.304-.32.304-.534S10.817%203%2010.682%203c-.09%200-.354.05-.596.107m5.49.574c0%20.045.085.197.186.338c.476.675.744%201.475.77%202.3c.051%201.035-.225%201.936-.731%202.391c-.377.338-.697.349-1.164.05c-.327-.213-.366-.37-.147-.652a3.35%203.35%200%200%200%20.602-1.997c0-.793-.152-1.237-.562-1.62a1.48%201.48%200%200%200-1.49-.394c-.608.141-1.182.805-1.492%201.733c-.157.478-.292%201.3-.292%201.778c.005.9.27%201.957.658%202.604a5.3%205.3%200%200%200%201.069%201.21c.112.09.22.18.22.196c0%20.023-.113.08-.254.135c-1.035.389-2.081%201.559-2.543%202.847c-.28.72-.404%201.49-.365%202.261c.04.945.208%201.39.737%201.97c.416.46%201.204.674%202.149.579c1.09-.113%201.929-.507%202.643-1.26c.316-.338.377-.377.44-.304c.055.067.044.118-.068.315c-.715%201.232-2.042%202.284-3.274%202.593c-.27.068-.383.124-.383.18c0%20.197%201.676-.073%202.695-.439a9.28%209.28%200%200%200%205.597-5.726c.354-1.08.416-1.508.422-2.852c0-1.047-.011-1.294-.118-1.823a9.2%209.2%200%200%200-4.664-6.261q-.64-.363-.641-.152%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%22M10.086%203.107a9.28%209.28%200%200%200-5.598%203.898a8.7%208.7%200%200%200-1.3%203.106a10.8%2010.8%200%200%200-.134%203.077a8.97%208.97%200%200%200%203.184%205.81c.94.794%201.997%201.384%201.997%201.109c0-.04-.113-.174-.248-.315c-.922-.9-1.406-2.492-1.215-3.966c.259-1.969%201.052-3.28%202.6-4.298c.292-.197.562-.354.59-.354c.112%200%20.045-.225-.236-.777a5.3%205.3%200%200%201-.732-2.7a5.85%205.85%200%200%201%201.53-3.938c.27-.264.304-.32.304-.534S10.817%203%2010.682%203c-.09%200-.354.05-.596.107m5.49.574c0%20.045.085.197.186.338c.476.675.744%201.475.77%202.3c.051%201.035-.225%201.936-.731%202.391c-.377.338-.697.349-1.164.05c-.327-.213-.366-.37-.147-.652a3.35%203.35%200%200%200%20.602-1.997c0-.793-.152-1.237-.562-1.62a1.48%201.48%200%200%200-1.49-.394c-.608.141-1.182.805-1.492%201.733c-.157.478-.292%201.3-.292%201.778c.005.9.27%201.957.658%202.604a5.3%205.3%200%200%200%201.069%201.21c.112.09.22.18.22.196c0%20.023-.113.08-.254.135c-1.035.389-2.081%201.559-2.543%202.847c-.28.72-.404%201.49-.365%202.261c.04.945.208%201.39.737%201.97c.416.46%201.204.674%202.149.579c1.09-.113%201.929-.507%202.643-1.26c.316-.338.377-.377.44-.304c.055.067.044.118-.068.315c-.715%201.232-2.042%202.284-3.274%202.593c-.27.068-.383.124-.383.18c0%20.197%201.676-.073%202.695-.439a9.28%209.28%200%200%200%205.597-5.726c.354-1.08.416-1.508.422-2.852c0-1.047-.011-1.294-.118-1.823a9.2%209.2%200%200%200-4.664-6.261q-.64-.363-.641-.152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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