edt loop icon

edt-loop from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.

Name
edt-loop
Set
Carbon
Style
Outline
Category
Brand
Viewbox
32×32
License
Apache 2.0

More brand icons from Carbon

Use the edt loop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.625 22.588a6.13 6.13 0 0 1-4.5-1.9l-3.1-3.2l-3.1 3.2a6.46 6.46 0 0 1-9.1 0a7.03 7.03 0 0 1-1.8-4.7a6.66 6.66 0 0 1 1.9-4.7a6.34 6.34 0 0 1 9 0l3.1 3.2l3.1-3.2a6.34 6.34 0 0 1 9 0a6.83 6.83 0 0 1 0 9.4a6.54 6.54 0 0 1-4.5 1.9m-6.2-6.6l3.1 3.3a4.406 4.406 0 0 0 6.2 0a4.91 4.91 0 0 0 0-6.6a4.406 4.406 0 0 0-6.2 0Zm-9-4.6a4.16 4.16 0 0 0-3.1 1.3a4.84 4.84 0 0 0 0 6.6a4.406 4.406 0 0 0 6.2 0l3.1-3.3l-3.1-3.3a4.77 4.77 0 0 0-3.1-1.3"/></svg>

React

import type { SVGProps } from "react";

export function CarbonEdtLoop(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="M23.625 22.588a6.13 6.13 0 0 1-4.5-1.9l-3.1-3.2l-3.1 3.2a6.46 6.46 0 0 1-9.1 0a7.03 7.03 0 0 1-1.8-4.7a6.66 6.66 0 0 1 1.9-4.7a6.34 6.34 0 0 1 9 0l3.1 3.2l3.1-3.2a6.34 6.34 0 0 1 9 0a6.83 6.83 0 0 1 0 9.4a6.54 6.54 0 0 1-4.5 1.9m-6.2-6.6l3.1 3.3a4.406 4.406 0 0 0 6.2 0a4.91 4.91 0 0 0 0-6.6a4.406 4.406 0 0 0-6.2 0Zm-9-4.6a4.16 4.16 0 0 0-3.1 1.3a4.84 4.84 0 0 0 0 6.6a4.406 4.406 0 0 0 6.2 0l3.1-3.3l-3.1-3.3a4.77 4.77 0 0 0-3.1-1.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.625 22.588a6.13 6.13 0 0 1-4.5-1.9l-3.1-3.2l-3.1 3.2a6.46 6.46 0 0 1-9.1 0a7.03 7.03 0 0 1-1.8-4.7a6.66 6.66 0 0 1 1.9-4.7a6.34 6.34 0 0 1 9 0l3.1 3.2l3.1-3.2a6.34 6.34 0 0 1 9 0a6.83 6.83 0 0 1 0 9.4a6.54 6.54 0 0 1-4.5 1.9m-6.2-6.6l3.1 3.3a4.406 4.406 0 0 0 6.2 0a4.91 4.91 0 0 0 0-6.6a4.406 4.406 0 0 0-6.2 0Zm-9-4.6a4.16 4.16 0 0 0-3.1 1.3a4.84 4.84 0 0 0 0 6.6a4.406 4.406 0 0 0 6.2 0l3.1-3.3l-3.1-3.3a4.77 4.77 0 0 0-3.1-1.3"/></svg>
</template>

CSS

.icon-edt-loop {
  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%22M23.625%2022.588a6.13%206.13%200%200%201-4.5-1.9l-3.1-3.2l-3.1%203.2a6.46%206.46%200%200%201-9.1%200a7.03%207.03%200%200%201-1.8-4.7a6.66%206.66%200%200%201%201.9-4.7a6.34%206.34%200%200%201%209%200l3.1%203.2l3.1-3.2a6.34%206.34%200%200%201%209%200a6.83%206.83%200%200%201%200%209.4a6.54%206.54%200%200%201-4.5%201.9m-6.2-6.6l3.1%203.3a4.406%204.406%200%200%200%206.2%200a4.91%204.91%200%200%200%200-6.6a4.406%204.406%200%200%200-6.2%200Zm-9-4.6a4.16%204.16%200%200%200-3.1%201.3a4.84%204.84%200%200%200%200%206.6a4.406%204.406%200%200%200%206.2%200l3.1-3.3l-3.1-3.3a4.77%204.77%200%200%200-3.1-1.3%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%22M23.625%2022.588a6.13%206.13%200%200%201-4.5-1.9l-3.1-3.2l-3.1%203.2a6.46%206.46%200%200%201-9.1%200a7.03%207.03%200%200%201-1.8-4.7a6.66%206.66%200%200%201%201.9-4.7a6.34%206.34%200%200%201%209%200l3.1%203.2l3.1-3.2a6.34%206.34%200%200%201%209%200a6.83%206.83%200%200%201%200%209.4a6.54%206.54%200%200%201-4.5%201.9m-6.2-6.6l3.1%203.3a4.406%204.406%200%200%200%206.2%200a4.91%204.91%200%200%200%200-6.6a4.406%204.406%200%200%200-6.2%200Zm-9-4.6a4.16%204.16%200%200%200-3.1%201.3a4.84%204.84%200%200%200%200%206.6a4.406%204.406%200%200%200%206.2%200l3.1-3.3l-3.1-3.3a4.77%204.77%200%200%200-3.1-1.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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