fold logo
fold from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- fold
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the fold logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.692 8.055A6.3 6.3 0 0 0 5.743 9.18a6.55 6.55 0 0 0-1.593 9.038a6.34 6.34 0 0 0 9.545 1.104h-.636c-3.472.033-6.59-2.803-6.68-6.275c-.05-1.852.895-3.692 2.313-4.992"/><path fill="currentColor" d="M9.194 16.495c.635.822 1.485 1.21 2.515 1.671c3.292 1.464 7.187.068 8.7-3.112a6.247 6.247 0 0 0-3.218-8.402a7 7 0 0 0-.777-.287a6.13 6.13 0 0 1 1.221 3.855a6 6 0 0 1-.512 2.589a6.58 6.58 0 0 1-5.96 3.686z"/><path fill="currentColor" d="M15.383 15.01a6.34 6.34 0 0 0 1.739-2.201c.383-.878.506-1.745.512-2.696c0-1.35-.394-2.673-1.221-3.748q.397.12.776.287c.214.096.242.107.445.22v11.08a5.8 5.8 0 0 1-2.251.732z"/><path fill="currentColor" d="M15.721 12.557a6.472 6.472 0 1 0-12.11-2.274a6.44 6.44 0 0 1 5.7-3.354c3.298 0 6.022 2.437 6.416 5.628z"/><path fill="currentColor" d="M16.508 9.46a6.4 6.4 0 0 1-.787 3.096a6 6 0 0 0-.338-1.407V5.813a6.46 6.46 0 0 1 1.125 3.653z"/></svg>
React
import type { SVGProps } from "react";
export function TokenFold(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.692 8.055A6.3 6.3 0 0 0 5.743 9.18a6.55 6.55 0 0 0-1.593 9.038a6.34 6.34 0 0 0 9.545 1.104h-.636c-3.472.033-6.59-2.803-6.68-6.275c-.05-1.852.895-3.692 2.313-4.992"/><path fill="currentColor" d="M9.194 16.495c.635.822 1.485 1.21 2.515 1.671c3.292 1.464 7.187.068 8.7-3.112a6.247 6.247 0 0 0-3.218-8.402a7 7 0 0 0-.777-.287a6.13 6.13 0 0 1 1.221 3.855a6 6 0 0 1-.512 2.589a6.58 6.58 0 0 1-5.96 3.686z"/><path fill="currentColor" d="M15.383 15.01a6.34 6.34 0 0 0 1.739-2.201c.383-.878.506-1.745.512-2.696c0-1.35-.394-2.673-1.221-3.748q.397.12.776.287c.214.096.242.107.445.22v11.08a5.8 5.8 0 0 1-2.251.732z"/><path fill="currentColor" d="M15.721 12.557a6.472 6.472 0 1 0-12.11-2.274a6.44 6.44 0 0 1 5.7-3.354c3.298 0 6.022 2.437 6.416 5.628z"/><path fill="currentColor" d="M16.508 9.46a6.4 6.4 0 0 1-.787 3.096a6 6 0 0 0-.338-1.407V5.813a6.46 6.46 0 0 1 1.125 3.653z"/></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.692 8.055A6.3 6.3 0 0 0 5.743 9.18a6.55 6.55 0 0 0-1.593 9.038a6.34 6.34 0 0 0 9.545 1.104h-.636c-3.472.033-6.59-2.803-6.68-6.275c-.05-1.852.895-3.692 2.313-4.992"/><path fill="currentColor" d="M9.194 16.495c.635.822 1.485 1.21 2.515 1.671c3.292 1.464 7.187.068 8.7-3.112a6.247 6.247 0 0 0-3.218-8.402a7 7 0 0 0-.777-.287a6.13 6.13 0 0 1 1.221 3.855a6 6 0 0 1-.512 2.589a6.58 6.58 0 0 1-5.96 3.686z"/><path fill="currentColor" d="M15.383 15.01a6.34 6.34 0 0 0 1.739-2.201c.383-.878.506-1.745.512-2.696c0-1.35-.394-2.673-1.221-3.748q.397.12.776.287c.214.096.242.107.445.22v11.08a5.8 5.8 0 0 1-2.251.732z"/><path fill="currentColor" d="M15.721 12.557a6.472 6.472 0 1 0-12.11-2.274a6.44 6.44 0 0 1 5.7-3.354c3.298 0 6.022 2.437 6.416 5.628z"/><path fill="currentColor" d="M16.508 9.46a6.4 6.4 0 0 1-.787 3.096a6 6 0 0 0-.338-1.407V5.813a6.46 6.46 0 0 1 1.125 3.653z"/></svg> </template>
CSS
.icon-fold {
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.692%208.055A6.3%206.3%200%200%200%205.743%209.18a6.55%206.55%200%200%200-1.593%209.038a6.34%206.34%200%200%200%209.545%201.104h-.636c-3.472.033-6.59-2.803-6.68-6.275c-.05-1.852.895-3.692%202.313-4.992%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.194%2016.495c.635.822%201.485%201.21%202.515%201.671c3.292%201.464%207.187.068%208.7-3.112a6.247%206.247%200%200%200-3.218-8.402a7%207%200%200%200-.777-.287a6.13%206.13%200%200%201%201.221%203.855a6%206%200%200%201-.512%202.589a6.58%206.58%200%200%201-5.96%203.686z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.383%2015.01a6.34%206.34%200%200%200%201.739-2.201c.383-.878.506-1.745.512-2.696c0-1.35-.394-2.673-1.221-3.748q.397.12.776.287c.214.096.242.107.445.22v11.08a5.8%205.8%200%200%201-2.251.732z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.721%2012.557a6.472%206.472%200%201%200-12.11-2.274a6.44%206.44%200%200%201%205.7-3.354c3.298%200%206.022%202.437%206.416%205.628z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.508%209.46a6.4%206.4%200%200%201-.787%203.096a6%206%200%200%200-.338-1.407V5.813a6.46%206.46%200%200%201%201.125%203.653z%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.692%208.055A6.3%206.3%200%200%200%205.743%209.18a6.55%206.55%200%200%200-1.593%209.038a6.34%206.34%200%200%200%209.545%201.104h-.636c-3.472.033-6.59-2.803-6.68-6.275c-.05-1.852.895-3.692%202.313-4.992%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.194%2016.495c.635.822%201.485%201.21%202.515%201.671c3.292%201.464%207.187.068%208.7-3.112a6.247%206.247%200%200%200-3.218-8.402a7%207%200%200%200-.777-.287a6.13%206.13%200%200%201%201.221%203.855a6%206%200%200%201-.512%202.589a6.58%206.58%200%200%201-5.96%203.686z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.383%2015.01a6.34%206.34%200%200%200%201.739-2.201c.383-.878.506-1.745.512-2.696c0-1.35-.394-2.673-1.221-3.748q.397.12.776.287c.214.096.242.107.445.22v11.08a5.8%205.8%200%200%201-2.251.732z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.721%2012.557a6.472%206.472%200%201%200-12.11-2.274a6.44%206.44%200%200%201%205.7-3.354c3.298%200%206.022%202.437%206.416%205.628z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.508%209.46a6.4%206.4%200%200%201-.787%203.096a6%206%200%200%200-.338-1.407V5.813a6.46%206.46%200%200%201%201.125%203.653z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/fold.svg?color=%231a73e8&size=48