container engine icon

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

Name
container-engine
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the container engine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="m25.79 18.854l-8.99-6.238A2.97 2.97 0 0 0 15 12c-1.654 0-3 1.346-3 3c0 .655.217 1.257.575 1.752l6.341 9.115A4.99 4.99 0 0 0 23 28c2.757 0 5-2.243 5-5a5 5 0 0 0-2.21-4.146m-7.52 2.598l-2.483-3.57a2.99 2.99 0 0 0 2.094-2.093l3.57 2.481a4.99 4.99 0 0 0-3.181 3.182M15 14a1.001 1.001 0 0 1 0 2a1 1 0 0 1 0-2m8 12c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/><path fill="currentColor" d="M16 28H6c-1.103 0-2-.897-2-2V6c0-1.103.897-2 2-2h20c1.103 0 2 .897 2 2v10h-2V6H6v20h10z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonContainerEngine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="m25.79 18.854l-8.99-6.238A2.97 2.97 0 0 0 15 12c-1.654 0-3 1.346-3 3c0 .655.217 1.257.575 1.752l6.341 9.115A4.99 4.99 0 0 0 23 28c2.757 0 5-2.243 5-5a5 5 0 0 0-2.21-4.146m-7.52 2.598l-2.483-3.57a2.99 2.99 0 0 0 2.094-2.093l3.57 2.481a4.99 4.99 0 0 0-3.181 3.182M15 14a1.001 1.001 0 0 1 0 2a1 1 0 0 1 0-2m8 12c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/><path fill="currentColor" d="M16 28H6c-1.103 0-2-.897-2-2V6c0-1.103.897-2 2-2h20c1.103 0 2 .897 2 2v10h-2V6H6v20h10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="m25.79 18.854l-8.99-6.238A2.97 2.97 0 0 0 15 12c-1.654 0-3 1.346-3 3c0 .655.217 1.257.575 1.752l6.341 9.115A4.99 4.99 0 0 0 23 28c2.757 0 5-2.243 5-5a5 5 0 0 0-2.21-4.146m-7.52 2.598l-2.483-3.57a2.99 2.99 0 0 0 2.094-2.093l3.57 2.481a4.99 4.99 0 0 0-3.181 3.182M15 14a1.001 1.001 0 0 1 0 2a1 1 0 0 1 0-2m8 12c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/><path fill="currentColor" d="M16 28H6c-1.103 0-2-.897-2-2V6c0-1.103.897-2 2-2h20c1.103 0 2 .897 2 2v10h-2V6H6v20h10z"/></svg>
</template>

CSS

.icon-container-engine {
  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%3Ccircle%20cx%3D%2223%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.79%2018.854l-8.99-6.238A2.97%202.97%200%200%200%2015%2012c-1.654%200-3%201.346-3%203c0%20.655.217%201.257.575%201.752l6.341%209.115A4.99%204.99%200%200%200%2023%2028c2.757%200%205-2.243%205-5a5%205%200%200%200-2.21-4.146m-7.52%202.598l-2.483-3.57a2.99%202.99%200%200%200%202.094-2.093l3.57%202.481a4.99%204.99%200%200%200-3.181%203.182M15%2014a1.001%201.001%200%200%201%200%202a1%201%200%200%201%200-2m8%2012c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2028H6c-1.103%200-2-.897-2-2V6c0-1.103.897-2%202-2h20c1.103%200%202%20.897%202%202v10h-2V6H6v20h10z%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%3Ccircle%20cx%3D%2223%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.79%2018.854l-8.99-6.238A2.97%202.97%200%200%200%2015%2012c-1.654%200-3%201.346-3%203c0%20.655.217%201.257.575%201.752l6.341%209.115A4.99%204.99%200%200%200%2023%2028c2.757%200%205-2.243%205-5a5%205%200%200%200-2.21-4.146m-7.52%202.598l-2.483-3.57a2.99%202.99%200%200%200%202.094-2.093l3.57%202.481a4.99%204.99%200%200%200-3.181%203.182M15%2014a1.001%201.001%200%200%201%200%202a1%201%200%200%201%200-2m8%2012c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2028H6c-1.103%200-2-.897-2-2V6c0-1.103.897-2%202-2h20c1.103%200%202%20.897%202%202v10h-2V6H6v20h10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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