while loop icon

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

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

More organization icons from Carbon

Use the while 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-3H23zM9 7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7zm4.957 15l1.53-6.346l.774-3.164h.035l.74 3.164L18.565 22h2.562L24 9.997h-2.167l-1.22 5.76l-.757 3.68h-.052l-.842-3.68l-1.376-5.76h-2.511l-1.376 5.76l-.86 3.68h-.051l-.74-3.68l-1.186-5.76h-2.27L11.377 22z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWhileLoop(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-3H23zM9 7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7zm4.957 15l1.53-6.346l.774-3.164h.035l.74 3.164L18.565 22h2.562L24 9.997h-2.167l-1.22 5.76l-.757 3.68h-.052l-.842-3.68l-1.376-5.76h-2.511l-1.376 5.76l-.86 3.68h-.051l-.74-3.68l-1.186-5.76h-2.27L11.377 22z"/></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-3H23zM9 7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7zm4.957 15l1.53-6.346l.774-3.164h.035l.74 3.164L18.565 22h2.562L24 9.997h-2.167l-1.22 5.76l-.757 3.68h-.052l-.842-3.68l-1.376-5.76h-2.511l-1.376 5.76l-.86 3.68h-.051l-.74-3.68l-1.186-5.76h-2.27L11.377 22z"/></svg>
</template>

CSS

.icon-while-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-3H23zM9%207H5.248A6.95%206.95%200%200%201%2011%204h10c3.9%200%207%203.1%207%207v8h2v-8c0-5-4-9-9-9H11a8.95%208.95%200%200%200-7%203.352V2H2v7h7zm4.957%2015l1.53-6.346l.774-3.164h.035l.74%203.164L18.565%2022h2.562L24%209.997h-2.167l-1.22%205.76l-.757%203.68h-.052l-.842-3.68l-1.376-5.76h-2.511l-1.376%205.76l-.86%203.68h-.051l-.74-3.68l-1.186-5.76h-2.27L11.377%2022z%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-3H23zM9%207H5.248A6.95%206.95%200%200%201%2011%204h10c3.9%200%207%203.1%207%207v8h2v-8c0-5-4-9-9-9H11a8.95%208.95%200%200%200-7%203.352V2H2v7h7zm4.957%2015l1.53-6.346l.774-3.164h.035l.74%203.164L18.565%2022h2.562L24%209.997h-2.167l-1.22%205.76l-.757%203.68h-.052l-.842-3.68l-1.376-5.76h-2.511l-1.376%205.76l-.86%203.68h-.051l-.74-3.68l-1.186-5.76h-2.27L11.377%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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