order server icon

order-server from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
order-server
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the order server icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 6c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m0 0c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m10-3H10c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 6H10V5h13zM13 8c.5 0 1-.5 1-1s-.5-1-1-1s-1 .5-1 1s.5 1 1 1m11 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M29.2 7l-2.3 10.2c-.1.5-.5.8-1 .8H8l.8 4H26v2H8c-.5 0-.9-.3-1-.8L3.2 4H0V2h4c.5 0 .9.3 1 .8L7.6 16h17.6l2-9z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonOrderServer(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="M13 6c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m0 0c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m10-3H10c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 6H10V5h13zM13 8c.5 0 1-.5 1-1s-.5-1-1-1s-1 .5-1 1s.5 1 1 1m11 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M29.2 7l-2.3 10.2c-.1.5-.5.8-1 .8H8l.8 4H26v2H8c-.5 0-.9-.3-1-.8L3.2 4H0V2h4c.5 0 .9.3 1 .8L7.6 16h17.6l2-9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 6c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m0 0c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m10-3H10c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 6H10V5h13zM13 8c.5 0 1-.5 1-1s-.5-1-1-1s-1 .5-1 1s.5 1 1 1m11 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M29.2 7l-2.3 10.2c-.1.5-.5.8-1 .8H8l.8 4H26v2H8c-.5 0-.9-.3-1-.8L3.2 4H0V2h4c.5 0 .9.3 1 .8L7.6 16h17.6l2-9z"/></svg>
</template>

CSS

.icon-order-server {
  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%22M13%206c-.5%200-1%20.5-1%201s.5%201%201%201s1-.5%201-1s-.5-1-1-1m0%200c-.5%200-1%20.5-1%201s.5%201%201%201s1-.5%201-1s-.5-1-1-1m10-3H10c-1.1%200-2%20.9-2%202v4c0%201.1.9%202%202%202h13c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m0%206H10V5h13zM13%208c.5%200%201-.5%201-1s-.5-1-1-1s-1%20.5-1%201s.5%201%201%201m11%2018c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m-14%200c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2M29.2%207l-2.3%2010.2c-.1.5-.5.8-1%20.8H8l.8%204H26v2H8c-.5%200-.9-.3-1-.8L3.2%204H0V2h4c.5%200%20.9.3%201%20.8L7.6%2016h17.6l2-9z%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%22M13%206c-.5%200-1%20.5-1%201s.5%201%201%201s1-.5%201-1s-.5-1-1-1m0%200c-.5%200-1%20.5-1%201s.5%201%201%201s1-.5%201-1s-.5-1-1-1m10-3H10c-1.1%200-2%20.9-2%202v4c0%201.1.9%202%202%202h13c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m0%206H10V5h13zM13%208c.5%200%201-.5%201-1s-.5-1-1-1s-1%20.5-1%201s.5%201%201%201m11%2018c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m-14%200c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2M29.2%207l-2.3%2010.2c-.1.5-.5.8-1%20.8H8l.8%204H26v2H8c-.5%200-.9-.3-1-.8L3.2%204H0V2h4c.5%200%20.9.3%201%20.8L7.6%2016h17.6l2-9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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