for loop icon

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

Name
for-loop
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the for 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 23h7v7h-2v-3.352A8.95 8.95 0 0 1 21 30H11c-5 0-9-4-9-9v-8h2v8c0 3.9 3.1 7 7 7h10a6.95 6.95 0 0 0 5.752-3H23zM21 2H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7V7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9m-.279 10.012V10H13v12h2.27v-5.073h4.746v-2.012H15.27v-2.903z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonForLoop(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 23h7v7h-2v-3.352A8.95 8.95 0 0 1 21 30H11c-5 0-9-4-9-9v-8h2v8c0 3.9 3.1 7 7 7h10a6.95 6.95 0 0 0 5.752-3H23zM21 2H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7V7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9m-.279 10.012V10H13v12h2.27v-5.073h4.746v-2.012H15.27v-2.903z"/></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 23h7v7h-2v-3.352A8.95 8.95 0 0 1 21 30H11c-5 0-9-4-9-9v-8h2v8c0 3.9 3.1 7 7 7h10a6.95 6.95 0 0 0 5.752-3H23zM21 2H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7V7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9m-.279 10.012V10H13v12h2.27v-5.073h4.746v-2.012H15.27v-2.903z"/></svg>
</template>

CSS

.icon-for-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%2023h7v7h-2v-3.352A8.95%208.95%200%200%201%2021%2030H11c-5%200-9-4-9-9v-8h2v8c0%203.9%203.1%207%207%207h10a6.95%206.95%200%200%200%205.752-3H23zM21%202H11a8.95%208.95%200%200%200-7%203.352V2H2v7h7V7H5.248A6.95%206.95%200%200%201%2011%204h10c3.9%200%207%203.1%207%207v8h2v-8c0-5-4-9-9-9m-.279%2010.012V10H13v12h2.27v-5.073h4.746v-2.012H15.27v-2.903z%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%2023h7v7h-2v-3.352A8.95%208.95%200%200%201%2021%2030H11c-5%200-9-4-9-9v-8h2v8c0%203.9%203.1%207%207%207h10a6.95%206.95%200%200%200%205.752-3H23zM21%202H11a8.95%208.95%200%200%200-7%203.352V2H2v7h7V7H5.248A6.95%206.95%200%200%201%2011%204h10c3.9%200%207%203.1%207%207v8h2v-8c0-5-4-9-9-9m-.279%2010.012V10H13v12h2.27v-5.073h4.746v-2.012H15.27v-2.903z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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