production service icon
production-service from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- production-service
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the production service icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 6a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m19-3v12h-2v-6H4v18h8v2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2m-2 0H4v4h24zm3 23c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-.223.028-.438.075-.647L23 25.155l-2.075 1.198c.047.209.075.424.075.647c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3a2.97 2.97 0 0 1 1.855.66L22 23.423v-1.606A2.995 2.995 0 0 1 20 19c0-1.654 1.346-3 3-3s3 1.346 3 3a2.995 2.995 0 0 1-2 2.816v1.606l2.145 1.239A2.97 2.97 0 0 1 28 24c1.654 0 3 1.346 3 3m-12 0a1 1 0 1 0-2.001.001a1 1 0 0 0 2.001 0m3-8a1 1 0 0 0 2 0a1 1 0 0 0-2 0m7 8a1 1 0 1 0-2.001.001a1 1 0 0 0 2.001 0"/></svg>
React
import type { SVGProps } from "react";
export function CarbonProductionService(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="M6 6a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m19-3v12h-2v-6H4v18h8v2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2m-2 0H4v4h24zm3 23c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-.223.028-.438.075-.647L23 25.155l-2.075 1.198c.047.209.075.424.075.647c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3a2.97 2.97 0 0 1 1.855.66L22 23.423v-1.606A2.995 2.995 0 0 1 20 19c0-1.654 1.346-3 3-3s3 1.346 3 3a2.995 2.995 0 0 1-2 2.816v1.606l2.145 1.239A2.97 2.97 0 0 1 28 24c1.654 0 3 1.346 3 3m-12 0a1 1 0 1 0-2.001.001a1 1 0 0 0 2.001 0m3-8a1 1 0 0 0 2 0a1 1 0 0 0-2 0m7 8a1 1 0 1 0-2.001.001a1 1 0 0 0 2.001 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 6a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m19-3v12h-2v-6H4v18h8v2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2m-2 0H4v4h24zm3 23c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-.223.028-.438.075-.647L23 25.155l-2.075 1.198c.047.209.075.424.075.647c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3a2.97 2.97 0 0 1 1.855.66L22 23.423v-1.606A2.995 2.995 0 0 1 20 19c0-1.654 1.346-3 3-3s3 1.346 3 3a2.995 2.995 0 0 1-2 2.816v1.606l2.145 1.239A2.97 2.97 0 0 1 28 24c1.654 0 3 1.346 3 3m-12 0a1 1 0 1 0-2.001.001a1 1 0 0 0 2.001 0m3-8a1 1 0 0 0 2 0a1 1 0 0 0-2 0m7 8a1 1 0 1 0-2.001.001a1 1 0 0 0 2.001 0"/></svg> </template>
CSS
.icon-production-service {
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%22M6%206a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m19-3v12h-2v-6H4v18h8v2H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202m-2%200H4v4h24zm3%2023c0%201.654-1.346%203-3%203s-3-1.346-3-3c0-.223.028-.438.075-.647L23%2025.155l-2.075%201.198c.047.209.075.424.075.647c0%201.654-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3a2.97%202.97%200%200%201%201.855.66L22%2023.423v-1.606A2.995%202.995%200%200%201%2020%2019c0-1.654%201.346-3%203-3s3%201.346%203%203a2.995%202.995%200%200%201-2%202.816v1.606l2.145%201.239A2.97%202.97%200%200%201%2028%2024c1.654%200%203%201.346%203%203m-12%200a1%201%200%201%200-2.001.001a1%201%200%200%200%202.001%200m3-8a1%201%200%200%200%202%200a1%201%200%200%200-2%200m7%208a1%201%200%201%200-2.001.001a1%201%200%200%200%202.001%200%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%22M6%206a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m19-3v12h-2v-6H4v18h8v2H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202m-2%200H4v4h24zm3%2023c0%201.654-1.346%203-3%203s-3-1.346-3-3c0-.223.028-.438.075-.647L23%2025.155l-2.075%201.198c.047.209.075.424.075.647c0%201.654-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3a2.97%202.97%200%200%201%201.855.66L22%2023.423v-1.606A2.995%202.995%200%200%201%2020%2019c0-1.654%201.346-3%203-3s3%201.346%203%203a2.995%202.995%200%200%201-2%202.816v1.606l2.145%201.239A2.97%202.97%200%200%201%2028%2024c1.654%200%203%201.346%203%203m-12%200a1%201%200%201%200-2.001.001a1%201%200%200%200%202.001%200m3-8a1%201%200%200%200%202%200a1%201%200%200%200-2%200m7%208a1%201%200%201%200-2.001.001a1%201%200%200%200%202.001%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/production-service.svg?color=%231a73e8&size=48