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

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

The same logo in other sets

Use the fluid logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.821 8.102c0-1.45-.676-2.944-.927-3.512c.91.66 4.1 2.482 4.1 7.978c0 6.118-5.769 8.169-8.659 8.43H6.708v-1.281c0-3.763 4.226-5.082 7.252-6.407c3.021-1.32 3.866-3.387 3.866-5.208z"/><path fill="currentColor" d="M6.709 20.888v-1.173c0-.229.01-.452.043-.665c1.483-3.043 4.542-3.888 5.377-4.002c.872-.126 5.136-.992 7.127-2.029c1.074-.556 1.456-1.728 1.532-2.726c.13.676.207 1.434.207 2.274a8.3 8.3 0 0 1-.392 2.59l-8.06 5.758l-.338.082H6.834a1 1 0 0 1-.13-.109z"/><path fill="currentColor" d="M20.995 12.754c-.12 5.97-5.802 7.983-8.66 8.245H6.708v-.3l.044-.36c.665-4.297 6.298-5.044 10.191-5.208c2.454-.109 3.615-1.369 4.057-2.377zM3 11.172v6.653c1.156-2.465 4.788-3.943 6.724-4.559c1.94-.616 3.86-1.396 3.86-2.258c0-.861-2.644-1.188-2.644-2.05c0-.37.561-1.232 1.717-1.968c1.156-.742 2.514-1.93 2.514-2.71c0-1.086-2.448-1.304-3.67-1.276C5.454 3.004 3 8.838 3 11.172"/><path fill="currentColor" d="M3 17.824v-6.653c0-1.254.709-3.511 2.296-5.338C8.6 4.524 13.48 2.834 13.48 3.783c0 1.09-1.57 2.126-3.643 3.49c-.507.338-1.047.687-1.598 1.068c-2.808 1.93-3.757 3.076-3.757 4.886c0 1.069.306 1.843.573 2.285c-.884.643-1.636 1.412-2.056 2.312"/><path fill="currentColor" d="M12.815 3.057c.327.213.584.453.584.687c0 .573-.993 1.849-4.003 3.201c-3.004 1.353-6.38 3.48-6.396 5.606v-1.38c0-2.334 2.46-8.168 8.501-8.168c.36-.006.829.005 1.309.054z"/></svg>

React

import type { SVGProps } from "react";

export function TokenFluid(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="M17.821 8.102c0-1.45-.676-2.944-.927-3.512c.91.66 4.1 2.482 4.1 7.978c0 6.118-5.769 8.169-8.659 8.43H6.708v-1.281c0-3.763 4.226-5.082 7.252-6.407c3.021-1.32 3.866-3.387 3.866-5.208z"/><path fill="currentColor" d="M6.709 20.888v-1.173c0-.229.01-.452.043-.665c1.483-3.043 4.542-3.888 5.377-4.002c.872-.126 5.136-.992 7.127-2.029c1.074-.556 1.456-1.728 1.532-2.726c.13.676.207 1.434.207 2.274a8.3 8.3 0 0 1-.392 2.59l-8.06 5.758l-.338.082H6.834a1 1 0 0 1-.13-.109z"/><path fill="currentColor" d="M20.995 12.754c-.12 5.97-5.802 7.983-8.66 8.245H6.708v-.3l.044-.36c.665-4.297 6.298-5.044 10.191-5.208c2.454-.109 3.615-1.369 4.057-2.377zM3 11.172v6.653c1.156-2.465 4.788-3.943 6.724-4.559c1.94-.616 3.86-1.396 3.86-2.258c0-.861-2.644-1.188-2.644-2.05c0-.37.561-1.232 1.717-1.968c1.156-.742 2.514-1.93 2.514-2.71c0-1.086-2.448-1.304-3.67-1.276C5.454 3.004 3 8.838 3 11.172"/><path fill="currentColor" d="M3 17.824v-6.653c0-1.254.709-3.511 2.296-5.338C8.6 4.524 13.48 2.834 13.48 3.783c0 1.09-1.57 2.126-3.643 3.49c-.507.338-1.047.687-1.598 1.068c-2.808 1.93-3.757 3.076-3.757 4.886c0 1.069.306 1.843.573 2.285c-.884.643-1.636 1.412-2.056 2.312"/><path fill="currentColor" d="M12.815 3.057c.327.213.584.453.584.687c0 .573-.993 1.849-4.003 3.201c-3.004 1.353-6.38 3.48-6.396 5.606v-1.38c0-2.334 2.46-8.168 8.501-8.168c.36-.006.829.005 1.309.054z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.821 8.102c0-1.45-.676-2.944-.927-3.512c.91.66 4.1 2.482 4.1 7.978c0 6.118-5.769 8.169-8.659 8.43H6.708v-1.281c0-3.763 4.226-5.082 7.252-6.407c3.021-1.32 3.866-3.387 3.866-5.208z"/><path fill="currentColor" d="M6.709 20.888v-1.173c0-.229.01-.452.043-.665c1.483-3.043 4.542-3.888 5.377-4.002c.872-.126 5.136-.992 7.127-2.029c1.074-.556 1.456-1.728 1.532-2.726c.13.676.207 1.434.207 2.274a8.3 8.3 0 0 1-.392 2.59l-8.06 5.758l-.338.082H6.834a1 1 0 0 1-.13-.109z"/><path fill="currentColor" d="M20.995 12.754c-.12 5.97-5.802 7.983-8.66 8.245H6.708v-.3l.044-.36c.665-4.297 6.298-5.044 10.191-5.208c2.454-.109 3.615-1.369 4.057-2.377zM3 11.172v6.653c1.156-2.465 4.788-3.943 6.724-4.559c1.94-.616 3.86-1.396 3.86-2.258c0-.861-2.644-1.188-2.644-2.05c0-.37.561-1.232 1.717-1.968c1.156-.742 2.514-1.93 2.514-2.71c0-1.086-2.448-1.304-3.67-1.276C5.454 3.004 3 8.838 3 11.172"/><path fill="currentColor" d="M3 17.824v-6.653c0-1.254.709-3.511 2.296-5.338C8.6 4.524 13.48 2.834 13.48 3.783c0 1.09-1.57 2.126-3.643 3.49c-.507.338-1.047.687-1.598 1.068c-2.808 1.93-3.757 3.076-3.757 4.886c0 1.069.306 1.843.573 2.285c-.884.643-1.636 1.412-2.056 2.312"/><path fill="currentColor" d="M12.815 3.057c.327.213.584.453.584.687c0 .573-.993 1.849-4.003 3.201c-3.004 1.353-6.38 3.48-6.396 5.606v-1.38c0-2.334 2.46-8.168 8.501-8.168c.36-.006.829.005 1.309.054z"/></svg>
</template>

CSS

.icon-fluid {
  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%22M17.821%208.102c0-1.45-.676-2.944-.927-3.512c.91.66%204.1%202.482%204.1%207.978c0%206.118-5.769%208.169-8.659%208.43H6.708v-1.281c0-3.763%204.226-5.082%207.252-6.407c3.021-1.32%203.866-3.387%203.866-5.208z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.709%2020.888v-1.173c0-.229.01-.452.043-.665c1.483-3.043%204.542-3.888%205.377-4.002c.872-.126%205.136-.992%207.127-2.029c1.074-.556%201.456-1.728%201.532-2.726c.13.676.207%201.434.207%202.274a8.3%208.3%200%200%201-.392%202.59l-8.06%205.758l-.338.082H6.834a1%201%200%200%201-.13-.109z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.995%2012.754c-.12%205.97-5.802%207.983-8.66%208.245H6.708v-.3l.044-.36c.665-4.297%206.298-5.044%2010.191-5.208c2.454-.109%203.615-1.369%204.057-2.377zM3%2011.172v6.653c1.156-2.465%204.788-3.943%206.724-4.559c1.94-.616%203.86-1.396%203.86-2.258c0-.861-2.644-1.188-2.644-2.05c0-.37.561-1.232%201.717-1.968c1.156-.742%202.514-1.93%202.514-2.71c0-1.086-2.448-1.304-3.67-1.276C5.454%203.004%203%208.838%203%2011.172%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2017.824v-6.653c0-1.254.709-3.511%202.296-5.338C8.6%204.524%2013.48%202.834%2013.48%203.783c0%201.09-1.57%202.126-3.643%203.49c-.507.338-1.047.687-1.598%201.068c-2.808%201.93-3.757%203.076-3.757%204.886c0%201.069.306%201.843.573%202.285c-.884.643-1.636%201.412-2.056%202.312%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.815%203.057c.327.213.584.453.584.687c0%20.573-.993%201.849-4.003%203.201c-3.004%201.353-6.38%203.48-6.396%205.606v-1.38c0-2.334%202.46-8.168%208.501-8.168c.36-.006.829.005%201.309.054z%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%22M17.821%208.102c0-1.45-.676-2.944-.927-3.512c.91.66%204.1%202.482%204.1%207.978c0%206.118-5.769%208.169-8.659%208.43H6.708v-1.281c0-3.763%204.226-5.082%207.252-6.407c3.021-1.32%203.866-3.387%203.866-5.208z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.709%2020.888v-1.173c0-.229.01-.452.043-.665c1.483-3.043%204.542-3.888%205.377-4.002c.872-.126%205.136-.992%207.127-2.029c1.074-.556%201.456-1.728%201.532-2.726c.13.676.207%201.434.207%202.274a8.3%208.3%200%200%201-.392%202.59l-8.06%205.758l-.338.082H6.834a1%201%200%200%201-.13-.109z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.995%2012.754c-.12%205.97-5.802%207.983-8.66%208.245H6.708v-.3l.044-.36c.665-4.297%206.298-5.044%2010.191-5.208c2.454-.109%203.615-1.369%204.057-2.377zM3%2011.172v6.653c1.156-2.465%204.788-3.943%206.724-4.559c1.94-.616%203.86-1.396%203.86-2.258c0-.861-2.644-1.188-2.644-2.05c0-.37.561-1.232%201.717-1.968c1.156-.742%202.514-1.93%202.514-2.71c0-1.086-2.448-1.304-3.67-1.276C5.454%203.004%203%208.838%203%2011.172%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2017.824v-6.653c0-1.254.709-3.511%202.296-5.338C8.6%204.524%2013.48%202.834%2013.48%203.783c0%201.09-1.57%202.126-3.643%203.49c-.507.338-1.047.687-1.598%201.068c-2.808%201.93-3.757%203.076-3.757%204.886c0%201.069.306%201.843.573%202.285c-.884.643-1.636%201.412-2.056%202.312%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.815%203.057c.327.213.584.453.584.687c0%20.573-.993%201.849-4.003%203.201c-3.004%201.353-6.38%203.48-6.396%205.606v-1.38c0-2.334%202.46-8.168%208.501-8.168c.36-.006.829.005%201.309.054z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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