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

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

The same logo in other sets

Use the cast logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.969 12a3.375 3.375 0 1 0 6.75 0a3.375 3.375 0 0 0-6.75 0"/><path fill="currentColor" d="M19.481 6.443A9.3 9.3 0 0 0 12.35 3a9.04 9.04 0 0 0-9.068 9c0 4.973 4.067 9 9.068 9c2.807 0 5.332-1.322 7.132-3.442l-2.087-2.07a6.18 6.18 0 0 1-10.099.195A6.2 6.2 0 0 1 6.094 12a6.188 6.188 0 0 1 11.3-3.487z"/></svg>

React

import type { SVGProps } from "react";

export function TokenCast(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="M13.969 12a3.375 3.375 0 1 0 6.75 0a3.375 3.375 0 0 0-6.75 0"/><path fill="currentColor" d="M19.481 6.443A9.3 9.3 0 0 0 12.35 3a9.04 9.04 0 0 0-9.068 9c0 4.973 4.067 9 9.068 9c2.807 0 5.332-1.322 7.132-3.442l-2.087-2.07a6.18 6.18 0 0 1-10.099.195A6.2 6.2 0 0 1 6.094 12a6.188 6.188 0 0 1 11.3-3.487z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.969 12a3.375 3.375 0 1 0 6.75 0a3.375 3.375 0 0 0-6.75 0"/><path fill="currentColor" d="M19.481 6.443A9.3 9.3 0 0 0 12.35 3a9.04 9.04 0 0 0-9.068 9c0 4.973 4.067 9 9.068 9c2.807 0 5.332-1.322 7.132-3.442l-2.087-2.07a6.18 6.18 0 0 1-10.099.195A6.2 6.2 0 0 1 6.094 12a6.188 6.188 0 0 1 11.3-3.487z"/></svg>
</template>

CSS

.icon-cast {
  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%22M13.969%2012a3.375%203.375%200%201%200%206.75%200a3.375%203.375%200%200%200-6.75%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.481%206.443A9.3%209.3%200%200%200%2012.35%203a9.04%209.04%200%200%200-9.068%209c0%204.973%204.067%209%209.068%209c2.807%200%205.332-1.322%207.132-3.442l-2.087-2.07a6.18%206.18%200%200%201-10.099.195A6.2%206.2%200%200%201%206.094%2012a6.188%206.188%200%200%201%2011.3-3.487z%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%22M13.969%2012a3.375%203.375%200%201%200%206.75%200a3.375%203.375%200%200%200-6.75%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.481%206.443A9.3%209.3%200%200%200%2012.35%203a9.04%209.04%200%200%200-9.068%209c0%204.973%204.067%209%209.068%209c2.807%200%205.332-1.322%207.132-3.442l-2.087-2.07a6.18%206.18%200%200%201-10.099.195A6.2%206.2%200%200%201%206.094%2012a6.188%206.188%200%200%201%2011.3-3.487z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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