arrow circle left icon

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

Name
arrow-circle-left-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 left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12a10 10 0 1 0-10 10a10 10 0 0 0 10-10m-11.86 3.69l-2.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-.33l3-3a1 1 0 0 1 1.42 1.42L10.41 11H16a1 1 0 0 1 0 2h-5.66l1.25 1.31a1 1 0 0 1-1.45 1.38"/></svg>

React

import type { SVGProps } from "react";

export function EvaArrowCircleLeftFill(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="M22 12a10 10 0 1 0-10 10a10 10 0 0 0 10-10m-11.86 3.69l-2.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-.33l3-3a1 1 0 0 1 1.42 1.42L10.41 11H16a1 1 0 0 1 0 2h-5.66l1.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="M22 12a10 10 0 1 0-10 10a10 10 0 0 0 10-10m-11.86 3.69l-2.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-.33l3-3a1 1 0 0 1 1.42 1.42L10.41 11H16a1 1 0 0 1 0 2h-5.66l1.25 1.31a1 1 0 0 1-1.45 1.38"/></svg>
</template>

CSS

.icon-arrow-circle-left-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%22M22%2012a10%2010%200%201%200-10%2010a10%2010%200%200%200%2010-10m-11.86%203.69l-2.86-3a.5.5%200%200%201-.1-.15a.5.5%200%200%201-.1-.16a.94.94%200%200%201%200-.76a1%201%200%200%201%20.21-.33l3-3a1%201%200%200%201%201.42%201.42L10.41%2011H16a1%201%200%200%201%200%202h-5.66l1.25%201.31a1%201%200%200%201-1.45%201.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%22M22%2012a10%2010%200%201%200-10%2010a10%2010%200%200%200%2010-10m-11.86%203.69l-2.86-3a.5.5%200%200%201-.1-.15a.5.5%200%200%201-.1-.16a.94.94%200%200%201%200-.76a1%201%200%200%201%20.21-.33l3-3a1%201%200%200%201%201.42%201.42L10.41%2011H16a1%201%200%200%201%200%202h-5.66l1.25%201.31a1%201%200%200%201-1.45%201.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-left-fill.svg?color=%231a73e8&size=48