add-queue-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
add-queue-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Use the add queue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.17 2.25h7.66c.535 0 .98 0 1.345.03c.38.03.736.098 1.073.27a2.75 2.75 0 0 1 1.203 1.201c.171.338.238.694.27 1.074c.03.364.03.81.03 1.344v7.661c0 .534 0 .98-.03 1.345c-.032.38-.099.736-.27 1.073a2.75 2.75 0 0 1-1.203 1.203c-.337.171-.693.238-1.072.27c-.364.029-.809.029-1.342.029h-7.667c-.534 0-.979 0-1.343-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V6.17c0-.534 0-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75 2.75 0 0 1 1.2-1.201c.338-.172.694-.24 1.074-.27c.365-.03.81-.03 1.345-.03M3 8.25a.75.75 0 0 1 .75.75v10.4c0 .292 0 .466.011.596a.6.6 0 0 0 .018.12a.25.25 0 0 0 .104.105a.6.6 0 0 0 .12.018c.13.01.304.011.595.011H15a.75.75 0 0 1 0 1.5H4.572c-.257 0-.493 0-.69-.016a1.8 1.8 0 0 1-.677-.175a1.75 1.75 0 0 1-.764-.765a1.8 1.8 0 0 1-.175-.676a9 9 0 0 1-.016-.692V9A.75.75 0 0 1 3 8.25m11-2a.75.75 0 0 0-.75.75v2.25H11a.75.75 0 0 0 0 1.5h2.25V13a.75.75 0 0 0 1.5 0v-2.25H17a.75.75 0 0 0 0-1.5h-2.25V7a.75.75 0 0 0-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function MynauiAddQueueSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.17 2.25h7.66c.535 0 .98 0 1.345.03c.38.03.736.098 1.073.27a2.75 2.75 0 0 1 1.203 1.201c.171.338.238.694.27 1.074c.03.364.03.81.03 1.344v7.661c0 .534 0 .98-.03 1.345c-.032.38-.099.736-.27 1.073a2.75 2.75 0 0 1-1.203 1.203c-.337.171-.693.238-1.072.27c-.364.029-.809.029-1.342.029h-7.667c-.534 0-.979 0-1.343-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V6.17c0-.534 0-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75 2.75 0 0 1 1.2-1.201c.338-.172.694-.24 1.074-.27c.365-.03.81-.03 1.345-.03M3 8.25a.75.75 0 0 1 .75.75v10.4c0 .292 0 .466.011.596a.6.6 0 0 0 .018.12a.25.25 0 0 0 .104.105a.6.6 0 0 0 .12.018c.13.01.304.011.595.011H15a.75.75 0 0 1 0 1.5H4.572c-.257 0-.493 0-.69-.016a1.8 1.8 0 0 1-.677-.175a1.75 1.75 0 0 1-.764-.765a1.8 1.8 0 0 1-.175-.676a9 9 0 0 1-.016-.692V9A.75.75 0 0 1 3 8.25m11-2a.75.75 0 0 0-.75.75v2.25H11a.75.75 0 0 0 0 1.5h2.25V13a.75.75 0 0 0 1.5 0v-2.25H17a.75.75 0 0 0 0-1.5h-2.25V7a.75.75 0 0 0-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.17 2.25h7.66c.535 0 .98 0 1.345.03c.38.03.736.098 1.073.27a2.75 2.75 0 0 1 1.203 1.201c.171.338.238.694.27 1.074c.03.364.03.81.03 1.344v7.661c0 .534 0 .98-.03 1.345c-.032.38-.099.736-.27 1.073a2.75 2.75 0 0 1-1.203 1.203c-.337.171-.693.238-1.072.27c-.364.029-.809.029-1.342.029h-7.667c-.534 0-.979 0-1.343-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V6.17c0-.534 0-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75 2.75 0 0 1 1.2-1.201c.338-.172.694-.24 1.074-.27c.365-.03.81-.03 1.345-.03M3 8.25a.75.75 0 0 1 .75.75v10.4c0 .292 0 .466.011.596a.6.6 0 0 0 .018.12a.25.25 0 0 0 .104.105a.6.6 0 0 0 .12.018c.13.01.304.011.595.011H15a.75.75 0 0 1 0 1.5H4.572c-.257 0-.493 0-.69-.016a1.8 1.8 0 0 1-.677-.175a1.75 1.75 0 0 1-.764-.765a1.8 1.8 0 0 1-.175-.676a9 9 0 0 1-.016-.692V9A.75.75 0 0 1 3 8.25m11-2a.75.75 0 0 0-.75.75v2.25H11a.75.75 0 0 0 0 1.5h2.25V13a.75.75 0 0 0 1.5 0v-2.25H17a.75.75 0 0 0 0-1.5h-2.25V7a.75.75 0 0 0-.75-.75"/></svg>
</template>

CSS

.icon-add-queue-solid {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.17%202.25h7.66c.535%200%20.98%200%201.345.03c.38.03.736.098%201.073.27a2.75%202.75%200%200%201%201.203%201.201c.171.338.238.694.27%201.074c.03.364.03.81.03%201.344v7.661c0%20.534%200%20.98-.03%201.345c-.032.38-.099.736-.27%201.073a2.75%202.75%200%200%201-1.203%201.203c-.337.171-.693.238-1.072.27c-.364.029-.809.029-1.342.029h-7.667c-.534%200-.979%200-1.343-.03c-.38-.03-.736-.098-1.073-.27a2.75%202.75%200%200%201-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V6.17c0-.534%200-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75%202.75%200%200%201%201.2-1.201c.338-.172.694-.24%201.074-.27c.365-.03.81-.03%201.345-.03M3%208.25a.75.75%200%200%201%20.75.75v10.4c0%20.292%200%20.466.011.596a.6.6%200%200%200%20.018.12a.25.25%200%200%200%20.104.105a.6.6%200%200%200%20.12.018c.13.01.304.011.595.011H15a.75.75%200%200%201%200%201.5H4.572c-.257%200-.493%200-.69-.016a1.8%201.8%200%200%201-.677-.175a1.75%201.75%200%200%201-.764-.765a1.8%201.8%200%200%201-.175-.676a9%209%200%200%201-.016-.692V9A.75.75%200%200%201%203%208.25m11-2a.75.75%200%200%200-.75.75v2.25H11a.75.75%200%200%200%200%201.5h2.25V13a.75.75%200%200%200%201.5%200v-2.25H17a.75.75%200%200%200%200-1.5h-2.25V7a.75.75%200%200%200-.75-.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.17%202.25h7.66c.535%200%20.98%200%201.345.03c.38.03.736.098%201.073.27a2.75%202.75%200%200%201%201.203%201.201c.171.338.238.694.27%201.074c.03.364.03.81.03%201.344v7.661c0%20.534%200%20.98-.03%201.345c-.032.38-.099.736-.27%201.073a2.75%202.75%200%200%201-1.203%201.203c-.337.171-.693.238-1.072.27c-.364.029-.809.029-1.342.029h-7.667c-.534%200-.979%200-1.343-.03c-.38-.03-.736-.098-1.073-.27a2.75%202.75%200%200%201-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V6.17c0-.534%200-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75%202.75%200%200%201%201.2-1.201c.338-.172.694-.24%201.074-.27c.365-.03.81-.03%201.345-.03M3%208.25a.75.75%200%200%201%20.75.75v10.4c0%20.292%200%20.466.011.596a.6.6%200%200%200%20.018.12a.25.25%200%200%200%20.104.105a.6.6%200%200%200%20.12.018c.13.01.304.011.595.011H15a.75.75%200%200%201%200%201.5H4.572c-.257%200-.493%200-.69-.016a1.8%201.8%200%200%201-.677-.175a1.75%201.75%200%200%201-.764-.765a1.8%201.8%200%200%201-.175-.676a9%209%200%200%201-.016-.692V9A.75.75%200%200%201%203%208.25m11-2a.75.75%200%200%200-.75.75v2.25H11a.75.75%200%200%200%200%201.5h2.25V13a.75.75%200%200%200%201.5%200v-2.25H17a.75.75%200%200%200%200-1.5h-2.25V7a.75.75%200%200%200-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/add-queue-solid.svg?color=%231a73e8&size=48