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

Name
ice
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ice logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.923 10.493l.62 4.23l4.707.326l2.835-5.355l-1.248-4.354l-1.93-2.295h-.529L8.343 3.9L7.297 7.5z"/><path fill="currentColor" d="m17.457 20l-1.508.983l-3.611-10.952l-.175-3.498L9.857 3l3.656 2.734l1.052 2.008l2.098.827l2.65 6.086z"/><path fill="currentColor" d="m8.608 14.587l-3.234-.22l-.687 2.054L6.684 21h9.265l1.31-6.058l-2.84-4.225l-2.138-.765v.445l-3.673 4.185z"/></svg>

React

import type { SVGProps } from "react";

export function TokenIce(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="m4.923 10.493l.62 4.23l4.707.326l2.835-5.355l-1.248-4.354l-1.93-2.295h-.529L8.343 3.9L7.297 7.5z"/><path fill="currentColor" d="m17.457 20l-1.508.983l-3.611-10.952l-.175-3.498L9.857 3l3.656 2.734l1.052 2.008l2.098.827l2.65 6.086z"/><path fill="currentColor" d="m8.608 14.587l-3.234-.22l-.687 2.054L6.684 21h9.265l1.31-6.058l-2.84-4.225l-2.138-.765v.445l-3.673 4.185z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.923 10.493l.62 4.23l4.707.326l2.835-5.355l-1.248-4.354l-1.93-2.295h-.529L8.343 3.9L7.297 7.5z"/><path fill="currentColor" d="m17.457 20l-1.508.983l-3.611-10.952l-.175-3.498L9.857 3l3.656 2.734l1.052 2.008l2.098.827l2.65 6.086z"/><path fill="currentColor" d="m8.608 14.587l-3.234-.22l-.687 2.054L6.684 21h9.265l1.31-6.058l-2.84-4.225l-2.138-.765v.445l-3.673 4.185z"/></svg>
</template>

CSS

.icon-ice {
  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%22m4.923%2010.493l.62%204.23l4.707.326l2.835-5.355l-1.248-4.354l-1.93-2.295h-.529L8.343%203.9L7.297%207.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.457%2020l-1.508.983l-3.611-10.952l-.175-3.498L9.857%203l3.656%202.734l1.052%202.008l2.098.827l2.65%206.086z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.608%2014.587l-3.234-.22l-.687%202.054L6.684%2021h9.265l1.31-6.058l-2.84-4.225l-2.138-.765v.445l-3.673%204.185z%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%22m4.923%2010.493l.62%204.23l4.707.326l2.835-5.355l-1.248-4.354l-1.93-2.295h-.529L8.343%203.9L7.297%207.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.457%2020l-1.508.983l-3.611-10.952l-.175-3.498L9.857%203l3.656%202.734l1.052%202.008l2.098.827l2.65%206.086z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.608%2014.587l-3.234-.22l-.687%202.054L6.684%2021h9.265l1.31-6.058l-2.84-4.225l-2.138-.765v.445l-3.673%204.185z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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