direction loop left icon

direction-loop-left from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
direction-loop-left
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

More planning icons from Carbon

Use the direction loop left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 20h2v8h-2z"/><path fill="currentColor" d="M23 4a7.01 7.01 0 0 0-7 7v3h2v-3a5 5 0 1 1 5 5H5.828l4.586-4.586L9 10l-7 7l7 7l1.414-1.414L5.828 18H23a7 7 0 0 0 0-14"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDirectionLoopLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 20h2v8h-2z"/><path fill="currentColor" d="M23 4a7.01 7.01 0 0 0-7 7v3h2v-3a5 5 0 1 1 5 5H5.828l4.586-4.586L9 10l-7 7l7 7l1.414-1.414L5.828 18H23a7 7 0 0 0 0-14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 20h2v8h-2z"/><path fill="currentColor" d="M23 4a7.01 7.01 0 0 0-7 7v3h2v-3a5 5 0 1 1 5 5H5.828l4.586-4.586L9 10l-7 7l7 7l1.414-1.414L5.828 18H23a7 7 0 0 0 0-14"/></svg>
</template>

CSS

.icon-direction-loop-left {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020h2v8h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%204a7.01%207.01%200%200%200-7%207v3h2v-3a5%205%200%201%201%205%205H5.828l4.586-4.586L9%2010l-7%207l7%207l1.414-1.414L5.828%2018H23a7%207%200%200%200%200-14%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020h2v8h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%204a7.01%207.01%200%200%200-7%207v3h2v-3a5%205%200%201%201%205%205H5.828l4.586-4.586L9%2010l-7%207l7%207l1.414-1.414L5.828%2018H23a7%207%200%200%200%200-14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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