iost logo
iost from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- iost
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
Use the iost logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3L4 7.498v9.004L12 21l8-4.498V7.498zm.167 14.585L6.022 14.17l.029-1.661l6.11 3.408l2.944-1.66l-1.97-1.105l-.742.41l-1.382-.771l.735-.419l-.968-.549l-.581.332l-1.397-.78l.589-.331l-3.127-1.762L12.16 5.96l5.571 3.097l-1.498.845l-4.073-2.275l-2.946 1.654l1.652.931l.836-.483l1.396.779l-.851.476l.967.55l.691-.39l1.39.772l-.698.397l3.461 1.95z"/></svg>
React
import type { SVGProps } from "react";
export function TokenIost(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="M12 3L4 7.498v9.004L12 21l8-4.498V7.498zm.167 14.585L6.022 14.17l.029-1.661l6.11 3.408l2.944-1.66l-1.97-1.105l-.742.41l-1.382-.771l.735-.419l-.968-.549l-.581.332l-1.397-.78l.589-.331l-3.127-1.762L12.16 5.96l5.571 3.097l-1.498.845l-4.073-2.275l-2.946 1.654l1.652.931l.836-.483l1.396.779l-.851.476l.967.55l.691-.39l1.39.772l-.698.397l3.461 1.95z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3L4 7.498v9.004L12 21l8-4.498V7.498zm.167 14.585L6.022 14.17l.029-1.661l6.11 3.408l2.944-1.66l-1.97-1.105l-.742.41l-1.382-.771l.735-.419l-.968-.549l-.581.332l-1.397-.78l.589-.331l-3.127-1.762L12.16 5.96l5.571 3.097l-1.498.845l-4.073-2.275l-2.946 1.654l1.652.931l.836-.483l1.396.779l-.851.476l.967.55l.691-.39l1.39.772l-.698.397l3.461 1.95z"/></svg> </template>
CSS
.icon-iost {
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%22M12%203L4%207.498v9.004L12%2021l8-4.498V7.498zm.167%2014.585L6.022%2014.17l.029-1.661l6.11%203.408l2.944-1.66l-1.97-1.105l-.742.41l-1.382-.771l.735-.419l-.968-.549l-.581.332l-1.397-.78l.589-.331l-3.127-1.762L12.16%205.96l5.571%203.097l-1.498.845l-4.073-2.275l-2.946%201.654l1.652.931l.836-.483l1.396.779l-.851.476l.967.55l.691-.39l1.39.772l-.698.397l3.461%201.95z%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%22M12%203L4%207.498v9.004L12%2021l8-4.498V7.498zm.167%2014.585L6.022%2014.17l.029-1.661l6.11%203.408l2.944-1.66l-1.97-1.105l-.742.41l-1.382-.771l.735-.419l-.968-.549l-.581.332l-1.397-.78l.589-.331l-3.127-1.762L12.16%205.96l5.571%203.097l-1.498.845l-4.073-2.275l-2.946%201.654l1.652.931l.836-.483l1.396.779l-.851.476l.967.55l.691-.39l1.39.772l-.698.397l3.461%201.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/iost.svg?color=%231a73e8&size=48