container icon

container-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
container-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the container icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.41.24l4.711 2.774c.544.316.878.897.879 1.526v5.01a1.77 1.77 0 0 1-.88 1.53l-7.753 4.521l-.002.001a1.77 1.77 0 0 1-1.774 0H5.59L.873 12.85A1.76 1.76 0 0 1 0 11.327V6.292c0-.304.078-.598.22-.855l.004-.005l.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75 1.75 0 0 1 1.765 0l.002.001ZM9.397 1.534l-7.17 4.182l4.116 2.388a.27.27 0 0 0 .269 0l7.152-4.148l-4.115-2.422a.25.25 0 0 0-.252 0m-7.768 10.02l4.1 2.393V9.474a2 2 0 0 1-.138-.072L1.5 7.029v4.298c0 .095.05.181.129.227m8.6.642l1.521-.887v-4.45l-1.521.882ZM7.365 9.402h.001q-.066.038-.136.071v4.472l1.5-.875V8.61Zm5.885 1.032l1.115-.65h.002a.27.27 0 0 0 .133-.232V5.264l-1.25.725Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonContainer16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.41.24l4.711 2.774c.544.316.878.897.879 1.526v5.01a1.77 1.77 0 0 1-.88 1.53l-7.753 4.521l-.002.001a1.77 1.77 0 0 1-1.774 0H5.59L.873 12.85A1.76 1.76 0 0 1 0 11.327V6.292c0-.304.078-.598.22-.855l.004-.005l.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75 1.75 0 0 1 1.765 0l.002.001ZM9.397 1.534l-7.17 4.182l4.116 2.388a.27.27 0 0 0 .269 0l7.152-4.148l-4.115-2.422a.25.25 0 0 0-.252 0m-7.768 10.02l4.1 2.393V9.474a2 2 0 0 1-.138-.072L1.5 7.029v4.298c0 .095.05.181.129.227m8.6.642l1.521-.887v-4.45l-1.521.882ZM7.365 9.402h.001q-.066.038-.136.071v4.472l1.5-.875V8.61Zm5.885 1.032l1.115-.65h.002a.27.27 0 0 0 .133-.232V5.264l-1.25.725Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.41.24l4.711 2.774c.544.316.878.897.879 1.526v5.01a1.77 1.77 0 0 1-.88 1.53l-7.753 4.521l-.002.001a1.77 1.77 0 0 1-1.774 0H5.59L.873 12.85A1.76 1.76 0 0 1 0 11.327V6.292c0-.304.078-.598.22-.855l.004-.005l.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75 1.75 0 0 1 1.765 0l.002.001ZM9.397 1.534l-7.17 4.182l4.116 2.388a.27.27 0 0 0 .269 0l7.152-4.148l-4.115-2.422a.25.25 0 0 0-.252 0m-7.768 10.02l4.1 2.393V9.474a2 2 0 0 1-.138-.072L1.5 7.029v4.298c0 .095.05.181.129.227m8.6.642l1.521-.887v-4.45l-1.521.882ZM7.365 9.402h.001q-.066.038-.136.071v4.472l1.5-.875V8.61Zm5.885 1.032l1.115-.65h.002a.27.27 0 0 0 .133-.232V5.264l-1.25.725Z"/></svg>
</template>

CSS

.icon-container-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.41.24l4.711%202.774c.544.316.878.897.879%201.526v5.01a1.77%201.77%200%200%201-.88%201.53l-7.753%204.521l-.002.001a1.77%201.77%200%200%201-1.774%200H5.59L.873%2012.85A1.76%201.76%200%200%201%200%2011.327V6.292c0-.304.078-.598.22-.855l.004-.005l.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75%201.75%200%200%201%201.765%200l.002.001ZM9.397%201.534l-7.17%204.182l4.116%202.388a.27.27%200%200%200%20.269%200l7.152-4.148l-4.115-2.422a.25.25%200%200%200-.252%200m-7.768%2010.02l4.1%202.393V9.474a2%202%200%200%201-.138-.072L1.5%207.029v4.298c0%20.095.05.181.129.227m8.6.642l1.521-.887v-4.45l-1.521.882ZM7.365%209.402h.001q-.066.038-.136.071v4.472l1.5-.875V8.61Zm5.885%201.032l1.115-.65h.002a.27.27%200%200%200%20.133-.232V5.264l-1.25.725Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.41.24l4.711%202.774c.544.316.878.897.879%201.526v5.01a1.77%201.77%200%200%201-.88%201.53l-7.753%204.521l-.002.001a1.77%201.77%200%200%201-1.774%200H5.59L.873%2012.85A1.76%201.76%200%200%201%200%2011.327V6.292c0-.304.078-.598.22-.855l.004-.005l.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75%201.75%200%200%201%201.765%200l.002.001ZM9.397%201.534l-7.17%204.182l4.116%202.388a.27.27%200%200%200%20.269%200l7.152-4.148l-4.115-2.422a.25.25%200%200%200-.252%200m-7.768%2010.02l4.1%202.393V9.474a2%202%200%200%201-.138-.072L1.5%207.029v4.298c0%20.095.05.181.129.227m8.6.642l1.521-.887v-4.45l-1.521.882ZM7.365%209.402h.001q-.066.038-.136.071v4.472l1.5-.875V8.61Zm5.885%201.032l1.115-.65h.002a.27.27%200%200%200%20.133-.232V5.264l-1.25.725Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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