spirit logo
spirit from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- spirit
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the spirit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.794 6.99h-.02a1.585 1.585 0 0 0-1.575 1.596a1.585 1.585 0 0 0 1.595 1.595zm5.318 0h-.021a1.585 1.585 0 0 0-1.575 1.596a1.587 1.587 0 0 0 1.596 1.595z"/><path fill="currentColor" fill-rule="evenodd" d="M10.878 3.001c-2.362-.053-7.074 1.463-7.074 7.979v.005C3.804 19.133 9.66 21 11.484 21c.394-.021 1.26-.25 1.606-.968c.431-.904 1.128-1.223 1.957-1.223s1.5-.33 1.5-1.484a2.055 2.055 0 0 1 2.09-2.112c1.25 0 1.56-.691 1.56-1.367c-.91-.117-2.724-.994-2.724-3.611C17.473 6.389 15.526 3 10.878 3m-3.085 7.712a2.127 2.127 0 1 0 0-4.254a2.127 2.127 0 0 0 0 4.254m5.318 0a2.127 2.127 0 1 0 0-4.255a2.127 2.127 0 0 0 0 4.255" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenSpirit(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="M7.794 6.99h-.02a1.585 1.585 0 0 0-1.575 1.596a1.585 1.585 0 0 0 1.595 1.595zm5.318 0h-.021a1.585 1.585 0 0 0-1.575 1.596a1.587 1.587 0 0 0 1.596 1.595z"/><path fill="currentColor" fillRule="evenodd" d="M10.878 3.001c-2.362-.053-7.074 1.463-7.074 7.979v.005C3.804 19.133 9.66 21 11.484 21c.394-.021 1.26-.25 1.606-.968c.431-.904 1.128-1.223 1.957-1.223s1.5-.33 1.5-1.484a2.055 2.055 0 0 1 2.09-2.112c1.25 0 1.56-.691 1.56-1.367c-.91-.117-2.724-.994-2.724-3.611C17.473 6.389 15.526 3 10.878 3m-3.085 7.712a2.127 2.127 0 1 0 0-4.254a2.127 2.127 0 0 0 0 4.254m5.318 0a2.127 2.127 0 1 0 0-4.255a2.127 2.127 0 0 0 0 4.255" 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" d="M7.794 6.99h-.02a1.585 1.585 0 0 0-1.575 1.596a1.585 1.585 0 0 0 1.595 1.595zm5.318 0h-.021a1.585 1.585 0 0 0-1.575 1.596a1.587 1.587 0 0 0 1.596 1.595z"/><path fill="currentColor" fill-rule="evenodd" d="M10.878 3.001c-2.362-.053-7.074 1.463-7.074 7.979v.005C3.804 19.133 9.66 21 11.484 21c.394-.021 1.26-.25 1.606-.968c.431-.904 1.128-1.223 1.957-1.223s1.5-.33 1.5-1.484a2.055 2.055 0 0 1 2.09-2.112c1.25 0 1.56-.691 1.56-1.367c-.91-.117-2.724-.994-2.724-3.611C17.473 6.389 15.526 3 10.878 3m-3.085 7.712a2.127 2.127 0 1 0 0-4.254a2.127 2.127 0 0 0 0 4.254m5.318 0a2.127 2.127 0 1 0 0-4.255a2.127 2.127 0 0 0 0 4.255" clip-rule="evenodd"/></svg> </template>
CSS
.icon-spirit {
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%22M7.794%206.99h-.02a1.585%201.585%200%200%200-1.575%201.596a1.585%201.585%200%200%200%201.595%201.595zm5.318%200h-.021a1.585%201.585%200%200%200-1.575%201.596a1.587%201.587%200%200%200%201.596%201.595z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.878%203.001c-2.362-.053-7.074%201.463-7.074%207.979v.005C3.804%2019.133%209.66%2021%2011.484%2021c.394-.021%201.26-.25%201.606-.968c.431-.904%201.128-1.223%201.957-1.223s1.5-.33%201.5-1.484a2.055%202.055%200%200%201%202.09-2.112c1.25%200%201.56-.691%201.56-1.367c-.91-.117-2.724-.994-2.724-3.611C17.473%206.389%2015.526%203%2010.878%203m-3.085%207.712a2.127%202.127%200%201%200%200-4.254a2.127%202.127%200%200%200%200%204.254m5.318%200a2.127%202.127%200%201%200%200-4.255a2.127%202.127%200%200%200%200%204.255%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%20d%3D%22M7.794%206.99h-.02a1.585%201.585%200%200%200-1.575%201.596a1.585%201.585%200%200%200%201.595%201.595zm5.318%200h-.021a1.585%201.585%200%200%200-1.575%201.596a1.587%201.587%200%200%200%201.596%201.595z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.878%203.001c-2.362-.053-7.074%201.463-7.074%207.979v.005C3.804%2019.133%209.66%2021%2011.484%2021c.394-.021%201.26-.25%201.606-.968c.431-.904%201.128-1.223%201.957-1.223s1.5-.33%201.5-1.484a2.055%202.055%200%200%201%202.09-2.112c1.25%200%201.56-.691%201.56-1.367c-.91-.117-2.724-.994-2.724-3.611C17.473%206.389%2015.526%203%2010.878%203m-3.085%207.712a2.127%202.127%200%201%200%200-4.254a2.127%202.127%200%200%200%200%204.254m5.318%200a2.127%202.127%200%201%200%200-4.255a2.127%202.127%200%200%200%200%204.255%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/spirit.svg?color=%231a73e8&size=48