equal logo
equal from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- equal
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the equal 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="M12 19.941a7.942 7.942 0 1 0 0-15.883a7.942 7.942 0 0 0 0 15.883M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M12.794 6.972c-1.694 0-5.12.884-6.618 1.323l2.647-2.911v.794c.265-.175 1.377-.53 3.706-.53c2.33 0 4.5 1.763 5.294 2.647h-.53c-.793-.439-2.805-1.323-4.5-1.323m-1.587 10.057c1.694 0 5.12-.884 6.617-1.324l-2.647 2.912v-.794c-.264.175-1.376.53-3.706.53s-4.5-1.764-5.294-2.648h.53c.794.44 2.806 1.324 4.5 1.324"/><path fill="currentColor" d="M15.177 8.295H9.883a1.06 1.06 0 0 0-1.06 1.058v4.765c0 1.27 1.06 1.588 1.589 1.588h4.765c0-1.27-1.06-1.588-1.588-1.588h-1.06c-.529 0-1.588 0-1.588-2.118c0-1.694 1.06-2.117 1.588-2.117h.795c1.482 0 1.853-1.059 1.853-1.588"/><path fill="currentColor" d="M9.883 14.117c-.636 0-.97-.704-1.06-1.059v1.06c0 1.27 1.06 1.587 1.589 1.587h4.765c0-1.27-1.06-1.588-1.588-1.588zm0-4.234c-.636 0-.795.354-.795.53c0 .846.885 1.058 1.324 1.058h3.176c1.271 0 1.589 1.059 1.589 1.588H9.883c-.636 0-.97-.704-1.06-1.059V9.353c0-.847.705-1.058 1.06-1.058h5.294c0 1.27-1.06 1.588-1.588 1.588z"/></svg>
React
import type { SVGProps } from "react";
export function TokenEqual(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="M12 19.941a7.942 7.942 0 1 0 0-15.883a7.942 7.942 0 0 0 0 15.883M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clipRule="evenodd"/><path fill="currentColor" d="M12.794 6.972c-1.694 0-5.12.884-6.618 1.323l2.647-2.911v.794c.265-.175 1.377-.53 3.706-.53c2.33 0 4.5 1.763 5.294 2.647h-.53c-.793-.439-2.805-1.323-4.5-1.323m-1.587 10.057c1.694 0 5.12-.884 6.617-1.324l-2.647 2.912v-.794c-.264.175-1.376.53-3.706.53s-4.5-1.764-5.294-2.648h.53c.794.44 2.806 1.324 4.5 1.324"/><path fill="currentColor" d="M15.177 8.295H9.883a1.06 1.06 0 0 0-1.06 1.058v4.765c0 1.27 1.06 1.588 1.589 1.588h4.765c0-1.27-1.06-1.588-1.588-1.588h-1.06c-.529 0-1.588 0-1.588-2.118c0-1.694 1.06-2.117 1.588-2.117h.795c1.482 0 1.853-1.059 1.853-1.588"/><path fill="currentColor" d="M9.883 14.117c-.636 0-.97-.704-1.06-1.059v1.06c0 1.27 1.06 1.587 1.589 1.587h4.765c0-1.27-1.06-1.588-1.588-1.588zm0-4.234c-.636 0-.795.354-.795.53c0 .846.885 1.058 1.324 1.058h3.176c1.271 0 1.589 1.059 1.589 1.588H9.883c-.636 0-.97-.704-1.06-1.059V9.353c0-.847.705-1.058 1.06-1.058h5.294c0 1.27-1.06 1.588-1.588 1.588z"/></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="M12 19.941a7.942 7.942 0 1 0 0-15.883a7.942 7.942 0 0 0 0 15.883M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M12.794 6.972c-1.694 0-5.12.884-6.618 1.323l2.647-2.911v.794c.265-.175 1.377-.53 3.706-.53c2.33 0 4.5 1.763 5.294 2.647h-.53c-.793-.439-2.805-1.323-4.5-1.323m-1.587 10.057c1.694 0 5.12-.884 6.617-1.324l-2.647 2.912v-.794c-.264.175-1.376.53-3.706.53s-4.5-1.764-5.294-2.648h.53c.794.44 2.806 1.324 4.5 1.324"/><path fill="currentColor" d="M15.177 8.295H9.883a1.06 1.06 0 0 0-1.06 1.058v4.765c0 1.27 1.06 1.588 1.589 1.588h4.765c0-1.27-1.06-1.588-1.588-1.588h-1.06c-.529 0-1.588 0-1.588-2.118c0-1.694 1.06-2.117 1.588-2.117h.795c1.482 0 1.853-1.059 1.853-1.588"/><path fill="currentColor" d="M9.883 14.117c-.636 0-.97-.704-1.06-1.059v1.06c0 1.27 1.06 1.587 1.589 1.587h4.765c0-1.27-1.06-1.588-1.588-1.588zm0-4.234c-.636 0-.795.354-.795.53c0 .846.885 1.058 1.324 1.058h3.176c1.271 0 1.589 1.059 1.589 1.588H9.883c-.636 0-.97-.704-1.06-1.059V9.353c0-.847.705-1.058 1.06-1.058h5.294c0 1.27-1.06 1.588-1.588 1.588z"/></svg> </template>
CSS
.icon-equal {
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%22M12%2019.941a7.942%207.942%200%201%200%200-15.883a7.942%207.942%200%200%200%200%2015.883M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.794%206.972c-1.694%200-5.12.884-6.618%201.323l2.647-2.911v.794c.265-.175%201.377-.53%203.706-.53c2.33%200%204.5%201.763%205.294%202.647h-.53c-.793-.439-2.805-1.323-4.5-1.323m-1.587%2010.057c1.694%200%205.12-.884%206.617-1.324l-2.647%202.912v-.794c-.264.175-1.376.53-3.706.53s-4.5-1.764-5.294-2.648h.53c.794.44%202.806%201.324%204.5%201.324%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.177%208.295H9.883a1.06%201.06%200%200%200-1.06%201.058v4.765c0%201.27%201.06%201.588%201.589%201.588h4.765c0-1.27-1.06-1.588-1.588-1.588h-1.06c-.529%200-1.588%200-1.588-2.118c0-1.694%201.06-2.117%201.588-2.117h.795c1.482%200%201.853-1.059%201.853-1.588%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.883%2014.117c-.636%200-.97-.704-1.06-1.059v1.06c0%201.27%201.06%201.587%201.589%201.587h4.765c0-1.27-1.06-1.588-1.588-1.588zm0-4.234c-.636%200-.795.354-.795.53c0%20.846.885%201.058%201.324%201.058h3.176c1.271%200%201.589%201.059%201.589%201.588H9.883c-.636%200-.97-.704-1.06-1.059V9.353c0-.847.705-1.058%201.06-1.058h5.294c0%201.27-1.06%201.588-1.588%201.588z%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%22M12%2019.941a7.942%207.942%200%201%200%200-15.883a7.942%207.942%200%200%200%200%2015.883M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.794%206.972c-1.694%200-5.12.884-6.618%201.323l2.647-2.911v.794c.265-.175%201.377-.53%203.706-.53c2.33%200%204.5%201.763%205.294%202.647h-.53c-.793-.439-2.805-1.323-4.5-1.323m-1.587%2010.057c1.694%200%205.12-.884%206.617-1.324l-2.647%202.912v-.794c-.264.175-1.376.53-3.706.53s-4.5-1.764-5.294-2.648h.53c.794.44%202.806%201.324%204.5%201.324%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.177%208.295H9.883a1.06%201.06%200%200%200-1.06%201.058v4.765c0%201.27%201.06%201.588%201.589%201.588h4.765c0-1.27-1.06-1.588-1.588-1.588h-1.06c-.529%200-1.588%200-1.588-2.118c0-1.694%201.06-2.117%201.588-2.117h.795c1.482%200%201.853-1.059%201.853-1.588%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.883%2014.117c-.636%200-.97-.704-1.06-1.059v1.06c0%201.27%201.06%201.587%201.589%201.587h4.765c0-1.27-1.06-1.588-1.588-1.588zm0-4.234c-.636%200-.795.354-.795.53c0%20.846.885%201.058%201.324%201.058h3.176c1.271%200%201.589%201.059%201.589%201.588H9.883c-.636%200-.97-.704-1.06-1.059V9.353c0-.847.705-1.058%201.06-1.058h5.294c0%201.27-1.06%201.588-1.588%201.588z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/equal.svg?color=%231a73e8&size=48