array objects icon
array-objects from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- array-objects
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the array objects icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 7h3v2h-3v4c0 1.2-.542 2.266-1.382 3c.84.734 1.382 1.8 1.382 3v4h3v2h-3c-1.103 0-2-.897-2-2v-4c0-1.102-.897-2-2-2v-2c1.103 0 2-.897 2-2V9c0-1.102.897-2 2-2m14 6V9c0-1.102-.897-2-2-2h-3v2h3v4c0 1.2.543 2.266 1.382 3A3.98 3.98 0 0 0 22 19v4h-3v2h3c1.103 0 2-.897 2-2v-4c0-1.102.897-2 2-2v-2c-1.103 0-2-.897-2-2M2 4v4h2V4h4V2H4a2 2 0 0 0-2 2m26-2h-4v2h4v4h2V4a2 2 0 0 0-2-2M4 28v-4H2v4a2 2 0 0 0 2 2h4v-2zm24-4v4h-4v2h4a2 2 0 0 0 2-2v-4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonArrayObjects(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="M10 7h3v2h-3v4c0 1.2-.542 2.266-1.382 3c.84.734 1.382 1.8 1.382 3v4h3v2h-3c-1.103 0-2-.897-2-2v-4c0-1.102-.897-2-2-2v-2c1.103 0 2-.897 2-2V9c0-1.102.897-2 2-2m14 6V9c0-1.102-.897-2-2-2h-3v2h3v4c0 1.2.543 2.266 1.382 3A3.98 3.98 0 0 0 22 19v4h-3v2h3c1.103 0 2-.897 2-2v-4c0-1.102.897-2 2-2v-2c-1.103 0-2-.897-2-2M2 4v4h2V4h4V2H4a2 2 0 0 0-2 2m26-2h-4v2h4v4h2V4a2 2 0 0 0-2-2M4 28v-4H2v4a2 2 0 0 0 2 2h4v-2zm24-4v4h-4v2h4a2 2 0 0 0 2-2v-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 7h3v2h-3v4c0 1.2-.542 2.266-1.382 3c.84.734 1.382 1.8 1.382 3v4h3v2h-3c-1.103 0-2-.897-2-2v-4c0-1.102-.897-2-2-2v-2c1.103 0 2-.897 2-2V9c0-1.102.897-2 2-2m14 6V9c0-1.102-.897-2-2-2h-3v2h3v4c0 1.2.543 2.266 1.382 3A3.98 3.98 0 0 0 22 19v4h-3v2h3c1.103 0 2-.897 2-2v-4c0-1.102.897-2 2-2v-2c-1.103 0-2-.897-2-2M2 4v4h2V4h4V2H4a2 2 0 0 0-2 2m26-2h-4v2h4v4h2V4a2 2 0 0 0-2-2M4 28v-4H2v4a2 2 0 0 0 2 2h4v-2zm24-4v4h-4v2h4a2 2 0 0 0 2-2v-4z"/></svg> </template>
CSS
.icon-array-objects {
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%22M10%207h3v2h-3v4c0%201.2-.542%202.266-1.382%203c.84.734%201.382%201.8%201.382%203v4h3v2h-3c-1.103%200-2-.897-2-2v-4c0-1.102-.897-2-2-2v-2c1.103%200%202-.897%202-2V9c0-1.102.897-2%202-2m14%206V9c0-1.102-.897-2-2-2h-3v2h3v4c0%201.2.543%202.266%201.382%203A3.98%203.98%200%200%200%2022%2019v4h-3v2h3c1.103%200%202-.897%202-2v-4c0-1.102.897-2%202-2v-2c-1.103%200-2-.897-2-2M2%204v4h2V4h4V2H4a2%202%200%200%200-2%202m26-2h-4v2h4v4h2V4a2%202%200%200%200-2-2M4%2028v-4H2v4a2%202%200%200%200%202%202h4v-2zm24-4v4h-4v2h4a2%202%200%200%200%202-2v-4z%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%22M10%207h3v2h-3v4c0%201.2-.542%202.266-1.382%203c.84.734%201.382%201.8%201.382%203v4h3v2h-3c-1.103%200-2-.897-2-2v-4c0-1.102-.897-2-2-2v-2c1.103%200%202-.897%202-2V9c0-1.102.897-2%202-2m14%206V9c0-1.102-.897-2-2-2h-3v2h3v4c0%201.2.543%202.266%201.382%203A3.98%203.98%200%200%200%2022%2019v4h-3v2h3c1.103%200%202-.897%202-2v-4c0-1.102.897-2%202-2v-2c-1.103%200-2-.897-2-2M2%204v4h2V4h4V2H4a2%202%200%200%200-2%202m26-2h-4v2h4v4h2V4a2%202%200%200%200-2-2M4%2028v-4H2v4a2%202%200%200%200%202%202h4v-2zm24-4v4h-4v2h4a2%202%200%200%200%202-2v-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/array-objects.svg?color=%231a73e8&size=48