ist logo
ist from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ist
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ist logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.95 7.81c0 2.656-2.214 4.811-4.95 4.811a5 5 0 0 1-2.443-.63l.823-1.093a3.7 3.7 0 0 0 1.62.369c1.99 0 3.6-1.548 3.6-3.46c0-1.909-1.61-3.457-3.6-3.457S8.4 5.898 8.4 7.806c0 .455.09.891.257 1.287l-1.112.815A4.7 4.7 0 0 1 7.05 7.81C7.05 5.156 9.264 3 12 3s4.95 2.156 4.95 4.81"/><path fill="currentColor" d="M7.05 13.296c0-2.7 2.214-4.897 4.95-4.897c.923 0 1.791.252 2.53.689l-.847 1.066A3.5 3.5 0 0 0 12 9.75c-2.047 0-3.6 1.521-3.6 3.547v2.808c0 2.024 1.553 3.546 3.6 3.546s3.6-1.521 3.6-3.546v-2.808c0-.522-.045-.824-.243-1.274l1.116-.828c.306.639.477 1.35.477 2.101v2.809C16.95 18.808 14.736 21 12 21s-4.95-2.192-4.95-4.896z"/><path fill="currentColor" d="M7.635 10.982a4.8 4.8 0 0 0-.585 2.313v2.809c0 1.134.387 2.173 1.04 3.001l1.008-.81a3.74 3.74 0 0 1-.698-2.192v-2.808c0-.558.117-1.084.333-1.557z"/></svg>
React
import type { SVGProps } from "react";
export function TokenIst(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="M16.95 7.81c0 2.656-2.214 4.811-4.95 4.811a5 5 0 0 1-2.443-.63l.823-1.093a3.7 3.7 0 0 0 1.62.369c1.99 0 3.6-1.548 3.6-3.46c0-1.909-1.61-3.457-3.6-3.457S8.4 5.898 8.4 7.806c0 .455.09.891.257 1.287l-1.112.815A4.7 4.7 0 0 1 7.05 7.81C7.05 5.156 9.264 3 12 3s4.95 2.156 4.95 4.81"/><path fill="currentColor" d="M7.05 13.296c0-2.7 2.214-4.897 4.95-4.897c.923 0 1.791.252 2.53.689l-.847 1.066A3.5 3.5 0 0 0 12 9.75c-2.047 0-3.6 1.521-3.6 3.547v2.808c0 2.024 1.553 3.546 3.6 3.546s3.6-1.521 3.6-3.546v-2.808c0-.522-.045-.824-.243-1.274l1.116-.828c.306.639.477 1.35.477 2.101v2.809C16.95 18.808 14.736 21 12 21s-4.95-2.192-4.95-4.896z"/><path fill="currentColor" d="M7.635 10.982a4.8 4.8 0 0 0-.585 2.313v2.809c0 1.134.387 2.173 1.04 3.001l1.008-.81a3.74 3.74 0 0 1-.698-2.192v-2.808c0-.558.117-1.084.333-1.557z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.95 7.81c0 2.656-2.214 4.811-4.95 4.811a5 5 0 0 1-2.443-.63l.823-1.093a3.7 3.7 0 0 0 1.62.369c1.99 0 3.6-1.548 3.6-3.46c0-1.909-1.61-3.457-3.6-3.457S8.4 5.898 8.4 7.806c0 .455.09.891.257 1.287l-1.112.815A4.7 4.7 0 0 1 7.05 7.81C7.05 5.156 9.264 3 12 3s4.95 2.156 4.95 4.81"/><path fill="currentColor" d="M7.05 13.296c0-2.7 2.214-4.897 4.95-4.897c.923 0 1.791.252 2.53.689l-.847 1.066A3.5 3.5 0 0 0 12 9.75c-2.047 0-3.6 1.521-3.6 3.547v2.808c0 2.024 1.553 3.546 3.6 3.546s3.6-1.521 3.6-3.546v-2.808c0-.522-.045-.824-.243-1.274l1.116-.828c.306.639.477 1.35.477 2.101v2.809C16.95 18.808 14.736 21 12 21s-4.95-2.192-4.95-4.896z"/><path fill="currentColor" d="M7.635 10.982a4.8 4.8 0 0 0-.585 2.313v2.809c0 1.134.387 2.173 1.04 3.001l1.008-.81a3.74 3.74 0 0 1-.698-2.192v-2.808c0-.558.117-1.084.333-1.557z"/></svg> </template>
CSS
.icon-ist {
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%22M16.95%207.81c0%202.656-2.214%204.811-4.95%204.811a5%205%200%200%201-2.443-.63l.823-1.093a3.7%203.7%200%200%200%201.62.369c1.99%200%203.6-1.548%203.6-3.46c0-1.909-1.61-3.457-3.6-3.457S8.4%205.898%208.4%207.806c0%20.455.09.891.257%201.287l-1.112.815A4.7%204.7%200%200%201%207.05%207.81C7.05%205.156%209.264%203%2012%203s4.95%202.156%204.95%204.81%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.05%2013.296c0-2.7%202.214-4.897%204.95-4.897c.923%200%201.791.252%202.53.689l-.847%201.066A3.5%203.5%200%200%200%2012%209.75c-2.047%200-3.6%201.521-3.6%203.547v2.808c0%202.024%201.553%203.546%203.6%203.546s3.6-1.521%203.6-3.546v-2.808c0-.522-.045-.824-.243-1.274l1.116-.828c.306.639.477%201.35.477%202.101v2.809C16.95%2018.808%2014.736%2021%2012%2021s-4.95-2.192-4.95-4.896z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.635%2010.982a4.8%204.8%200%200%200-.585%202.313v2.809c0%201.134.387%202.173%201.04%203.001l1.008-.81a3.74%203.74%200%200%201-.698-2.192v-2.808c0-.558.117-1.084.333-1.557z%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%22M16.95%207.81c0%202.656-2.214%204.811-4.95%204.811a5%205%200%200%201-2.443-.63l.823-1.093a3.7%203.7%200%200%200%201.62.369c1.99%200%203.6-1.548%203.6-3.46c0-1.909-1.61-3.457-3.6-3.457S8.4%205.898%208.4%207.806c0%20.455.09.891.257%201.287l-1.112.815A4.7%204.7%200%200%201%207.05%207.81C7.05%205.156%209.264%203%2012%203s4.95%202.156%204.95%204.81%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.05%2013.296c0-2.7%202.214-4.897%204.95-4.897c.923%200%201.791.252%202.53.689l-.847%201.066A3.5%203.5%200%200%200%2012%209.75c-2.047%200-3.6%201.521-3.6%203.547v2.808c0%202.024%201.553%203.546%203.6%203.546s3.6-1.521%203.6-3.546v-2.808c0-.522-.045-.824-.243-1.274l1.116-.828c.306.639.477%201.35.477%202.101v2.809C16.95%2018.808%2014.736%2021%2012%2021s-4.95-2.192-4.95-4.896z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.635%2010.982a4.8%204.8%200%200%200-.585%202.313v2.809c0%201.134.387%202.173%201.04%203.001l1.008-.81a3.74%203.74%200%200%201-.698-2.192v-2.808c0-.558.117-1.084.333-1.557z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ist.svg?color=%231a73e8&size=48