Managing Containers Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Managing Containers icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320331.svg" alt="Managing Containers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320331.svg" alt="Managing Containers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320331.svg" alt="Managing Containers icon" :width="24" :height="24" />
CSS background
.icon-managing-containers {
background-image: url('https://proicons.com/icon/320331.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="managing--containers_00000178900797296683504770000010558134505771989940_" d="M24,31.36 c-0.062,0-0.123-0.017-0.179-0.048l-7-4C16.709,27.248,16.64,27.129,16.64,27v-3.64h-1.28V27c0,0.129-0.069,0.248-0.181,0.312l-7,4 c-0.111,0.062-0.246,0.062-0.357,0l-7-4C0.709,27.248,0.64,27.129,0.64,27v-8c0-0.129,0.069-0.248,0.181-0.312l7-4 c0.111-0.063,0.246-0.063,0.357,0l3.134,1.791l0.75-1.313L8.82,13.314C8.709,13.249,8.64,13.129,8.64,13V5 c0-0.129,0.069-0.249,0.181-0.312l7-4c0.111-0.063,0.246-0.063,0.357,0l7,4C23.291,4.751,23.36,4.871,23.36,5v8 c0,0.129-0.069,0.249-0.182,0.312l-3.241,1.852l0.75,1.313l3.134-1.791c0.111-0.063,0.246-0.063,0.357,0l7,4 c0.112,0.064,0.182,0.184,0.182,0.312v8c0,0.129-0.069,0.248-0.182,0.312l-7,4C24.123,31.344,24.062,31.36,24,31.36z M17.36,26.791 L24,30.585l6.64-3.794v-7.582L24,15.415l-2.955,1.689l2.616,4.579C23.77,21.655,23.883,21.64,24,21.64c0.75,0,1.36,0.61,1.36,1.36 s-0.61,1.36-1.36,1.36c-0.625,0-1.153-0.425-1.312-1H17.36V26.791z M1.36,26.791L8,30.585l6.64-3.794V23.36H9.312 c-0.158,0.575-0.686,1-1.312,1c-0.75,0-1.36-0.61-1.36-1.36S7.25,21.64,8,21.64c0.117,0,0.23,0.016,0.338,0.043l2.617-4.579 L8,15.415l-6.64,3.794C1.36,19.209,1.36,26.791,1.36,26.791z M24,22.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S24.353,22.36,24,22.36z M8,22.36c-0.353,0-0.64,0.287-0.64,0.64S7.647,23.64,8,23.64 c0.353,0,0.64-0.287,0.64-0.64S8.353,22.36,8,22.36z M17.36,22.64h5.328c0.062-0.229,0.185-0.435,0.349-0.599l-2.617-4.58 l-3.06,1.748V22.64z M15.36,22.64h1.28V19c0-0.129,0.069-0.248,0.181-0.312l3.241-1.852l-0.75-1.313l-3.134,1.791 c-0.111,0.062-0.246,0.062-0.357,0l-3.133-1.791l-0.75,1.313l3.241,1.852c0.112,0.064,0.181,0.184,0.181,0.312 C15.36,19,15.36,22.64,15.36,22.64z M9.312,22.64h5.329v-3.431l-3.06-1.748l-2.617,4.58C9.126,22.205,9.249,22.41,9.312,22.64z M13.045,14.897L16,16.585l2.955-1.688l-2.617-4.58c-0.217,0.056-0.46,0.056-0.677,0L13.045,14.897z M16.963,9.959l2.617,4.58 l3.06-1.749V5.209L16,1.415L9.36,5.209v7.582l3.06,1.749l2.617-4.58C14.792,9.713,14.64,9.374,14.64,9c0-0.75,0.61-1.36,1.36-1.36 S17.36,8.25,17.36,9C17.36,9.374,17.208,9.713,16.963,9.959z M16,8.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,9.64,16,9.64 c0.353,0,0.64-0.287,0.64-0.64S16.353,8.36,16,8.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!