coin98 logo
coin98 from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- coin98
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the coin98 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.713 3H6.287A3.277 3.277 0 0 0 3 6.287v11.426A3.277 3.277 0 0 0 6.287 21h11.426A3.293 3.293 0 0 0 21 17.713V6.287A3.277 3.277 0 0 0 17.713 3M14.94 7.494a2.41 2.41 0 0 1 2.414 2.413c0 .411-.103.796-.283 1.156a3.9 3.9 0 0 0-1.001-.565a1.2 1.2 0 0 0 .154-.59a1.26 1.26 0 0 0-1.258-1.259a1.26 1.26 0 0 0-1.258 1.258c0 .206.05.411.154.59c-.36.13-.72.309-1.002.566c-.205-.36-.282-.745-.282-1.156c-.052-1.335 1.027-2.413 2.362-2.413m-5.88 9.012a2.41 2.41 0 0 1-2.414-2.413h1.156A1.26 1.26 0 0 0 9.06 15.35a1.26 1.26 0 0 0 1.258-1.258h1.156a2.41 2.41 0 0 1-2.414 2.413m0-3.389a2.805 2.805 0 0 1-2.799-2.799c0-1.54 1.258-2.824 2.799-2.824a2.833 2.833 0 0 1 2.824 2.824c-.025 1.54-1.283 2.799-2.824 2.799m5.88 3.39c-1.54 0-2.824-1.259-2.824-2.8a2.816 2.816 0 0 1 2.824-2.824c1.54 0 2.799 1.258 2.799 2.825a2.805 2.805 0 0 1-2.799 2.798m1.67-2.825c0 .924-.745 1.643-1.67 1.643s-1.669-.744-1.669-1.643c0-.925.745-1.67 1.67-1.67c.923.027 1.668.771 1.668 1.67m-5.907-3.364c0 .925-.744 1.67-1.669 1.67c-.924 0-1.669-.745-1.669-1.67S8.11 8.65 9.035 8.65c.95 0 1.668.745 1.668 1.67"/></svg>
React
import type { SVGProps } from "react";
export function TokenCoin98(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="M17.713 3H6.287A3.277 3.277 0 0 0 3 6.287v11.426A3.277 3.277 0 0 0 6.287 21h11.426A3.293 3.293 0 0 0 21 17.713V6.287A3.277 3.277 0 0 0 17.713 3M14.94 7.494a2.41 2.41 0 0 1 2.414 2.413c0 .411-.103.796-.283 1.156a3.9 3.9 0 0 0-1.001-.565a1.2 1.2 0 0 0 .154-.59a1.26 1.26 0 0 0-1.258-1.259a1.26 1.26 0 0 0-1.258 1.258c0 .206.05.411.154.59c-.36.13-.72.309-1.002.566c-.205-.36-.282-.745-.282-1.156c-.052-1.335 1.027-2.413 2.362-2.413m-5.88 9.012a2.41 2.41 0 0 1-2.414-2.413h1.156A1.26 1.26 0 0 0 9.06 15.35a1.26 1.26 0 0 0 1.258-1.258h1.156a2.41 2.41 0 0 1-2.414 2.413m0-3.389a2.805 2.805 0 0 1-2.799-2.799c0-1.54 1.258-2.824 2.799-2.824a2.833 2.833 0 0 1 2.824 2.824c-.025 1.54-1.283 2.799-2.824 2.799m5.88 3.39c-1.54 0-2.824-1.259-2.824-2.8a2.816 2.816 0 0 1 2.824-2.824c1.54 0 2.799 1.258 2.799 2.825a2.805 2.805 0 0 1-2.799 2.798m1.67-2.825c0 .924-.745 1.643-1.67 1.643s-1.669-.744-1.669-1.643c0-.925.745-1.67 1.67-1.67c.923.027 1.668.771 1.668 1.67m-5.907-3.364c0 .925-.744 1.67-1.669 1.67c-.924 0-1.669-.745-1.669-1.67S8.11 8.65 9.035 8.65c.95 0 1.668.745 1.668 1.67"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.713 3H6.287A3.277 3.277 0 0 0 3 6.287v11.426A3.277 3.277 0 0 0 6.287 21h11.426A3.293 3.293 0 0 0 21 17.713V6.287A3.277 3.277 0 0 0 17.713 3M14.94 7.494a2.41 2.41 0 0 1 2.414 2.413c0 .411-.103.796-.283 1.156a3.9 3.9 0 0 0-1.001-.565a1.2 1.2 0 0 0 .154-.59a1.26 1.26 0 0 0-1.258-1.259a1.26 1.26 0 0 0-1.258 1.258c0 .206.05.411.154.59c-.36.13-.72.309-1.002.566c-.205-.36-.282-.745-.282-1.156c-.052-1.335 1.027-2.413 2.362-2.413m-5.88 9.012a2.41 2.41 0 0 1-2.414-2.413h1.156A1.26 1.26 0 0 0 9.06 15.35a1.26 1.26 0 0 0 1.258-1.258h1.156a2.41 2.41 0 0 1-2.414 2.413m0-3.389a2.805 2.805 0 0 1-2.799-2.799c0-1.54 1.258-2.824 2.799-2.824a2.833 2.833 0 0 1 2.824 2.824c-.025 1.54-1.283 2.799-2.824 2.799m5.88 3.39c-1.54 0-2.824-1.259-2.824-2.8a2.816 2.816 0 0 1 2.824-2.824c1.54 0 2.799 1.258 2.799 2.825a2.805 2.805 0 0 1-2.799 2.798m1.67-2.825c0 .924-.745 1.643-1.67 1.643s-1.669-.744-1.669-1.643c0-.925.745-1.67 1.67-1.67c.923.027 1.668.771 1.668 1.67m-5.907-3.364c0 .925-.744 1.67-1.669 1.67c-.924 0-1.669-.745-1.669-1.67S8.11 8.65 9.035 8.65c.95 0 1.668.745 1.668 1.67"/></svg> </template>
CSS
.icon-coin98 {
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%22M17.713%203H6.287A3.277%203.277%200%200%200%203%206.287v11.426A3.277%203.277%200%200%200%206.287%2021h11.426A3.293%203.293%200%200%200%2021%2017.713V6.287A3.277%203.277%200%200%200%2017.713%203M14.94%207.494a2.41%202.41%200%200%201%202.414%202.413c0%20.411-.103.796-.283%201.156a3.9%203.9%200%200%200-1.001-.565a1.2%201.2%200%200%200%20.154-.59a1.26%201.26%200%200%200-1.258-1.259a1.26%201.26%200%200%200-1.258%201.258c0%20.206.05.411.154.59c-.36.13-.72.309-1.002.566c-.205-.36-.282-.745-.282-1.156c-.052-1.335%201.027-2.413%202.362-2.413m-5.88%209.012a2.41%202.41%200%200%201-2.414-2.413h1.156A1.26%201.26%200%200%200%209.06%2015.35a1.26%201.26%200%200%200%201.258-1.258h1.156a2.41%202.41%200%200%201-2.414%202.413m0-3.389a2.805%202.805%200%200%201-2.799-2.799c0-1.54%201.258-2.824%202.799-2.824a2.833%202.833%200%200%201%202.824%202.824c-.025%201.54-1.283%202.799-2.824%202.799m5.88%203.39c-1.54%200-2.824-1.259-2.824-2.8a2.816%202.816%200%200%201%202.824-2.824c1.54%200%202.799%201.258%202.799%202.825a2.805%202.805%200%200%201-2.799%202.798m1.67-2.825c0%20.924-.745%201.643-1.67%201.643s-1.669-.744-1.669-1.643c0-.925.745-1.67%201.67-1.67c.923.027%201.668.771%201.668%201.67m-5.907-3.364c0%20.925-.744%201.67-1.669%201.67c-.924%200-1.669-.745-1.669-1.67S8.11%208.65%209.035%208.65c.95%200%201.668.745%201.668%201.67%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%22M17.713%203H6.287A3.277%203.277%200%200%200%203%206.287v11.426A3.277%203.277%200%200%200%206.287%2021h11.426A3.293%203.293%200%200%200%2021%2017.713V6.287A3.277%203.277%200%200%200%2017.713%203M14.94%207.494a2.41%202.41%200%200%201%202.414%202.413c0%20.411-.103.796-.283%201.156a3.9%203.9%200%200%200-1.001-.565a1.2%201.2%200%200%200%20.154-.59a1.26%201.26%200%200%200-1.258-1.259a1.26%201.26%200%200%200-1.258%201.258c0%20.206.05.411.154.59c-.36.13-.72.309-1.002.566c-.205-.36-.282-.745-.282-1.156c-.052-1.335%201.027-2.413%202.362-2.413m-5.88%209.012a2.41%202.41%200%200%201-2.414-2.413h1.156A1.26%201.26%200%200%200%209.06%2015.35a1.26%201.26%200%200%200%201.258-1.258h1.156a2.41%202.41%200%200%201-2.414%202.413m0-3.389a2.805%202.805%200%200%201-2.799-2.799c0-1.54%201.258-2.824%202.799-2.824a2.833%202.833%200%200%201%202.824%202.824c-.025%201.54-1.283%202.799-2.824%202.799m5.88%203.39c-1.54%200-2.824-1.259-2.824-2.8a2.816%202.816%200%200%201%202.824-2.824c1.54%200%202.799%201.258%202.799%202.825a2.805%202.805%200%200%201-2.799%202.798m1.67-2.825c0%20.924-.745%201.643-1.67%201.643s-1.669-.744-1.669-1.643c0-.925.745-1.67%201.67-1.67c.923.027%201.668.771%201.668%201.67m-5.907-3.364c0%20.925-.744%201.67-1.669%201.67c-.924%200-1.669-.745-1.669-1.67S8.11%208.65%209.035%208.65c.95%200%201.668.745%201.668%201.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/coin98.svg?color=%231a73e8&size=48