object icon

object from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
object
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the object icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3h4v2H6v8c0 1.2-.542 2.266-1.382 3C5.458 16.734 6 17.8 6 19v8h4v2H6c-1.103 0-2-.897-2-2v-8c0-1.102-.897-2-2-2v-2c1.103 0 2-.897 2-2V5c0-1.102.897-2 2-2m22 10V5c0-1.102-.897-2-2-2h-4v2h4v8c0 1.2.543 2.266 1.382 3A3.98 3.98 0 0 0 26 19v8h-4v2h4c1.103 0 2-.897 2-2v-8c0-1.102.897-2 2-2v-2c-1.103 0-2-.897-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonObject(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 3h4v2H6v8c0 1.2-.542 2.266-1.382 3C5.458 16.734 6 17.8 6 19v8h4v2H6c-1.103 0-2-.897-2-2v-8c0-1.102-.897-2-2-2v-2c1.103 0 2-.897 2-2V5c0-1.102.897-2 2-2m22 10V5c0-1.102-.897-2-2-2h-4v2h4v8c0 1.2.543 2.266 1.382 3A3.98 3.98 0 0 0 26 19v8h-4v2h4c1.103 0 2-.897 2-2v-8c0-1.102.897-2 2-2v-2c-1.103 0-2-.897-2-2"/></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 3h4v2H6v8c0 1.2-.542 2.266-1.382 3C5.458 16.734 6 17.8 6 19v8h4v2H6c-1.103 0-2-.897-2-2v-8c0-1.102-.897-2-2-2v-2c1.103 0 2-.897 2-2V5c0-1.102.897-2 2-2m22 10V5c0-1.102-.897-2-2-2h-4v2h4v8c0 1.2.543 2.266 1.382 3A3.98 3.98 0 0 0 26 19v8h-4v2h4c1.103 0 2-.897 2-2v-8c0-1.102.897-2 2-2v-2c-1.103 0-2-.897-2-2"/></svg>
</template>

CSS

.icon-object {
  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%203h4v2H6v8c0%201.2-.542%202.266-1.382%203C5.458%2016.734%206%2017.8%206%2019v8h4v2H6c-1.103%200-2-.897-2-2v-8c0-1.102-.897-2-2-2v-2c1.103%200%202-.897%202-2V5c0-1.102.897-2%202-2m22%2010V5c0-1.102-.897-2-2-2h-4v2h4v8c0%201.2.543%202.266%201.382%203A3.98%203.98%200%200%200%2026%2019v8h-4v2h4c1.103%200%202-.897%202-2v-8c0-1.102.897-2%202-2v-2c-1.103%200-2-.897-2-2%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%203h4v2H6v8c0%201.2-.542%202.266-1.382%203C5.458%2016.734%206%2017.8%206%2019v8h4v2H6c-1.103%200-2-.897-2-2v-8c0-1.102-.897-2-2-2v-2c1.103%200%202-.897%202-2V5c0-1.102.897-2%202-2m22%2010V5c0-1.102-.897-2-2-2h-4v2h4v8c0%201.2.543%202.266%201.382%203A3.98%203.98%200%200%200%2026%2019v8h-4v2h4c1.103%200%202-.897%202-2v-8c0-1.102.897-2%202-2v-2c-1.103%200-2-.897-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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