queued icon

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

Name
queued
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the queued icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 20h8v2h-8zm0 4h8v2h-8zm0 4h8v2h-8zm-4-4h2v2h-2zm0-4h2v2h-2zm0 8h2v2h-2zM6.815 8.293a12.1 12.1 0 0 1 3.192-2.673l-1-1.73a14.1 14.1 0 0 0-3.723 3.118Zm18.37 0l1.53-1.285a14.1 14.1 0 0 0-3.723-3.118l-.999 1.73a12.1 12.1 0 0 1 3.192 2.673M4.737 11.9l-1.878-.683A13.9 13.9 0 0 0 2 16h2a11.9 11.9 0 0 1 .737-4.1m2.078 11.807A12 12 0 0 1 4.737 20.1l-1.878.683a14 14 0 0 0 2.425 4.21ZM27.263 11.9A11.9 11.9 0 0 1 28 16h2a13.9 13.9 0 0 0-.86-4.783ZM13.918 27.807a11.9 11.9 0 0 1-3.911-1.427l-1 1.73a13.9 13.9 0 0 0 4.564 1.664Zm0-23.614a11.3 11.3 0 0 1 4.164 0l.347-1.967a13.2 13.2 0 0 0-4.858 0Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonQueued(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="M22 20h8v2h-8zm0 4h8v2h-8zm0 4h8v2h-8zm-4-4h2v2h-2zm0-4h2v2h-2zm0 8h2v2h-2zM6.815 8.293a12.1 12.1 0 0 1 3.192-2.673l-1-1.73a14.1 14.1 0 0 0-3.723 3.118Zm18.37 0l1.53-1.285a14.1 14.1 0 0 0-3.723-3.118l-.999 1.73a12.1 12.1 0 0 1 3.192 2.673M4.737 11.9l-1.878-.683A13.9 13.9 0 0 0 2 16h2a11.9 11.9 0 0 1 .737-4.1m2.078 11.807A12 12 0 0 1 4.737 20.1l-1.878.683a14 14 0 0 0 2.425 4.21ZM27.263 11.9A11.9 11.9 0 0 1 28 16h2a13.9 13.9 0 0 0-.86-4.783ZM13.918 27.807a11.9 11.9 0 0 1-3.911-1.427l-1 1.73a13.9 13.9 0 0 0 4.564 1.664Zm0-23.614a11.3 11.3 0 0 1 4.164 0l.347-1.967a13.2 13.2 0 0 0-4.858 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 20h8v2h-8zm0 4h8v2h-8zm0 4h8v2h-8zm-4-4h2v2h-2zm0-4h2v2h-2zm0 8h2v2h-2zM6.815 8.293a12.1 12.1 0 0 1 3.192-2.673l-1-1.73a14.1 14.1 0 0 0-3.723 3.118Zm18.37 0l1.53-1.285a14.1 14.1 0 0 0-3.723-3.118l-.999 1.73a12.1 12.1 0 0 1 3.192 2.673M4.737 11.9l-1.878-.683A13.9 13.9 0 0 0 2 16h2a11.9 11.9 0 0 1 .737-4.1m2.078 11.807A12 12 0 0 1 4.737 20.1l-1.878.683a14 14 0 0 0 2.425 4.21ZM27.263 11.9A11.9 11.9 0 0 1 28 16h2a13.9 13.9 0 0 0-.86-4.783ZM13.918 27.807a11.9 11.9 0 0 1-3.911-1.427l-1 1.73a13.9 13.9 0 0 0 4.564 1.664Zm0-23.614a11.3 11.3 0 0 1 4.164 0l.347-1.967a13.2 13.2 0 0 0-4.858 0Z"/></svg>
</template>

CSS

.icon-queued {
  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%22M22%2020h8v2h-8zm0%204h8v2h-8zm0%204h8v2h-8zm-4-4h2v2h-2zm0-4h2v2h-2zm0%208h2v2h-2zM6.815%208.293a12.1%2012.1%200%200%201%203.192-2.673l-1-1.73a14.1%2014.1%200%200%200-3.723%203.118Zm18.37%200l1.53-1.285a14.1%2014.1%200%200%200-3.723-3.118l-.999%201.73a12.1%2012.1%200%200%201%203.192%202.673M4.737%2011.9l-1.878-.683A13.9%2013.9%200%200%200%202%2016h2a11.9%2011.9%200%200%201%20.737-4.1m2.078%2011.807A12%2012%200%200%201%204.737%2020.1l-1.878.683a14%2014%200%200%200%202.425%204.21ZM27.263%2011.9A11.9%2011.9%200%200%201%2028%2016h2a13.9%2013.9%200%200%200-.86-4.783ZM13.918%2027.807a11.9%2011.9%200%200%201-3.911-1.427l-1%201.73a13.9%2013.9%200%200%200%204.564%201.664Zm0-23.614a11.3%2011.3%200%200%201%204.164%200l.347-1.967a13.2%2013.2%200%200%200-4.858%200Z%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%22M22%2020h8v2h-8zm0%204h8v2h-8zm0%204h8v2h-8zm-4-4h2v2h-2zm0-4h2v2h-2zm0%208h2v2h-2zM6.815%208.293a12.1%2012.1%200%200%201%203.192-2.673l-1-1.73a14.1%2014.1%200%200%200-3.723%203.118Zm18.37%200l1.53-1.285a14.1%2014.1%200%200%200-3.723-3.118l-.999%201.73a12.1%2012.1%200%200%201%203.192%202.673M4.737%2011.9l-1.878-.683A13.9%2013.9%200%200%200%202%2016h2a11.9%2011.9%200%200%201%20.737-4.1m2.078%2011.807A12%2012%200%200%201%204.737%2020.1l-1.878.683a14%2014%200%200%200%202.425%204.21ZM27.263%2011.9A11.9%2011.9%200%200%201%2028%2016h2a13.9%2013.9%200%200%200-.86-4.783ZM13.918%2027.807a11.9%2011.9%200%200%201-3.911-1.427l-1%201.73a13.9%2013.9%200%200%200%204.564%201.664Zm0-23.614a11.3%2011.3%200%200%201%204.164%200l.347-1.967a13.2%2013.2%200%200%200-4.858%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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