left arrow circle icon

left-arrow-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
left-arrow-circle
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-left-arrow-circle

The same icon in other sets

Related icons in BoxIcons v2

Use the left arrow circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 1.993C6.486 1.994 2 6.48 1.999 11.994s4.486 10 10.001 10c5.514-.001 10-4.487 10-10c0-5.514-4.486-10-10.001-10.001M12 19.994c-4.412 0-8.001-3.589-8.001-8c.001-4.411 3.59-8 8-8.001C16.411 3.994 20 7.583 20 11.994s-3.589 7.999-8 8"/><path fill="currentColor" d="m12.012 7.989l-4.005 4.005l4.005 4.004v-3.004h3.994v-2h-3.994z"/></svg>

React

import type { SVGProps } from "react";

export function BxLeftArrowCircle(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="M11.999 1.993C6.486 1.994 2 6.48 1.999 11.994s4.486 10 10.001 10c5.514-.001 10-4.487 10-10c0-5.514-4.486-10-10.001-10.001M12 19.994c-4.412 0-8.001-3.589-8.001-8c.001-4.411 3.59-8 8-8.001C16.411 3.994 20 7.583 20 11.994s-3.589 7.999-8 8"/><path fill="currentColor" d="m12.012 7.989l-4.005 4.005l4.005 4.004v-3.004h3.994v-2h-3.994z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 1.993C6.486 1.994 2 6.48 1.999 11.994s4.486 10 10.001 10c5.514-.001 10-4.487 10-10c0-5.514-4.486-10-10.001-10.001M12 19.994c-4.412 0-8.001-3.589-8.001-8c.001-4.411 3.59-8 8-8.001C16.411 3.994 20 7.583 20 11.994s-3.589 7.999-8 8"/><path fill="currentColor" d="m12.012 7.989l-4.005 4.005l4.005 4.004v-3.004h3.994v-2h-3.994z"/></svg>
</template>

CSS

.icon-left-arrow-circle {
  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%22M11.999%201.993C6.486%201.994%202%206.48%201.999%2011.994s4.486%2010%2010.001%2010c5.514-.001%2010-4.487%2010-10c0-5.514-4.486-10-10.001-10.001M12%2019.994c-4.412%200-8.001-3.589-8.001-8c.001-4.411%203.59-8%208-8.001C16.411%203.994%2020%207.583%2020%2011.994s-3.589%207.999-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.012%207.989l-4.005%204.005l4.005%204.004v-3.004h3.994v-2h-3.994z%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%22M11.999%201.993C6.486%201.994%202%206.48%201.999%2011.994s4.486%2010%2010.001%2010c5.514-.001%2010-4.487%2010-10c0-5.514-4.486-10-10.001-10.001M12%2019.994c-4.412%200-8.001-3.589-8.001-8c.001-4.411%203.59-8%208-8.001C16.411%203.994%2020%207.583%2020%2011.994s-3.589%207.999-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.012%207.989l-4.005%204.005l4.005%204.004v-3.004h3.994v-2h-3.994z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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