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

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

The same logo in other sets

Use the beam logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16.05h3.735L12 9.75V5.7l7.65 12.6H12zm0 0H8.247L12 9.75V5.7L4.35 18.3H12z"/><path fill="currentColor" d="M12 11.55v3.6H9.75zm0 0v3.6h2.25z"/><path fill="currentColor" d="m3 9.643l8.99 4.158v.436L3 12.271zm18-1.211l-9.009 5.373v.148L21 10.17zm0 5.207l-9.009.603v-.144L21 11.902z"/><path fill="currentColor" d="m21 10.169l-9.009 3.78v.148L21 11.9z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBeam(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 16.05h3.735L12 9.75V5.7l7.65 12.6H12zm0 0H8.247L12 9.75V5.7L4.35 18.3H12z"/><path fill="currentColor" d="M12 11.55v3.6H9.75zm0 0v3.6h2.25z"/><path fill="currentColor" d="m3 9.643l8.99 4.158v.436L3 12.271zm18-1.211l-9.009 5.373v.148L21 10.17zm0 5.207l-9.009.603v-.144L21 11.902z"/><path fill="currentColor" d="m21 10.169l-9.009 3.78v.148L21 11.9z"/></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 16.05h3.735L12 9.75V5.7l7.65 12.6H12zm0 0H8.247L12 9.75V5.7L4.35 18.3H12z"/><path fill="currentColor" d="M12 11.55v3.6H9.75zm0 0v3.6h2.25z"/><path fill="currentColor" d="m3 9.643l8.99 4.158v.436L3 12.271zm18-1.211l-9.009 5.373v.148L21 10.17zm0 5.207l-9.009.603v-.144L21 11.902z"/><path fill="currentColor" d="m21 10.169l-9.009 3.78v.148L21 11.9z"/></svg>
</template>

CSS

.icon-beam {
  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%2016.05h3.735L12%209.75V5.7l7.65%2012.6H12zm0%200H8.247L12%209.75V5.7L4.35%2018.3H12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011.55v3.6H9.75zm0%200v3.6h2.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3%209.643l8.99%204.158v.436L3%2012.271zm18-1.211l-9.009%205.373v.148L21%2010.17zm0%205.207l-9.009.603v-.144L21%2011.902z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2010.169l-9.009%203.78v.148L21%2011.9z%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%2016.05h3.735L12%209.75V5.7l7.65%2012.6H12zm0%200H8.247L12%209.75V5.7L4.35%2018.3H12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011.55v3.6H9.75zm0%200v3.6h2.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3%209.643l8.99%204.158v.436L3%2012.271zm18-1.211l-9.009%205.373v.148L21%2010.17zm0%205.207l-9.009.603v-.144L21%2011.902z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2010.169l-9.009%203.78v.148L21%2011.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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