cursor arrow icon
cursor-arrow from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- cursor-arrow
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Related icons in Radix Icons
Use the cursor arrow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M3.292.049a.5.5 0 0 1 .535.077l9.031 7.824a.5.5 0 0 1-.304.878l-3.335.147l1.931 4.244a.5.5 0 0 1-.248.662l-2.152.98a.5.5 0 0 1-.662-.247L6.152 10.37l-2.29 2.416A.5.5 0 0 1 3 12.441V.504l.005-.072a.5.5 0 0 1 .287-.383M4 11.187l1.938-2.042l.045-.042a.5.5 0 0 1 .773.178l2.034 4.462l1.243-.565l-2.031-4.463a.5.5 0 0 1 .433-.706l2.82-.125L4 1.598z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsCursorArrow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M3.292.049a.5.5 0 0 1 .535.077l9.031 7.824a.5.5 0 0 1-.304.878l-3.335.147l1.931 4.244a.5.5 0 0 1-.248.662l-2.152.98a.5.5 0 0 1-.662-.247L6.152 10.37l-2.29 2.416A.5.5 0 0 1 3 12.441V.504l.005-.072a.5.5 0 0 1 .287-.383M4 11.187l1.938-2.042l.045-.042a.5.5 0 0 1 .773.178l2.034 4.462l1.243-.565l-2.031-4.463a.5.5 0 0 1 .433-.706l2.82-.125L4 1.598z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M3.292.049a.5.5 0 0 1 .535.077l9.031 7.824a.5.5 0 0 1-.304.878l-3.335.147l1.931 4.244a.5.5 0 0 1-.248.662l-2.152.98a.5.5 0 0 1-.662-.247L6.152 10.37l-2.29 2.416A.5.5 0 0 1 3 12.441V.504l.005-.072a.5.5 0 0 1 .287-.383M4 11.187l1.938-2.042l.045-.042a.5.5 0 0 1 .773.178l2.034 4.462l1.243-.565l-2.031-4.463a.5.5 0 0 1 .433-.706l2.82-.125L4 1.598z"/></svg> </template>
CSS
.icon-cursor-arrow {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.292.049a.5.5%200%200%201%20.535.077l9.031%207.824a.5.5%200%200%201-.304.878l-3.335.147l1.931%204.244a.5.5%200%200%201-.248.662l-2.152.98a.5.5%200%200%201-.662-.247L6.152%2010.37l-2.29%202.416A.5.5%200%200%201%203%2012.441V.504l.005-.072a.5.5%200%200%201%20.287-.383M4%2011.187l1.938-2.042l.045-.042a.5.5%200%200%201%20.773.178l2.034%204.462l1.243-.565l-2.031-4.463a.5.5%200%200%201%20.433-.706l2.82-.125L4%201.598z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.292.049a.5.5%200%200%201%20.535.077l9.031%207.824a.5.5%200%200%201-.304.878l-3.335.147l1.931%204.244a.5.5%200%200%201-.248.662l-2.152.98a.5.5%200%200%201-.662-.247L6.152%2010.37l-2.29%202.416A.5.5%200%200%201%203%2012.441V.504l.005-.072a.5.5%200%200%201%20.287-.383M4%2011.187l1.938-2.042l.045-.042a.5.5%200%200%201%20.773.178l2.034%204.462l1.243-.565l-2.031-4.463a.5.5%200%200%201%20.433-.706l2.82-.125L4%201.598z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/cursor-arrow.svg?color=%231a73e8&size=48