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

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

The same logo in other sets

Use the swash logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.062 5.23a.558.558 0 1 0 0 1.115a.558.558 0 0 0 0-1.115m-2.788.558a2.788 2.788 0 1 1 5.576 0a2.788 2.788 0 0 1-5.576 0M12 11.442a.558.558 0 1 0 0 1.116a.558.558 0 0 0 0-1.116m-1.971-1.413a2.788 2.788 0 1 1 3.943 3.943a2.788 2.788 0 0 1-3.943-3.943m-2.091 7.626a.557.557 0 1 0 0 1.115a.557.557 0 0 0 0-1.115m-1.971-1.414a2.788 2.788 0 1 1 3.942 3.943a2.788 2.788 0 0 1-3.942-3.943" clip-rule="evenodd"/><path fill="currentColor" d="M5.787 8.894A3.584 3.584 0 0 1 9.371 5.31h5.018v.956H9.37a2.628 2.628 0 1 0 0 5.257h.956v.955H9.37a3.584 3.584 0 0 1-3.584-3.584m12.425 6.213a3.584 3.584 0 0 1-3.584 3.584H9.61v-.956h5.018a2.629 2.629 0 0 0 0-5.257h-.956v-.955h.956a3.584 3.584 0 0 1 3.584 3.584"/></svg>

React

import type { SVGProps } from "react";

export function TokenSwash(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" fillRule="evenodd" d="M16.062 5.23a.558.558 0 1 0 0 1.115a.558.558 0 0 0 0-1.115m-2.788.558a2.788 2.788 0 1 1 5.576 0a2.788 2.788 0 0 1-5.576 0M12 11.442a.558.558 0 1 0 0 1.116a.558.558 0 0 0 0-1.116m-1.971-1.413a2.788 2.788 0 1 1 3.943 3.943a2.788 2.788 0 0 1-3.943-3.943m-2.091 7.626a.557.557 0 1 0 0 1.115a.557.557 0 0 0 0-1.115m-1.971-1.414a2.788 2.788 0 1 1 3.942 3.943a2.788 2.788 0 0 1-3.942-3.943" clipRule="evenodd"/><path fill="currentColor" d="M5.787 8.894A3.584 3.584 0 0 1 9.371 5.31h5.018v.956H9.37a2.628 2.628 0 1 0 0 5.257h.956v.955H9.37a3.584 3.584 0 0 1-3.584-3.584m12.425 6.213a3.584 3.584 0 0 1-3.584 3.584H9.61v-.956h5.018a2.629 2.629 0 0 0 0-5.257h-.956v-.955h.956a3.584 3.584 0 0 1 3.584 3.584"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.062 5.23a.558.558 0 1 0 0 1.115a.558.558 0 0 0 0-1.115m-2.788.558a2.788 2.788 0 1 1 5.576 0a2.788 2.788 0 0 1-5.576 0M12 11.442a.558.558 0 1 0 0 1.116a.558.558 0 0 0 0-1.116m-1.971-1.413a2.788 2.788 0 1 1 3.943 3.943a2.788 2.788 0 0 1-3.943-3.943m-2.091 7.626a.557.557 0 1 0 0 1.115a.557.557 0 0 0 0-1.115m-1.971-1.414a2.788 2.788 0 1 1 3.942 3.943a2.788 2.788 0 0 1-3.942-3.943" clip-rule="evenodd"/><path fill="currentColor" d="M5.787 8.894A3.584 3.584 0 0 1 9.371 5.31h5.018v.956H9.37a2.628 2.628 0 1 0 0 5.257h.956v.955H9.37a3.584 3.584 0 0 1-3.584-3.584m12.425 6.213a3.584 3.584 0 0 1-3.584 3.584H9.61v-.956h5.018a2.629 2.629 0 0 0 0-5.257h-.956v-.955h.956a3.584 3.584 0 0 1 3.584 3.584"/></svg>
</template>

CSS

.icon-swash {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.062%205.23a.558.558%200%201%200%200%201.115a.558.558%200%200%200%200-1.115m-2.788.558a2.788%202.788%200%201%201%205.576%200a2.788%202.788%200%200%201-5.576%200M12%2011.442a.558.558%200%201%200%200%201.116a.558.558%200%200%200%200-1.116m-1.971-1.413a2.788%202.788%200%201%201%203.943%203.943a2.788%202.788%200%200%201-3.943-3.943m-2.091%207.626a.557.557%200%201%200%200%201.115a.557.557%200%200%200%200-1.115m-1.971-1.414a2.788%202.788%200%201%201%203.942%203.943a2.788%202.788%200%200%201-3.942-3.943%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.787%208.894A3.584%203.584%200%200%201%209.371%205.31h5.018v.956H9.37a2.628%202.628%200%201%200%200%205.257h.956v.955H9.37a3.584%203.584%200%200%201-3.584-3.584m12.425%206.213a3.584%203.584%200%200%201-3.584%203.584H9.61v-.956h5.018a2.629%202.629%200%200%200%200-5.257h-.956v-.955h.956a3.584%203.584%200%200%201%203.584%203.584%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.062%205.23a.558.558%200%201%200%200%201.115a.558.558%200%200%200%200-1.115m-2.788.558a2.788%202.788%200%201%201%205.576%200a2.788%202.788%200%200%201-5.576%200M12%2011.442a.558.558%200%201%200%200%201.116a.558.558%200%200%200%200-1.116m-1.971-1.413a2.788%202.788%200%201%201%203.943%203.943a2.788%202.788%200%200%201-3.943-3.943m-2.091%207.626a.557.557%200%201%200%200%201.115a.557.557%200%200%200%200-1.115m-1.971-1.414a2.788%202.788%200%201%201%203.942%203.943a2.788%202.788%200%200%201-3.942-3.943%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.787%208.894A3.584%203.584%200%200%201%209.371%205.31h5.018v.956H9.37a2.628%202.628%200%201%200%200%205.257h.956v.955H9.37a3.584%203.584%200%200%201-3.584-3.584m12.425%206.213a3.584%203.584%200%200%201-3.584%203.584H9.61v-.956h5.018a2.629%202.629%200%200%200%200-5.257h-.956v-.955h.956a3.584%203.584%200%200%201%203.584%203.584%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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