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

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

The same logo in other sets

Use the anubis logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.723 10.798L21 11.993l-1.277 1.203s-.417-.355-.638-.508a2.45 2.45 0 0 0-1.421-.453c-.247 0-.494.008-.75-.008c-.816-.032-1.488.259-2.059.808c-.366.347-.715.719-1.115 1.025c-1.123.873-2.672.8-3.727-.161c-.383-.347-.74-.719-1.132-1.058c-.443-.396-.987-.59-1.592-.614q-.473-.012-.944 0c-.851.008-1.532.404-2.06.986C3.868 12.809 3 11.993 3 11.993l1.268-1.203s.051.056.085.08c.681.727 1.55.962 2.553.937c.885-.016 1.634-.266 2.239-.88c.28-.283.57-.549.86-.816a2.89 2.89 0 0 1 3.906-.04c.34.307.672.63 1.004.953c.434.42.953.695 1.574.743c.868.073 1.745.121 2.511-.404c.247-.161.723-.565.723-.565m-9.82 1.26c-.018-.024-.01.008.016.024c.34.323.681.654 1.038.969c.434.396 1.2.55 1.694.226c.545-.355 1.004-.832 1.472-1.22c-.391-.395-.714-.742-1.055-1.065c-.579-.541-1.455-.59-2.06-.073c-.4.331-.723.735-1.106 1.139"/><path fill="currentColor" d="M16.506 7.721c-1.949-1.785-4.247-2.092-6.74-1.332c-1.268.387-2.153 1.243-3.055 2.14c0 0-.758.718-1.14 1.082c.586.686 1.727.743 2.357.161l.86-.815c1.548-1.478 4.016-1.737 5.795-.55c.579.38 1.055.897 1.566 1.365c.63.582 1.77.525 2.357-.161c-.672-.638-1.327-1.276-2-1.89M12.71 12.01c-.62.67-.8.67-1.42.007c.56-.686.808-.686 1.42-.008m-7.157 2.415c.596-.703 1.745-.76 2.383-.17c.094.073.187.162.281.258c.451.477.97.937 1.549 1.277c1.464.84 3.94.815 5.455-.703c.324-.323.647-.654 1.004-.953a.6.6 0 0 1 .154-.097c.553-.282 1.506-.266 2.119.34c-.417.395-1.294 1.227-1.32 1.26c-.731.734-1.48 1.437-2.51 1.816c-2.528.929-5.08.775-7.208-1.227c-.324-.307-.98-.913-.98-.913c-.306-.299-.612-.59-.927-.888"/></svg>

React

import type { SVGProps } from "react";

export function TokenAnubis(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="M19.723 10.798L21 11.993l-1.277 1.203s-.417-.355-.638-.508a2.45 2.45 0 0 0-1.421-.453c-.247 0-.494.008-.75-.008c-.816-.032-1.488.259-2.059.808c-.366.347-.715.719-1.115 1.025c-1.123.873-2.672.8-3.727-.161c-.383-.347-.74-.719-1.132-1.058c-.443-.396-.987-.59-1.592-.614q-.473-.012-.944 0c-.851.008-1.532.404-2.06.986C3.868 12.809 3 11.993 3 11.993l1.268-1.203s.051.056.085.08c.681.727 1.55.962 2.553.937c.885-.016 1.634-.266 2.239-.88c.28-.283.57-.549.86-.816a2.89 2.89 0 0 1 3.906-.04c.34.307.672.63 1.004.953c.434.42.953.695 1.574.743c.868.073 1.745.121 2.511-.404c.247-.161.723-.565.723-.565m-9.82 1.26c-.018-.024-.01.008.016.024c.34.323.681.654 1.038.969c.434.396 1.2.55 1.694.226c.545-.355 1.004-.832 1.472-1.22c-.391-.395-.714-.742-1.055-1.065c-.579-.541-1.455-.59-2.06-.073c-.4.331-.723.735-1.106 1.139"/><path fill="currentColor" d="M16.506 7.721c-1.949-1.785-4.247-2.092-6.74-1.332c-1.268.387-2.153 1.243-3.055 2.14c0 0-.758.718-1.14 1.082c.586.686 1.727.743 2.357.161l.86-.815c1.548-1.478 4.016-1.737 5.795-.55c.579.38 1.055.897 1.566 1.365c.63.582 1.77.525 2.357-.161c-.672-.638-1.327-1.276-2-1.89M12.71 12.01c-.62.67-.8.67-1.42.007c.56-.686.808-.686 1.42-.008m-7.157 2.415c.596-.703 1.745-.76 2.383-.17c.094.073.187.162.281.258c.451.477.97.937 1.549 1.277c1.464.84 3.94.815 5.455-.703c.324-.323.647-.654 1.004-.953a.6.6 0 0 1 .154-.097c.553-.282 1.506-.266 2.119.34c-.417.395-1.294 1.227-1.32 1.26c-.731.734-1.48 1.437-2.51 1.816c-2.528.929-5.08.775-7.208-1.227c-.324-.307-.98-.913-.98-.913c-.306-.299-.612-.59-.927-.888"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.723 10.798L21 11.993l-1.277 1.203s-.417-.355-.638-.508a2.45 2.45 0 0 0-1.421-.453c-.247 0-.494.008-.75-.008c-.816-.032-1.488.259-2.059.808c-.366.347-.715.719-1.115 1.025c-1.123.873-2.672.8-3.727-.161c-.383-.347-.74-.719-1.132-1.058c-.443-.396-.987-.59-1.592-.614q-.473-.012-.944 0c-.851.008-1.532.404-2.06.986C3.868 12.809 3 11.993 3 11.993l1.268-1.203s.051.056.085.08c.681.727 1.55.962 2.553.937c.885-.016 1.634-.266 2.239-.88c.28-.283.57-.549.86-.816a2.89 2.89 0 0 1 3.906-.04c.34.307.672.63 1.004.953c.434.42.953.695 1.574.743c.868.073 1.745.121 2.511-.404c.247-.161.723-.565.723-.565m-9.82 1.26c-.018-.024-.01.008.016.024c.34.323.681.654 1.038.969c.434.396 1.2.55 1.694.226c.545-.355 1.004-.832 1.472-1.22c-.391-.395-.714-.742-1.055-1.065c-.579-.541-1.455-.59-2.06-.073c-.4.331-.723.735-1.106 1.139"/><path fill="currentColor" d="M16.506 7.721c-1.949-1.785-4.247-2.092-6.74-1.332c-1.268.387-2.153 1.243-3.055 2.14c0 0-.758.718-1.14 1.082c.586.686 1.727.743 2.357.161l.86-.815c1.548-1.478 4.016-1.737 5.795-.55c.579.38 1.055.897 1.566 1.365c.63.582 1.77.525 2.357-.161c-.672-.638-1.327-1.276-2-1.89M12.71 12.01c-.62.67-.8.67-1.42.007c.56-.686.808-.686 1.42-.008m-7.157 2.415c.596-.703 1.745-.76 2.383-.17c.094.073.187.162.281.258c.451.477.97.937 1.549 1.277c1.464.84 3.94.815 5.455-.703c.324-.323.647-.654 1.004-.953a.6.6 0 0 1 .154-.097c.553-.282 1.506-.266 2.119.34c-.417.395-1.294 1.227-1.32 1.26c-.731.734-1.48 1.437-2.51 1.816c-2.528.929-5.08.775-7.208-1.227c-.324-.307-.98-.913-.98-.913c-.306-.299-.612-.59-.927-.888"/></svg>
</template>

CSS

.icon-anubis {
  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%22M19.723%2010.798L21%2011.993l-1.277%201.203s-.417-.355-.638-.508a2.45%202.45%200%200%200-1.421-.453c-.247%200-.494.008-.75-.008c-.816-.032-1.488.259-2.059.808c-.366.347-.715.719-1.115%201.025c-1.123.873-2.672.8-3.727-.161c-.383-.347-.74-.719-1.132-1.058c-.443-.396-.987-.59-1.592-.614q-.473-.012-.944%200c-.851.008-1.532.404-2.06.986C3.868%2012.809%203%2011.993%203%2011.993l1.268-1.203s.051.056.085.08c.681.727%201.55.962%202.553.937c.885-.016%201.634-.266%202.239-.88c.28-.283.57-.549.86-.816a2.89%202.89%200%200%201%203.906-.04c.34.307.672.63%201.004.953c.434.42.953.695%201.574.743c.868.073%201.745.121%202.511-.404c.247-.161.723-.565.723-.565m-9.82%201.26c-.018-.024-.01.008.016.024c.34.323.681.654%201.038.969c.434.396%201.2.55%201.694.226c.545-.355%201.004-.832%201.472-1.22c-.391-.395-.714-.742-1.055-1.065c-.579-.541-1.455-.59-2.06-.073c-.4.331-.723.735-1.106%201.139%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.506%207.721c-1.949-1.785-4.247-2.092-6.74-1.332c-1.268.387-2.153%201.243-3.055%202.14c0%200-.758.718-1.14%201.082c.586.686%201.727.743%202.357.161l.86-.815c1.548-1.478%204.016-1.737%205.795-.55c.579.38%201.055.897%201.566%201.365c.63.582%201.77.525%202.357-.161c-.672-.638-1.327-1.276-2-1.89M12.71%2012.01c-.62.67-.8.67-1.42.007c.56-.686.808-.686%201.42-.008m-7.157%202.415c.596-.703%201.745-.76%202.383-.17c.094.073.187.162.281.258c.451.477.97.937%201.549%201.277c1.464.84%203.94.815%205.455-.703c.324-.323.647-.654%201.004-.953a.6.6%200%200%201%20.154-.097c.553-.282%201.506-.266%202.119.34c-.417.395-1.294%201.227-1.32%201.26c-.731.734-1.48%201.437-2.51%201.816c-2.528.929-5.08.775-7.208-1.227c-.324-.307-.98-.913-.98-.913c-.306-.299-.612-.59-.927-.888%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%22M19.723%2010.798L21%2011.993l-1.277%201.203s-.417-.355-.638-.508a2.45%202.45%200%200%200-1.421-.453c-.247%200-.494.008-.75-.008c-.816-.032-1.488.259-2.059.808c-.366.347-.715.719-1.115%201.025c-1.123.873-2.672.8-3.727-.161c-.383-.347-.74-.719-1.132-1.058c-.443-.396-.987-.59-1.592-.614q-.473-.012-.944%200c-.851.008-1.532.404-2.06.986C3.868%2012.809%203%2011.993%203%2011.993l1.268-1.203s.051.056.085.08c.681.727%201.55.962%202.553.937c.885-.016%201.634-.266%202.239-.88c.28-.283.57-.549.86-.816a2.89%202.89%200%200%201%203.906-.04c.34.307.672.63%201.004.953c.434.42.953.695%201.574.743c.868.073%201.745.121%202.511-.404c.247-.161.723-.565.723-.565m-9.82%201.26c-.018-.024-.01.008.016.024c.34.323.681.654%201.038.969c.434.396%201.2.55%201.694.226c.545-.355%201.004-.832%201.472-1.22c-.391-.395-.714-.742-1.055-1.065c-.579-.541-1.455-.59-2.06-.073c-.4.331-.723.735-1.106%201.139%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.506%207.721c-1.949-1.785-4.247-2.092-6.74-1.332c-1.268.387-2.153%201.243-3.055%202.14c0%200-.758.718-1.14%201.082c.586.686%201.727.743%202.357.161l.86-.815c1.548-1.478%204.016-1.737%205.795-.55c.579.38%201.055.897%201.566%201.365c.63.582%201.77.525%202.357-.161c-.672-.638-1.327-1.276-2-1.89M12.71%2012.01c-.62.67-.8.67-1.42.007c.56-.686.808-.686%201.42-.008m-7.157%202.415c.596-.703%201.745-.76%202.383-.17c.094.073.187.162.281.258c.451.477.97.937%201.549%201.277c1.464.84%203.94.815%205.455-.703c.324-.323.647-.654%201.004-.953a.6.6%200%200%201%20.154-.097c.553-.282%201.506-.266%202.119.34c-.417.395-1.294%201.227-1.32%201.26c-.731.734-1.48%201.437-2.51%201.816c-2.528.929-5.08.775-7.208-1.227c-.324-.307-.98-.913-.98-.913c-.306-.299-.612-.59-.927-.888%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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