unassigned work order icon
unassigned-work-order from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- unassigned-work-order
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the unassigned work order icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 16c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m3 3h-6c-1.65 0-3 1.35-3 3v2h2v-2c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2h2v-2c0-1.65-1.35-3-3-3M12 12v7h2v-7zm1 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m8-16h-3V4c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v1H5c-1.1 0-2 .9-2 2v19c0 1.1.9 2 2 2h9v-2H5V7h3v2h10V7h3v6h2V7c0-1.1-.9-2-2-2M10 7V4h6v3z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonUnassignedWorkOrder(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="M24 16c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m3 3h-6c-1.65 0-3 1.35-3 3v2h2v-2c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2h2v-2c0-1.65-1.35-3-3-3M12 12v7h2v-7zm1 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m8-16h-3V4c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v1H5c-1.1 0-2 .9-2 2v19c0 1.1.9 2 2 2h9v-2H5V7h3v2h10V7h3v6h2V7c0-1.1-.9-2-2-2M10 7V4h6v3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 16c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m3 3h-6c-1.65 0-3 1.35-3 3v2h2v-2c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2h2v-2c0-1.65-1.35-3-3-3M12 12v7h2v-7zm1 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m8-16h-3V4c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v1H5c-1.1 0-2 .9-2 2v19c0 1.1.9 2 2 2h9v-2H5V7h3v2h10V7h3v6h2V7c0-1.1-.9-2-2-2M10 7V4h6v3z"/></svg> </template>
CSS
.icon-unassigned-work-order {
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%22M24%2016c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m3%203h-6c-1.65%200-3%201.35-3%203v2h2v-2c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2h2v-2c0-1.65-1.35-3-3-3M12%2012v7h2v-7zm1%209c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m8-16h-3V4c0-1.1-.9-2-2-2h-6c-1.1%200-2%20.9-2%202v1H5c-1.1%200-2%20.9-2%202v19c0%201.1.9%202%202%202h9v-2H5V7h3v2h10V7h3v6h2V7c0-1.1-.9-2-2-2M10%207V4h6v3z%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%22M24%2016c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m3%203h-6c-1.65%200-3%201.35-3%203v2h2v-2c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2h2v-2c0-1.65-1.35-3-3-3M12%2012v7h2v-7zm1%209c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m8-16h-3V4c0-1.1-.9-2-2-2h-6c-1.1%200-2%20.9-2%202v1H5c-1.1%200-2%20.9-2%202v19c0%201.1.9%202%202%202h9v-2H5V7h3v2h10V7h3v6h2V7c0-1.1-.9-2-2-2M10%207V4h6v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/unassigned-work-order.svg?color=%231a73e8&size=48