Raycast Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Raycast icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/315789.svg" alt="Raycast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315789.svg" alt="Raycast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315789.svg" alt="Raycast icon" :width="24" :height="24" />
CSS background
.icon-raycast {
background-image: url('https://proicons.com/icon/315789.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Raycast</title><path d="M6.004 15.492v2.504L0 11.992l1.258-1.249Zm2.504 2.504H6.004L12.008 24l1.253-1.253zm14.24-4.747L24 11.997 12.003 0 10.75 1.251 15.491 6h-2.865L9.317 2.692 8.065 3.944l2.06 2.06H8.691v9.31H18v-1.432l2.06 2.06 1.252-1.252-3.312-3.32V8.506ZM6.63 5.372 5.38 6.625l1.342 1.343 1.251-1.253Zm10.655 10.655-1.247 1.251 1.342 1.343 1.253-1.251zM3.944 8.059 2.692 9.31l3.312 3.314v-2.506zm9.936 9.937h-2.504l3.314 3.312 1.25-1.252z"/></svg>
Raycast in other icon packs
Copied!