raycast from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
raycast
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the raycast logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.004 15.492v2.504L0 11.992l1.258-1.249Zm2.504 2.504H6.004L12.008 24l1.253-1.253zm14.24-4.747L24 11.997L12.003 0L10.75 1.251L15.491 6h-2.865L9.317 2.692L8.065 3.944l2.06 2.06H8.691v9.31H18v-1.432l2.06 2.06l1.252-1.252L18 11.37V8.506ZM6.63 5.372L5.38 6.625l1.342 1.343l1.251-1.253Zm10.655 10.655l-1.247 1.251l1.342 1.343l1.253-1.251zM3.944 8.059L2.692 9.31l3.312 3.314v-2.506zm9.936 9.937h-2.504l3.314 3.312l1.25-1.252z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRaycast(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="M6.004 15.492v2.504L0 11.992l1.258-1.249Zm2.504 2.504H6.004L12.008 24l1.253-1.253zm14.24-4.747L24 11.997L12.003 0L10.75 1.251L15.491 6h-2.865L9.317 2.692L8.065 3.944l2.06 2.06H8.691v9.31H18v-1.432l2.06 2.06l1.252-1.252L18 11.37V8.506ZM6.63 5.372L5.38 6.625l1.342 1.343l1.251-1.253Zm10.655 10.655l-1.247 1.251l1.342 1.343l1.253-1.251zM3.944 8.059L2.692 9.31l3.312 3.314v-2.506zm9.936 9.937h-2.504l3.314 3.312l1.25-1.252z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.004 15.492v2.504L0 11.992l1.258-1.249Zm2.504 2.504H6.004L12.008 24l1.253-1.253zm14.24-4.747L24 11.997L12.003 0L10.75 1.251L15.491 6h-2.865L9.317 2.692L8.065 3.944l2.06 2.06H8.691v9.31H18v-1.432l2.06 2.06l1.252-1.252L18 11.37V8.506ZM6.63 5.372L5.38 6.625l1.342 1.343l1.251-1.253Zm10.655 10.655l-1.247 1.251l1.342 1.343l1.253-1.251zM3.944 8.059L2.692 9.31l3.312 3.314v-2.506zm9.936 9.937h-2.504l3.314 3.312l1.25-1.252z"/></svg>
</template>

CSS

.icon-raycast {
  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%22M6.004%2015.492v2.504L0%2011.992l1.258-1.249Zm2.504%202.504H6.004L12.008%2024l1.253-1.253zm14.24-4.747L24%2011.997L12.003%200L10.75%201.251L15.491%206h-2.865L9.317%202.692L8.065%203.944l2.06%202.06H8.691v9.31H18v-1.432l2.06%202.06l1.252-1.252L18%2011.37V8.506ZM6.63%205.372L5.38%206.625l1.342%201.343l1.251-1.253Zm10.655%2010.655l-1.247%201.251l1.342%201.343l1.253-1.251zM3.944%208.059L2.692%209.31l3.312%203.314v-2.506zm9.936%209.937h-2.504l3.314%203.312l1.25-1.252z%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%22M6.004%2015.492v2.504L0%2011.992l1.258-1.249Zm2.504%202.504H6.004L12.008%2024l1.253-1.253zm14.24-4.747L24%2011.997L12.003%200L10.75%201.251L15.491%206h-2.865L9.317%202.692L8.065%203.944l2.06%202.06H8.691v9.31H18v-1.432l2.06%202.06l1.252-1.252L18%2011.37V8.506ZM6.63%205.372L5.38%206.625l1.342%201.343l1.251-1.253Zm10.655%2010.655l-1.247%201.251l1.342%201.343l1.253-1.251zM3.944%208.059L2.692%209.31l3.312%203.314v-2.506zm9.936%209.937h-2.504l3.314%203.312l1.25-1.252z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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