10set from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
10set
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the 10set logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.175 11.187s.53-.487.53-.83a.58.58 0 0 0-.175-.413l-3.112-3.065a.6.6 0 0 0-.836 0L8.47 9.944a.56.56 0 0 0-.175.407c0 .35.53.836.53.836v5.34s-.53.482-.53.83c0 .154.064.303.175.408l3.112 3.064a.6.6 0 0 0 .836 0l3.112-3.064a.56.56 0 0 0 .174-.407c0-.35-.529-.83-.529-.83zm-2.117 4.927a.58.58 0 0 1-.174.413l-.884.979l-.884-.979a.6.6 0 0 1-.175-.413V11.6c0-.159.064-.301.175-.413l.884-.979l.884.98c.11.105.174.259.174.412z"/><path fill="currentColor" d="m18.71 5.826l-2.794-2.662A.6.6 0 0 0 15.503 3c-.402 0-.476.085-.772.37a.63.63 0 0 1-.413.16H9.682a.62.62 0 0 1-.413-.16C8.973 3.085 8.9 3 8.497 3a.62.62 0 0 0-.413.159L5.289 5.82a.55.55 0 0 0-.169.391c0 .149.064.286.17.392l.952.995a.6.6 0 0 0 .826 0L9.407 5.28a.6.6 0 0 1 .413-.164h4.36c.154 0 .302.058.408.159l2.344 2.328a.6.6 0 0 0 .826 0L18.71 6.6a.533.533 0 0 0 0-.778z"/></svg>

React

import type { SVGProps } from "react";

export function Token10set(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="M15.175 11.187s.53-.487.53-.83a.58.58 0 0 0-.175-.413l-3.112-3.065a.6.6 0 0 0-.836 0L8.47 9.944a.56.56 0 0 0-.175.407c0 .35.53.836.53.836v5.34s-.53.482-.53.83c0 .154.064.303.175.408l3.112 3.064a.6.6 0 0 0 .836 0l3.112-3.064a.56.56 0 0 0 .174-.407c0-.35-.529-.83-.529-.83zm-2.117 4.927a.58.58 0 0 1-.174.413l-.884.979l-.884-.979a.6.6 0 0 1-.175-.413V11.6c0-.159.064-.301.175-.413l.884-.979l.884.98c.11.105.174.259.174.412z"/><path fill="currentColor" d="m18.71 5.826l-2.794-2.662A.6.6 0 0 0 15.503 3c-.402 0-.476.085-.772.37a.63.63 0 0 1-.413.16H9.682a.62.62 0 0 1-.413-.16C8.973 3.085 8.9 3 8.497 3a.62.62 0 0 0-.413.159L5.289 5.82a.55.55 0 0 0-.169.391c0 .149.064.286.17.392l.952.995a.6.6 0 0 0 .826 0L9.407 5.28a.6.6 0 0 1 .413-.164h4.36c.154 0 .302.058.408.159l2.344 2.328a.6.6 0 0 0 .826 0L18.71 6.6a.533.533 0 0 0 0-.778z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.175 11.187s.53-.487.53-.83a.58.58 0 0 0-.175-.413l-3.112-3.065a.6.6 0 0 0-.836 0L8.47 9.944a.56.56 0 0 0-.175.407c0 .35.53.836.53.836v5.34s-.53.482-.53.83c0 .154.064.303.175.408l3.112 3.064a.6.6 0 0 0 .836 0l3.112-3.064a.56.56 0 0 0 .174-.407c0-.35-.529-.83-.529-.83zm-2.117 4.927a.58.58 0 0 1-.174.413l-.884.979l-.884-.979a.6.6 0 0 1-.175-.413V11.6c0-.159.064-.301.175-.413l.884-.979l.884.98c.11.105.174.259.174.412z"/><path fill="currentColor" d="m18.71 5.826l-2.794-2.662A.6.6 0 0 0 15.503 3c-.402 0-.476.085-.772.37a.63.63 0 0 1-.413.16H9.682a.62.62 0 0 1-.413-.16C8.973 3.085 8.9 3 8.497 3a.62.62 0 0 0-.413.159L5.289 5.82a.55.55 0 0 0-.169.391c0 .149.064.286.17.392l.952.995a.6.6 0 0 0 .826 0L9.407 5.28a.6.6 0 0 1 .413-.164h4.36c.154 0 .302.058.408.159l2.344 2.328a.6.6 0 0 0 .826 0L18.71 6.6a.533.533 0 0 0 0-.778z"/></svg>
</template>

CSS

.icon-10set {
  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%22M15.175%2011.187s.53-.487.53-.83a.58.58%200%200%200-.175-.413l-3.112-3.065a.6.6%200%200%200-.836%200L8.47%209.944a.56.56%200%200%200-.175.407c0%20.35.53.836.53.836v5.34s-.53.482-.53.83c0%20.154.064.303.175.408l3.112%203.064a.6.6%200%200%200%20.836%200l3.112-3.064a.56.56%200%200%200%20.174-.407c0-.35-.529-.83-.529-.83zm-2.117%204.927a.58.58%200%200%201-.174.413l-.884.979l-.884-.979a.6.6%200%200%201-.175-.413V11.6c0-.159.064-.301.175-.413l.884-.979l.884.98c.11.105.174.259.174.412z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.71%205.826l-2.794-2.662A.6.6%200%200%200%2015.503%203c-.402%200-.476.085-.772.37a.63.63%200%200%201-.413.16H9.682a.62.62%200%200%201-.413-.16C8.973%203.085%208.9%203%208.497%203a.62.62%200%200%200-.413.159L5.289%205.82a.55.55%200%200%200-.169.391c0%20.149.064.286.17.392l.952.995a.6.6%200%200%200%20.826%200L9.407%205.28a.6.6%200%200%201%20.413-.164h4.36c.154%200%20.302.058.408.159l2.344%202.328a.6.6%200%200%200%20.826%200L18.71%206.6a.533.533%200%200%200%200-.778z%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%22M15.175%2011.187s.53-.487.53-.83a.58.58%200%200%200-.175-.413l-3.112-3.065a.6.6%200%200%200-.836%200L8.47%209.944a.56.56%200%200%200-.175.407c0%20.35.53.836.53.836v5.34s-.53.482-.53.83c0%20.154.064.303.175.408l3.112%203.064a.6.6%200%200%200%20.836%200l3.112-3.064a.56.56%200%200%200%20.174-.407c0-.35-.529-.83-.529-.83zm-2.117%204.927a.58.58%200%200%201-.174.413l-.884.979l-.884-.979a.6.6%200%200%201-.175-.413V11.6c0-.159.064-.301.175-.413l.884-.979l.884.98c.11.105.174.259.174.412z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.71%205.826l-2.794-2.662A.6.6%200%200%200%2015.503%203c-.402%200-.476.085-.772.37a.63.63%200%200%201-.413.16H9.682a.62.62%200%200%201-.413-.16C8.973%203.085%208.9%203%208.497%203a.62.62%200%200%200-.413.159L5.289%205.82a.55.55%200%200%200-.169.391c0%20.149.064.286.17.392l.952.995a.6.6%200%200%200%20.826%200L9.407%205.28a.6.6%200%200%201%20.413-.164h4.36c.154%200%20.302.058.408.159l2.344%202.328a.6.6%200%200%200%20.826%200L18.71%206.6a.533.533%200%200%200%200-.778z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/10set.svg?color=%231a73e8&size=48