cursor arrow rays icon
cursor-arrow-rays-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.
- Name
- cursor-arrow-rays-20-solid
- Set
- HeroIcons
- Style
- Solid 20x20
- Viewbox
- 20×20
- License
- MIT
3 other variants in HeroIcons
Related icons in HeroIcons
Use the cursor arrow rays icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 1M5.05 3.05a.75.75 0 0 1 1.06 0l1.062 1.06A.75.75 0 1 1 6.11 5.173L5.05 4.11a.75.75 0 0 1 0-1.06m9.9 0a.75.75 0 0 1 0 1.06l-1.06 1.062a.75.75 0 0 1-1.062-1.061l1.061-1.06a.75.75 0 0 1 1.06 0M3 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 8m11 0a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 14 8m-6.828 2.828a.75.75 0 0 1 0 1.061L6.11 12.95a.75.75 0 0 1-1.06-1.06l1.06-1.06a.75.75 0 0 1 1.06 0m3.596-3.32a.75.75 0 0 0-1.37.365l-.492 6.861a.75.75 0 0 0 1.204.65l1.043-.799l.985 3.678a.75.75 0 0 0 1.45-.388l-.978-3.646l1.292.204a.75.75 0 0 0 .74-1.16z"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsCursorArrowRays20Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 1M5.05 3.05a.75.75 0 0 1 1.06 0l1.062 1.06A.75.75 0 1 1 6.11 5.173L5.05 4.11a.75.75 0 0 1 0-1.06m9.9 0a.75.75 0 0 1 0 1.06l-1.06 1.062a.75.75 0 0 1-1.062-1.061l1.061-1.06a.75.75 0 0 1 1.06 0M3 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 8m11 0a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 14 8m-6.828 2.828a.75.75 0 0 1 0 1.061L6.11 12.95a.75.75 0 0 1-1.06-1.06l1.06-1.06a.75.75 0 0 1 1.06 0m3.596-3.32a.75.75 0 0 0-1.37.365l-.492 6.861a.75.75 0 0 0 1.204.65l1.043-.799l.985 3.678a.75.75 0 0 0 1.45-.388l-.978-3.646l1.292.204a.75.75 0 0 0 .74-1.16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 1M5.05 3.05a.75.75 0 0 1 1.06 0l1.062 1.06A.75.75 0 1 1 6.11 5.173L5.05 4.11a.75.75 0 0 1 0-1.06m9.9 0a.75.75 0 0 1 0 1.06l-1.06 1.062a.75.75 0 0 1-1.062-1.061l1.061-1.06a.75.75 0 0 1 1.06 0M3 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 8m11 0a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 14 8m-6.828 2.828a.75.75 0 0 1 0 1.061L6.11 12.95a.75.75 0 0 1-1.06-1.06l1.06-1.06a.75.75 0 0 1 1.06 0m3.596-3.32a.75.75 0 0 0-1.37.365l-.492 6.861a.75.75 0 0 0 1.204.65l1.043-.799l.985 3.678a.75.75 0 0 0 1.45-.388l-.978-3.646l1.292.204a.75.75 0 0 0 .74-1.16z"/></svg> </template>
CSS
.icon-cursor-arrow-rays-20-solid {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5A.75.75%200%200%201%2010%201M5.05%203.05a.75.75%200%200%201%201.06%200l1.062%201.06A.75.75%200%201%201%206.11%205.173L5.05%204.11a.75.75%200%200%201%200-1.06m9.9%200a.75.75%200%200%201%200%201.06l-1.06%201.062a.75.75%200%200%201-1.062-1.061l1.061-1.06a.75.75%200%200%201%201.06%200M3%208a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%203%208m11%200a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%2014%208m-6.828%202.828a.75.75%200%200%201%200%201.061L6.11%2012.95a.75.75%200%200%201-1.06-1.06l1.06-1.06a.75.75%200%200%201%201.06%200m3.596-3.32a.75.75%200%200%200-1.37.365l-.492%206.861a.75.75%200%200%200%201.204.65l1.043-.799l.985%203.678a.75.75%200%200%200%201.45-.388l-.978-3.646l1.292.204a.75.75%200%200%200%20.74-1.16z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201a.75.75%200%200%201%20.75.75v1.5a.75.75%200%200%201-1.5%200v-1.5A.75.75%200%200%201%2010%201M5.05%203.05a.75.75%200%200%201%201.06%200l1.062%201.06A.75.75%200%201%201%206.11%205.173L5.05%204.11a.75.75%200%200%201%200-1.06m9.9%200a.75.75%200%200%201%200%201.06l-1.06%201.062a.75.75%200%200%201-1.062-1.061l1.061-1.06a.75.75%200%200%201%201.06%200M3%208a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%203%208m11%200a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%2014%208m-6.828%202.828a.75.75%200%200%201%200%201.061L6.11%2012.95a.75.75%200%200%201-1.06-1.06l1.06-1.06a.75.75%200%200%201%201.06%200m3.596-3.32a.75.75%200%200%200-1.37.365l-.492%206.861a.75.75%200%200%200%201.204.65l1.043-.799l.985%203.678a.75.75%200%200%200%201.45-.388l-.978-3.646l1.292.204a.75.75%200%200%200%20.74-1.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/cursor-arrow-rays-20-solid.svg?color=%231a73e8&size=48