cursor arrow ripple icon

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

Name
cursor-arrow-ripple-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.303 5.197A7.5 7.5 0 0 0 6.697 15.803a.75.75 0 0 1-1.061 1.061A9 9 0 1 1 21 10.5a.75.75 0 0 1-1.5 0c0-1.92-.732-3.839-2.197-5.303m-2.121 2.121a4.5 4.5 0 0 0-6.364 6.364a.75.75 0 1 1-1.06 1.06A6 6 0 1 1 18 10.5a.75.75 0 0 1-1.5 0c0-1.153-.44-2.303-1.318-3.182m-3.634 1.314a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43l1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899l-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsCursorArrowRippleSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17.303 5.197A7.5 7.5 0 0 0 6.697 15.803a.75.75 0 0 1-1.061 1.061A9 9 0 1 1 21 10.5a.75.75 0 0 1-1.5 0c0-1.92-.732-3.839-2.197-5.303m-2.121 2.121a4.5 4.5 0 0 0-6.364 6.364a.75.75 0 1 1-1.06 1.06A6 6 0 1 1 18 10.5a.75.75 0 0 1-1.5 0c0-1.153-.44-2.303-1.318-3.182m-3.634 1.314a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43l1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899l-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.303 5.197A7.5 7.5 0 0 0 6.697 15.803a.75.75 0 0 1-1.061 1.061A9 9 0 1 1 21 10.5a.75.75 0 0 1-1.5 0c0-1.92-.732-3.839-2.197-5.303m-2.121 2.121a4.5 4.5 0 0 0-6.364 6.364a.75.75 0 1 1-1.06 1.06A6 6 0 1 1 18 10.5a.75.75 0 0 1-1.5 0c0-1.153-.44-2.303-1.318-3.182m-3.634 1.314a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43l1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899l-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cursor-arrow-ripple-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.303%205.197A7.5%207.5%200%200%200%206.697%2015.803a.75.75%200%200%201-1.061%201.061A9%209%200%201%201%2021%2010.5a.75.75%200%200%201-1.5%200c0-1.92-.732-3.839-2.197-5.303m-2.121%202.121a4.5%204.5%200%200%200-6.364%206.364a.75.75%200%201%201-1.06%201.06A6%206%200%201%201%2018%2010.5a.75.75%200%200%201-1.5%200c0-1.153-.44-2.303-1.318-3.182m-3.634%201.314a.75.75%200%200%201%20.82.311l5.228%207.917a.75.75%200%200%201-.777%201.148l-2.097-.43l1.045%203.9a.75.75%200%200%201-1.45.388l-1.044-3.899l-1.601%201.42a.75.75%200%200%201-1.247-.606l.569-9.47a.75.75%200%200%201%20.554-.68%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.303%205.197A7.5%207.5%200%200%200%206.697%2015.803a.75.75%200%200%201-1.061%201.061A9%209%200%201%201%2021%2010.5a.75.75%200%200%201-1.5%200c0-1.92-.732-3.839-2.197-5.303m-2.121%202.121a4.5%204.5%200%200%200-6.364%206.364a.75.75%200%201%201-1.06%201.06A6%206%200%201%201%2018%2010.5a.75.75%200%200%201-1.5%200c0-1.153-.44-2.303-1.318-3.182m-3.634%201.314a.75.75%200%200%201%20.82.311l5.228%207.917a.75.75%200%200%201-.777%201.148l-2.097-.43l1.045%203.9a.75.75%200%200%201-1.45.388l-1.044-3.899l-1.601%201.42a.75.75%200%200%201-1.247-.606l.569-9.47a.75.75%200%200%201%20.554-.68%22%20clip-rule%3D%22evenodd%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-solid.svg?color=%231a73e8&size=48