arrow circle right icon

arrow-circle-right-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
arrow-circle-right-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the arrow circle right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12A10 10 0 1 0 12 2A10 10 0 0 0 2 12m11.86-3.69l2.86 3a.5.5 0 0 1 .1.15a.5.5 0 0 1 .1.16a.94.94 0 0 1 0 .76a1 1 0 0 1-.21.33l-3 3a1 1 0 0 1-1.42-1.42l1.3-1.29H8a1 1 0 0 1 0-2h5.66l-1.25-1.31a1 1 0 0 1 1.45-1.38"/></svg>

React

import type { SVGProps } from "react";

export function EvaArrowCircleRightFill(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" d="M2 12A10 10 0 1 0 12 2A10 10 0 0 0 2 12m11.86-3.69l2.86 3a.5.5 0 0 1 .1.15a.5.5 0 0 1 .1.16a.94.94 0 0 1 0 .76a1 1 0 0 1-.21.33l-3 3a1 1 0 0 1-1.42-1.42l1.3-1.29H8a1 1 0 0 1 0-2h5.66l-1.25-1.31a1 1 0 0 1 1.45-1.38"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12A10 10 0 1 0 12 2A10 10 0 0 0 2 12m11.86-3.69l2.86 3a.5.5 0 0 1 .1.15a.5.5 0 0 1 .1.16a.94.94 0 0 1 0 .76a1 1 0 0 1-.21.33l-3 3a1 1 0 0 1-1.42-1.42l1.3-1.29H8a1 1 0 0 1 0-2h5.66l-1.25-1.31a1 1 0 0 1 1.45-1.38"/></svg>
</template>

CSS

.icon-arrow-circle-right-fill {
  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%20d%3D%22M2%2012A10%2010%200%201%200%2012%202A10%2010%200%200%200%202%2012m11.86-3.69l2.86%203a.5.5%200%200%201%20.1.15a.5.5%200%200%201%20.1.16a.94.94%200%200%201%200%20.76a1%201%200%200%201-.21.33l-3%203a1%201%200%200%201-1.42-1.42l1.3-1.29H8a1%201%200%200%201%200-2h5.66l-1.25-1.31a1%201%200%200%201%201.45-1.38%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%20d%3D%22M2%2012A10%2010%200%201%200%2012%202A10%2010%200%200%200%202%2012m11.86-3.69l2.86%203a.5.5%200%200%201%20.1.15a.5.5%200%200%201%20.1.16a.94.94%200%200%201%200%20.76a1%201%200%200%201-.21.33l-3%203a1%201%200%200%201-1.42-1.42l1.3-1.29H8a1%201%200%200%201%200-2h5.66l-1.25-1.31a1%201%200%200%201%201.45-1.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/arrow-circle-right-fill.svg?color=%231a73e8&size=48