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

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

The same logo in other sets

Use the ghost 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="M17.263 8.283q0 .11-.005.22h.005c.73-.587 2.193-.733 2.193.22c0 .88-1.111 1.981-1.989 3.082v3.124c.015.746-.335 1.969-.497 1.988c0 0 0-.745-.497-.745s-1.242 2.485-1.242 2.485s-.249-.497-.497-.497c-.598 0-.994 1.242-.994 1.242s-.313-.343-.746 0c-.266.212-.617 1.598-.848 1.598c-.207 0-.146-2.343-1.14-2.343c-.746 0-.746.994-.746.994c-.497 0-.994-2.237-1.49-2.237c-.498 0-.498.497-.498.497c-.248 0-.248-1.74-.746-1.74c-.248 0-.248.498-.497.498c-.248 0-.512-1.243-.497-1.74v-3.124c-.877-1.1-1.988-2.201-1.988-3.082c0-.953 1.462-.807 2.193-.22h.005a5 5 0 0 1-.005-.22C6.737 5.365 9.094 3 12 3c2.907 0 5.263 2.365 5.263 5.283m-7.857 0a.441.441 0 0 1 .31-.751a.44.44 0 0 1 .31.128l.31.311a.442.442 0 0 1-.31.752a.44.44 0 0 1-.31-.129zm5.135-.623a.44.44 0 0 1 0 .623l-.31.311a.44.44 0 0 1-.62 0a.44.44 0 0 1 0-.623l.309-.31a.44.44 0 0 1 .62 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenGhost(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="M17.263 8.283q0 .11-.005.22h.005c.73-.587 2.193-.733 2.193.22c0 .88-1.111 1.981-1.989 3.082v3.124c.015.746-.335 1.969-.497 1.988c0 0 0-.745-.497-.745s-1.242 2.485-1.242 2.485s-.249-.497-.497-.497c-.598 0-.994 1.242-.994 1.242s-.313-.343-.746 0c-.266.212-.617 1.598-.848 1.598c-.207 0-.146-2.343-1.14-2.343c-.746 0-.746.994-.746.994c-.497 0-.994-2.237-1.49-2.237c-.498 0-.498.497-.498.497c-.248 0-.248-1.74-.746-1.74c-.248 0-.248.498-.497.498c-.248 0-.512-1.243-.497-1.74v-3.124c-.877-1.1-1.988-2.201-1.988-3.082c0-.953 1.462-.807 2.193-.22h.005a5 5 0 0 1-.005-.22C6.737 5.365 9.094 3 12 3c2.907 0 5.263 2.365 5.263 5.283m-7.857 0a.441.441 0 0 1 .31-.751a.44.44 0 0 1 .31.128l.31.311a.442.442 0 0 1-.31.752a.44.44 0 0 1-.31-.129zm5.135-.623a.44.44 0 0 1 0 .623l-.31.311a.44.44 0 0 1-.62 0a.44.44 0 0 1 0-.623l.309-.31a.44.44 0 0 1 .62 0" clipRule="evenodd"/></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="M17.263 8.283q0 .11-.005.22h.005c.73-.587 2.193-.733 2.193.22c0 .88-1.111 1.981-1.989 3.082v3.124c.015.746-.335 1.969-.497 1.988c0 0 0-.745-.497-.745s-1.242 2.485-1.242 2.485s-.249-.497-.497-.497c-.598 0-.994 1.242-.994 1.242s-.313-.343-.746 0c-.266.212-.617 1.598-.848 1.598c-.207 0-.146-2.343-1.14-2.343c-.746 0-.746.994-.746.994c-.497 0-.994-2.237-1.49-2.237c-.498 0-.498.497-.498.497c-.248 0-.248-1.74-.746-1.74c-.248 0-.248.498-.497.498c-.248 0-.512-1.243-.497-1.74v-3.124c-.877-1.1-1.988-2.201-1.988-3.082c0-.953 1.462-.807 2.193-.22h.005a5 5 0 0 1-.005-.22C6.737 5.365 9.094 3 12 3c2.907 0 5.263 2.365 5.263 5.283m-7.857 0a.441.441 0 0 1 .31-.751a.44.44 0 0 1 .31.128l.31.311a.442.442 0 0 1-.31.752a.44.44 0 0 1-.31-.129zm5.135-.623a.44.44 0 0 1 0 .623l-.31.311a.44.44 0 0 1-.62 0a.44.44 0 0 1 0-.623l.309-.31a.44.44 0 0 1 .62 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ghost {
  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%22M17.263%208.283q0%20.11-.005.22h.005c.73-.587%202.193-.733%202.193.22c0%20.88-1.111%201.981-1.989%203.082v3.124c.015.746-.335%201.969-.497%201.988c0%200%200-.745-.497-.745s-1.242%202.485-1.242%202.485s-.249-.497-.497-.497c-.598%200-.994%201.242-.994%201.242s-.313-.343-.746%200c-.266.212-.617%201.598-.848%201.598c-.207%200-.146-2.343-1.14-2.343c-.746%200-.746.994-.746.994c-.497%200-.994-2.237-1.49-2.237c-.498%200-.498.497-.498.497c-.248%200-.248-1.74-.746-1.74c-.248%200-.248.498-.497.498c-.248%200-.512-1.243-.497-1.74v-3.124c-.877-1.1-1.988-2.201-1.988-3.082c0-.953%201.462-.807%202.193-.22h.005a5%205%200%200%201-.005-.22C6.737%205.365%209.094%203%2012%203c2.907%200%205.263%202.365%205.263%205.283m-7.857%200a.441.441%200%200%201%20.31-.751a.44.44%200%200%201%20.31.128l.31.311a.442.442%200%200%201-.31.752a.44.44%200%200%201-.31-.129zm5.135-.623a.44.44%200%200%201%200%20.623l-.31.311a.44.44%200%200%201-.62%200a.44.44%200%200%201%200-.623l.309-.31a.44.44%200%200%201%20.62%200%22%20clip-rule%3D%22evenodd%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%22M17.263%208.283q0%20.11-.005.22h.005c.73-.587%202.193-.733%202.193.22c0%20.88-1.111%201.981-1.989%203.082v3.124c.015.746-.335%201.969-.497%201.988c0%200%200-.745-.497-.745s-1.242%202.485-1.242%202.485s-.249-.497-.497-.497c-.598%200-.994%201.242-.994%201.242s-.313-.343-.746%200c-.266.212-.617%201.598-.848%201.598c-.207%200-.146-2.343-1.14-2.343c-.746%200-.746.994-.746.994c-.497%200-.994-2.237-1.49-2.237c-.498%200-.498.497-.498.497c-.248%200-.248-1.74-.746-1.74c-.248%200-.248.498-.497.498c-.248%200-.512-1.243-.497-1.74v-3.124c-.877-1.1-1.988-2.201-1.988-3.082c0-.953%201.462-.807%202.193-.22h.005a5%205%200%200%201-.005-.22C6.737%205.365%209.094%203%2012%203c2.907%200%205.263%202.365%205.263%205.283m-7.857%200a.441.441%200%200%201%20.31-.751a.44.44%200%200%201%20.31.128l.31.311a.442.442%200%200%201-.31.752a.44.44%200%200%201-.31-.129zm5.135-.623a.44.44%200%200%201%200%20.623l-.31.311a.44.44%200%200%201-.62%200a.44.44%200%200%201%200-.623l.309-.31a.44.44%200%200%201%20.62%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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