cursor-rays from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
cursor-rays
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Use the cursor rays icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 4.797c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039 2.04v6.844c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Zm-15.376 12.96c.774.798 2.086.798 2.883 0c.773-.773.773-2.085 0-2.882l-4.805-4.828c-.773-.774-2.086-.797-2.883-.024c-.773.774-.773 2.086 0 2.883Zm23.531-2.648c-.773.797-.773 2.11 0 2.883c.797.797 2.11.797 2.907 0l4.828-4.828a2.066 2.066 0 0 0 0-2.906c-.774-.774-2.086-.774-2.883 0ZM40 50.852l-4.64-10.829l5.953.329c.96.046 1.43-.985.75-1.688L27.766 24.062c-.633-.656-1.57-.304-1.617.633l-.258 20.297c-.024 1.008 1.101 1.43 1.758.68l3.82-4.219l4.476 11.086c.235.492.703.703 1.149.54l2.508-1.032c.445-.164.632-.703.398-1.195M4.61 26.148c-1.102 0-2.04.938-2.04 2.04c0 1.101.938 2.039 2.04 2.039h6.867c1.101 0 2.039-.938 2.039-2.04c0-1.101-.938-2.039-2.04-2.039Zm46.78 4.079c1.102 0 2.04-.938 2.04-2.04c0-1.101-.938-2.039-2.04-2.039h-6.843c-1.102 0-2.04.938-2.04 2.04c0 1.101.938 2.039 2.04 2.039ZM10.07 43.21c-.796.773-.796 2.11-.023 2.883s2.11.797 2.906.023l4.828-4.828c.774-.773.774-2.086 0-2.883c-.75-.773-2.086-.773-2.882 0Z"/></svg>

React

import type { SVGProps } from "react";

export function F7CursorRays(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 4.797c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039 2.04v6.844c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Zm-15.376 12.96c.774.798 2.086.798 2.883 0c.773-.773.773-2.085 0-2.882l-4.805-4.828c-.773-.774-2.086-.797-2.883-.024c-.773.774-.773 2.086 0 2.883Zm23.531-2.648c-.773.797-.773 2.11 0 2.883c.797.797 2.11.797 2.907 0l4.828-4.828a2.066 2.066 0 0 0 0-2.906c-.774-.774-2.086-.774-2.883 0ZM40 50.852l-4.64-10.829l5.953.329c.96.046 1.43-.985.75-1.688L27.766 24.062c-.633-.656-1.57-.304-1.617.633l-.258 20.297c-.024 1.008 1.101 1.43 1.758.68l3.82-4.219l4.476 11.086c.235.492.703.703 1.149.54l2.508-1.032c.445-.164.632-.703.398-1.195M4.61 26.148c-1.102 0-2.04.938-2.04 2.04c0 1.101.938 2.039 2.04 2.039h6.867c1.101 0 2.039-.938 2.039-2.04c0-1.101-.938-2.039-2.04-2.039Zm46.78 4.079c1.102 0 2.04-.938 2.04-2.04c0-1.101-.938-2.039-2.04-2.039h-6.843c-1.102 0-2.04.938-2.04 2.04c0 1.101.938 2.039 2.04 2.039ZM10.07 43.21c-.796.773-.796 2.11-.023 2.883s2.11.797 2.906.023l4.828-4.828c.774-.773.774-2.086 0-2.883c-.75-.773-2.086-.773-2.882 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 4.797c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039 2.04v6.844c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Zm-15.376 12.96c.774.798 2.086.798 2.883 0c.773-.773.773-2.085 0-2.882l-4.805-4.828c-.773-.774-2.086-.797-2.883-.024c-.773.774-.773 2.086 0 2.883Zm23.531-2.648c-.773.797-.773 2.11 0 2.883c.797.797 2.11.797 2.907 0l4.828-4.828a2.066 2.066 0 0 0 0-2.906c-.774-.774-2.086-.774-2.883 0ZM40 50.852l-4.64-10.829l5.953.329c.96.046 1.43-.985.75-1.688L27.766 24.062c-.633-.656-1.57-.304-1.617.633l-.258 20.297c-.024 1.008 1.101 1.43 1.758.68l3.82-4.219l4.476 11.086c.235.492.703.703 1.149.54l2.508-1.032c.445-.164.632-.703.398-1.195M4.61 26.148c-1.102 0-2.04.938-2.04 2.04c0 1.101.938 2.039 2.04 2.039h6.867c1.101 0 2.039-.938 2.039-2.04c0-1.101-.938-2.039-2.04-2.039Zm46.78 4.079c1.102 0 2.04-.938 2.04-2.04c0-1.101-.938-2.039-2.04-2.039h-6.843c-1.102 0-2.04.938-2.04 2.04c0 1.101.938 2.039 2.04 2.039ZM10.07 43.21c-.796.773-.796 2.11-.023 2.883s2.11.797 2.906.023l4.828-4.828c.774-.773.774-2.086 0-2.883c-.75-.773-2.086-.773-2.882 0Z"/></svg>
</template>

CSS

.icon-cursor-rays {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.04%204.797c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039%202.04v6.844c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04Zm-15.376%2012.96c.774.798%202.086.798%202.883%200c.773-.773.773-2.085%200-2.882l-4.805-4.828c-.773-.774-2.086-.797-2.883-.024c-.773.774-.773%202.086%200%202.883Zm23.531-2.648c-.773.797-.773%202.11%200%202.883c.797.797%202.11.797%202.907%200l4.828-4.828a2.066%202.066%200%200%200%200-2.906c-.774-.774-2.086-.774-2.883%200ZM40%2050.852l-4.64-10.829l5.953.329c.96.046%201.43-.985.75-1.688L27.766%2024.062c-.633-.656-1.57-.304-1.617.633l-.258%2020.297c-.024%201.008%201.101%201.43%201.758.68l3.82-4.219l4.476%2011.086c.235.492.703.703%201.149.54l2.508-1.032c.445-.164.632-.703.398-1.195M4.61%2026.148c-1.102%200-2.04.938-2.04%202.04c0%201.101.938%202.039%202.04%202.039h6.867c1.101%200%202.039-.938%202.039-2.04c0-1.101-.938-2.039-2.04-2.039Zm46.78%204.079c1.102%200%202.04-.938%202.04-2.04c0-1.101-.938-2.039-2.04-2.039h-6.843c-1.102%200-2.04.938-2.04%202.04c0%201.101.938%202.039%202.04%202.039ZM10.07%2043.21c-.796.773-.796%202.11-.023%202.883s2.11.797%202.906.023l4.828-4.828c.774-.773.774-2.086%200-2.883c-.75-.773-2.086-.773-2.882%200Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.04%204.797c0-1.102-.938-2.04-2.04-2.04s-2.039.938-2.039%202.04v6.844c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04Zm-15.376%2012.96c.774.798%202.086.798%202.883%200c.773-.773.773-2.085%200-2.882l-4.805-4.828c-.773-.774-2.086-.797-2.883-.024c-.773.774-.773%202.086%200%202.883Zm23.531-2.648c-.773.797-.773%202.11%200%202.883c.797.797%202.11.797%202.907%200l4.828-4.828a2.066%202.066%200%200%200%200-2.906c-.774-.774-2.086-.774-2.883%200ZM40%2050.852l-4.64-10.829l5.953.329c.96.046%201.43-.985.75-1.688L27.766%2024.062c-.633-.656-1.57-.304-1.617.633l-.258%2020.297c-.024%201.008%201.101%201.43%201.758.68l3.82-4.219l4.476%2011.086c.235.492.703.703%201.149.54l2.508-1.032c.445-.164.632-.703.398-1.195M4.61%2026.148c-1.102%200-2.04.938-2.04%202.04c0%201.101.938%202.039%202.04%202.039h6.867c1.101%200%202.039-.938%202.039-2.04c0-1.101-.938-2.039-2.04-2.039Zm46.78%204.079c1.102%200%202.04-.938%202.04-2.04c0-1.101-.938-2.039-2.04-2.039h-6.843c-1.102%200-2.04.938-2.04%202.04c0%201.101.938%202.039%202.04%202.039ZM10.07%2043.21c-.796.773-.796%202.11-.023%202.883s2.11.797%202.906.023l4.828-4.828c.774-.773.774-2.086%200-2.883c-.75-.773-2.086-.773-2.882%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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