fuse logo
fuse from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- fuse
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the fuse logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.996 4.688l2.88-1.653a.27.27 0 0 1 .265 0l7.593 4.359c.079.045.14.135.14.225v2.998c0 .095-.05.185-.134.225l-2.869 1.653c-.18.107-.371-.022-.371-.225V9.582c0-.096-.096-.18-.175-.225L8.996 5.149a.264.264 0 0 1 0-.46M7.135 18.261L4.26 16.607a.27.27 0 0 1-.135-.225V7.664c0-.09.051-.18.135-.225L6.865 5.93a.26.26 0 0 1 .264 0l2.874 1.648c.18.107.18.36 0 .462L7.67 9.39c-.084.05-.169.134-.169.224v8.42c0 .203-.185.327-.365.226m12.74-1.885a.26.26 0 0 1-.135.231l-7.554 4.36a.26.26 0 0 1-.259 0l-2.604-1.491a.26.26 0 0 1-.135-.226v-3.312c0-.203.225-.332.393-.225l2.34 1.333c.079.045.18.045.265 0l7.29-4.208a.262.262 0 0 1 .393.225h.006z"/></svg>
React
import type { SVGProps } from "react";
export function TokenFuse(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="m8.996 4.688l2.88-1.653a.27.27 0 0 1 .265 0l7.593 4.359c.079.045.14.135.14.225v2.998c0 .095-.05.185-.134.225l-2.869 1.653c-.18.107-.371-.022-.371-.225V9.582c0-.096-.096-.18-.175-.225L8.996 5.149a.264.264 0 0 1 0-.46M7.135 18.261L4.26 16.607a.27.27 0 0 1-.135-.225V7.664c0-.09.051-.18.135-.225L6.865 5.93a.26.26 0 0 1 .264 0l2.874 1.648c.18.107.18.36 0 .462L7.67 9.39c-.084.05-.169.134-.169.224v8.42c0 .203-.185.327-.365.226m12.74-1.885a.26.26 0 0 1-.135.231l-7.554 4.36a.26.26 0 0 1-.259 0l-2.604-1.491a.26.26 0 0 1-.135-.226v-3.312c0-.203.225-.332.393-.225l2.34 1.333c.079.045.18.045.265 0l7.29-4.208a.262.262 0 0 1 .393.225h.006z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.996 4.688l2.88-1.653a.27.27 0 0 1 .265 0l7.593 4.359c.079.045.14.135.14.225v2.998c0 .095-.05.185-.134.225l-2.869 1.653c-.18.107-.371-.022-.371-.225V9.582c0-.096-.096-.18-.175-.225L8.996 5.149a.264.264 0 0 1 0-.46M7.135 18.261L4.26 16.607a.27.27 0 0 1-.135-.225V7.664c0-.09.051-.18.135-.225L6.865 5.93a.26.26 0 0 1 .264 0l2.874 1.648c.18.107.18.36 0 .462L7.67 9.39c-.084.05-.169.134-.169.224v8.42c0 .203-.185.327-.365.226m12.74-1.885a.26.26 0 0 1-.135.231l-7.554 4.36a.26.26 0 0 1-.259 0l-2.604-1.491a.26.26 0 0 1-.135-.226v-3.312c0-.203.225-.332.393-.225l2.34 1.333c.079.045.18.045.265 0l7.29-4.208a.262.262 0 0 1 .393.225h.006z"/></svg> </template>
CSS
.icon-fuse {
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%22m8.996%204.688l2.88-1.653a.27.27%200%200%201%20.265%200l7.593%204.359c.079.045.14.135.14.225v2.998c0%20.095-.05.185-.134.225l-2.869%201.653c-.18.107-.371-.022-.371-.225V9.582c0-.096-.096-.18-.175-.225L8.996%205.149a.264.264%200%200%201%200-.46M7.135%2018.261L4.26%2016.607a.27.27%200%200%201-.135-.225V7.664c0-.09.051-.18.135-.225L6.865%205.93a.26.26%200%200%201%20.264%200l2.874%201.648c.18.107.18.36%200%20.462L7.67%209.39c-.084.05-.169.134-.169.224v8.42c0%20.203-.185.327-.365.226m12.74-1.885a.26.26%200%200%201-.135.231l-7.554%204.36a.26.26%200%200%201-.259%200l-2.604-1.491a.26.26%200%200%201-.135-.226v-3.312c0-.203.225-.332.393-.225l2.34%201.333c.079.045.18.045.265%200l7.29-4.208a.262.262%200%200%201%20.393.225h.006z%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%22m8.996%204.688l2.88-1.653a.27.27%200%200%201%20.265%200l7.593%204.359c.079.045.14.135.14.225v2.998c0%20.095-.05.185-.134.225l-2.869%201.653c-.18.107-.371-.022-.371-.225V9.582c0-.096-.096-.18-.175-.225L8.996%205.149a.264.264%200%200%201%200-.46M7.135%2018.261L4.26%2016.607a.27.27%200%200%201-.135-.225V7.664c0-.09.051-.18.135-.225L6.865%205.93a.26.26%200%200%201%20.264%200l2.874%201.648c.18.107.18.36%200%20.462L7.67%209.39c-.084.05-.169.134-.169.224v8.42c0%20.203-.185.327-.365.226m12.74-1.885a.26.26%200%200%201-.135.231l-7.554%204.36a.26.26%200%200%201-.259%200l-2.604-1.491a.26.26%200%200%201-.135-.226v-3.312c0-.203.225-.332.393-.225l2.34%201.333c.079.045.18.045.265%200l7.29-4.208a.262.262%200%200%201%20.393.225h.006z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/fuse.svg?color=%231a73e8&size=48