cursor arrow ripple icon

cursor-arrow-ripple-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.

Name
cursor-arrow-ripple-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
License
MIT

3 other variants in HeroIcons

Related icons in HeroIcons

Use the cursor arrow ripple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.038 4.038a5.25 5.25 0 0 0 0 7.424a.75.75 0 0 1-1.06 1.061A6.75 6.75 0 1 1 14.5 7.75a.75.75 0 1 1-1.5 0a5.25 5.25 0 0 0-8.962-3.712"/><path fill="currentColor" d="M7.712 7.136a.75.75 0 0 1 .814.302l2.984 4.377a.75.75 0 0 1-.726 1.164l-.76-.109l.289 1.075a.75.75 0 0 1-1.45.388l-.287-1.075l-.602.474a.75.75 0 0 1-1.212-.645l.396-5.283a.75.75 0 0 1 .554-.668"/><path fill="currentColor" d="M5.805 9.695A2.75 2.75 0 1 1 10.5 7.75a.75.75 0 0 0 1.5 0a4.25 4.25 0 1 0-7.255 3.005a.75.75 0 1 0 1.06-1.06"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsCursorArrowRipple16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.038 4.038a5.25 5.25 0 0 0 0 7.424a.75.75 0 0 1-1.06 1.061A6.75 6.75 0 1 1 14.5 7.75a.75.75 0 1 1-1.5 0a5.25 5.25 0 0 0-8.962-3.712"/><path fill="currentColor" d="M7.712 7.136a.75.75 0 0 1 .814.302l2.984 4.377a.75.75 0 0 1-.726 1.164l-.76-.109l.289 1.075a.75.75 0 0 1-1.45.388l-.287-1.075l-.602.474a.75.75 0 0 1-1.212-.645l.396-5.283a.75.75 0 0 1 .554-.668"/><path fill="currentColor" d="M5.805 9.695A2.75 2.75 0 1 1 10.5 7.75a.75.75 0 0 0 1.5 0a4.25 4.25 0 1 0-7.255 3.005a.75.75 0 1 0 1.06-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.038 4.038a5.25 5.25 0 0 0 0 7.424a.75.75 0 0 1-1.06 1.061A6.75 6.75 0 1 1 14.5 7.75a.75.75 0 1 1-1.5 0a5.25 5.25 0 0 0-8.962-3.712"/><path fill="currentColor" d="M7.712 7.136a.75.75 0 0 1 .814.302l2.984 4.377a.75.75 0 0 1-.726 1.164l-.76-.109l.289 1.075a.75.75 0 0 1-1.45.388l-.287-1.075l-.602.474a.75.75 0 0 1-1.212-.645l.396-5.283a.75.75 0 0 1 .554-.668"/><path fill="currentColor" d="M5.805 9.695A2.75 2.75 0 1 1 10.5 7.75a.75.75 0 0 0 1.5 0a4.25 4.25 0 1 0-7.255 3.005a.75.75 0 1 0 1.06-1.06"/></svg>
</template>

CSS

.icon-cursor-arrow-ripple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.038%204.038a5.25%205.25%200%200%200%200%207.424a.75.75%200%200%201-1.06%201.061A6.75%206.75%200%201%201%2014.5%207.75a.75.75%200%201%201-1.5%200a5.25%205.25%200%200%200-8.962-3.712%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.712%207.136a.75.75%200%200%201%20.814.302l2.984%204.377a.75.75%200%200%201-.726%201.164l-.76-.109l.289%201.075a.75.75%200%200%201-1.45.388l-.287-1.075l-.602.474a.75.75%200%200%201-1.212-.645l.396-5.283a.75.75%200%200%201%20.554-.668%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.805%209.695A2.75%202.75%200%201%201%2010.5%207.75a.75.75%200%200%200%201.5%200a4.25%204.25%200%201%200-7.255%203.005a.75.75%200%201%200%201.06-1.06%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.038%204.038a5.25%205.25%200%200%200%200%207.424a.75.75%200%200%201-1.06%201.061A6.75%206.75%200%201%201%2014.5%207.75a.75.75%200%201%201-1.5%200a5.25%205.25%200%200%200-8.962-3.712%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.712%207.136a.75.75%200%200%201%20.814.302l2.984%204.377a.75.75%200%200%201-.726%201.164l-.76-.109l.289%201.075a.75.75%200%200%201-1.45.388l-.287-1.075l-.602.474a.75.75%200%200%201-1.212-.645l.396-5.283a.75.75%200%200%201%20.554-.668%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.805%209.695A2.75%202.75%200%201%201%2010.5%207.75a.75.75%200%200%200%201.5%200a4.25%204.25%200%201%200-7.255%203.005a.75.75%200%201%200%201.06-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/cursor-arrow-ripple-16-solid.svg?color=%231a73e8&size=48