sequence logo
sequence from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- sequence
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the sequence 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="M3 16.14V7.86A3.06 3.06 0 0 1 6.06 4.8h11.88A3.06 3.06 0 0 1 21 7.86v8.28a3.06 3.06 0 0 1-3.06 3.06H6.06A3.06 3.06 0 0 1 3 16.14M7.5 8.4a.9.9 0 1 0-1.8 0a.9.9 0 0 0 1.8 0m0 7.194a.9.9 0 1 0-1.8 0a.9.9 0 0 0 1.8 0m9.9-4.494a.9.9 0 1 1 0 1.8a.9.9 0 0 1 0-1.8m-7.2-3.6h7.2a.9.9 0 0 1 0 1.8h-7.2a.9.9 0 0 1 0-1.8m8.1 8.094a.9.9 0 0 0-.9-.9h-7.2a.9.9 0 0 0 0 1.8h7.2a.9.9 0 0 0 .9-.9M6.6 11.1h7.2a.9.9 0 0 1 0 1.8H6.6a.9.9 0 0 1 0-1.8" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenSequence(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="M3 16.14V7.86A3.06 3.06 0 0 1 6.06 4.8h11.88A3.06 3.06 0 0 1 21 7.86v8.28a3.06 3.06 0 0 1-3.06 3.06H6.06A3.06 3.06 0 0 1 3 16.14M7.5 8.4a.9.9 0 1 0-1.8 0a.9.9 0 0 0 1.8 0m0 7.194a.9.9 0 1 0-1.8 0a.9.9 0 0 0 1.8 0m9.9-4.494a.9.9 0 1 1 0 1.8a.9.9 0 0 1 0-1.8m-7.2-3.6h7.2a.9.9 0 0 1 0 1.8h-7.2a.9.9 0 0 1 0-1.8m8.1 8.094a.9.9 0 0 0-.9-.9h-7.2a.9.9 0 0 0 0 1.8h7.2a.9.9 0 0 0 .9-.9M6.6 11.1h7.2a.9.9 0 0 1 0 1.8H6.6a.9.9 0 0 1 0-1.8" 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="M3 16.14V7.86A3.06 3.06 0 0 1 6.06 4.8h11.88A3.06 3.06 0 0 1 21 7.86v8.28a3.06 3.06 0 0 1-3.06 3.06H6.06A3.06 3.06 0 0 1 3 16.14M7.5 8.4a.9.9 0 1 0-1.8 0a.9.9 0 0 0 1.8 0m0 7.194a.9.9 0 1 0-1.8 0a.9.9 0 0 0 1.8 0m9.9-4.494a.9.9 0 1 1 0 1.8a.9.9 0 0 1 0-1.8m-7.2-3.6h7.2a.9.9 0 0 1 0 1.8h-7.2a.9.9 0 0 1 0-1.8m8.1 8.094a.9.9 0 0 0-.9-.9h-7.2a.9.9 0 0 0 0 1.8h7.2a.9.9 0 0 0 .9-.9M6.6 11.1h7.2a.9.9 0 0 1 0 1.8H6.6a.9.9 0 0 1 0-1.8" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sequence {
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%22M3%2016.14V7.86A3.06%203.06%200%200%201%206.06%204.8h11.88A3.06%203.06%200%200%201%2021%207.86v8.28a3.06%203.06%200%200%201-3.06%203.06H6.06A3.06%203.06%200%200%201%203%2016.14M7.5%208.4a.9.9%200%201%200-1.8%200a.9.9%200%200%200%201.8%200m0%207.194a.9.9%200%201%200-1.8%200a.9.9%200%200%200%201.8%200m9.9-4.494a.9.9%200%201%201%200%201.8a.9.9%200%200%201%200-1.8m-7.2-3.6h7.2a.9.9%200%200%201%200%201.8h-7.2a.9.9%200%200%201%200-1.8m8.1%208.094a.9.9%200%200%200-.9-.9h-7.2a.9.9%200%200%200%200%201.8h7.2a.9.9%200%200%200%20.9-.9M6.6%2011.1h7.2a.9.9%200%200%201%200%201.8H6.6a.9.9%200%200%201%200-1.8%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%22M3%2016.14V7.86A3.06%203.06%200%200%201%206.06%204.8h11.88A3.06%203.06%200%200%201%2021%207.86v8.28a3.06%203.06%200%200%201-3.06%203.06H6.06A3.06%203.06%200%200%201%203%2016.14M7.5%208.4a.9.9%200%201%200-1.8%200a.9.9%200%200%200%201.8%200m0%207.194a.9.9%200%201%200-1.8%200a.9.9%200%200%200%201.8%200m9.9-4.494a.9.9%200%201%201%200%201.8a.9.9%200%200%201%200-1.8m-7.2-3.6h7.2a.9.9%200%200%201%200%201.8h-7.2a.9.9%200%200%201%200-1.8m8.1%208.094a.9.9%200%200%200-.9-.9h-7.2a.9.9%200%200%200%200%201.8h7.2a.9.9%200%200%200%20.9-.9M6.6%2011.1h7.2a.9.9%200%200%201%200%201.8H6.6a.9.9%200%200%201%200-1.8%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/sequence.svg?color=%231a73e8&size=48