monster icon

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

Name
monster
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More enterprise icons from Carbon

Use the monster icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 22h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2z"/><path fill="currentColor" d="M28 11h-1V4a2.003 2.003 0 0 0-2-2H7a2.003 2.003 0 0 0-2 2v7H4a2.003 2.003 0 0 0-2 2v4a2.003 2.003 0 0 0 2 2h1v4a7.01 7.01 0 0 0 7 7h8a7.01 7.01 0 0 0 7-7v-4h1a2.003 2.003 0 0 0 2-2v-4a2.003 2.003 0 0 0-2-2m-3-7v3.382l-2.553-1.276a1 1 0 0 0-.894 0L18 7.882l-3.553-1.776a1 1 0 0 0-.894 0L10 7.882l-3-1.5V4Zm3 13h-3v6a5.006 5.006 0 0 1-5 5h-8a5.006 5.006 0 0 1-5-5v-6H4v-4h3V8.618l2.553 1.277a1 1 0 0 0 .894 0L14 8.118l3.553 1.776a1 1 0 0 0 .894 0L22 8.119l3 1.5V13h3Z"/><path fill="currentColor" d="M9 14h5v2H9zm9 0h5v2h-5z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMonster(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="M23 22h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2z"/><path fill="currentColor" d="M28 11h-1V4a2.003 2.003 0 0 0-2-2H7a2.003 2.003 0 0 0-2 2v7H4a2.003 2.003 0 0 0-2 2v4a2.003 2.003 0 0 0 2 2h1v4a7.01 7.01 0 0 0 7 7h8a7.01 7.01 0 0 0 7-7v-4h1a2.003 2.003 0 0 0 2-2v-4a2.003 2.003 0 0 0-2-2m-3-7v3.382l-2.553-1.276a1 1 0 0 0-.894 0L18 7.882l-3.553-1.776a1 1 0 0 0-.894 0L10 7.882l-3-1.5V4Zm3 13h-3v6a5.006 5.006 0 0 1-5 5h-8a5.006 5.006 0 0 1-5-5v-6H4v-4h3V8.618l2.553 1.277a1 1 0 0 0 .894 0L14 8.118l3.553 1.776a1 1 0 0 0 .894 0L22 8.119l3 1.5V13h3Z"/><path fill="currentColor" d="M9 14h5v2H9zm9 0h5v2h-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 22h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2z"/><path fill="currentColor" d="M28 11h-1V4a2.003 2.003 0 0 0-2-2H7a2.003 2.003 0 0 0-2 2v7H4a2.003 2.003 0 0 0-2 2v4a2.003 2.003 0 0 0 2 2h1v4a7.01 7.01 0 0 0 7 7h8a7.01 7.01 0 0 0 7-7v-4h1a2.003 2.003 0 0 0 2-2v-4a2.003 2.003 0 0 0-2-2m-3-7v3.382l-2.553-1.276a1 1 0 0 0-.894 0L18 7.882l-3.553-1.776a1 1 0 0 0-.894 0L10 7.882l-3-1.5V4Zm3 13h-3v6a5.006 5.006 0 0 1-5 5h-8a5.006 5.006 0 0 1-5-5v-6H4v-4h3V8.618l2.553 1.277a1 1 0 0 0 .894 0L14 8.118l3.553 1.776a1 1 0 0 0 .894 0L22 8.119l3 1.5V13h3Z"/><path fill="currentColor" d="M9 14h5v2H9zm9 0h5v2h-5z"/></svg>
</template>

CSS

.icon-monster {
  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%22M23%2022h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2011h-1V4a2.003%202.003%200%200%200-2-2H7a2.003%202.003%200%200%200-2%202v7H4a2.003%202.003%200%200%200-2%202v4a2.003%202.003%200%200%200%202%202h1v4a7.01%207.01%200%200%200%207%207h8a7.01%207.01%200%200%200%207-7v-4h1a2.003%202.003%200%200%200%202-2v-4a2.003%202.003%200%200%200-2-2m-3-7v3.382l-2.553-1.276a1%201%200%200%200-.894%200L18%207.882l-3.553-1.776a1%201%200%200%200-.894%200L10%207.882l-3-1.5V4Zm3%2013h-3v6a5.006%205.006%200%200%201-5%205h-8a5.006%205.006%200%200%201-5-5v-6H4v-4h3V8.618l2.553%201.277a1%201%200%200%200%20.894%200L14%208.118l3.553%201.776a1%201%200%200%200%20.894%200L22%208.119l3%201.5V13h3Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014h5v2H9zm9%200h5v2h-5z%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%22M23%2022h-2v-2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2011h-1V4a2.003%202.003%200%200%200-2-2H7a2.003%202.003%200%200%200-2%202v7H4a2.003%202.003%200%200%200-2%202v4a2.003%202.003%200%200%200%202%202h1v4a7.01%207.01%200%200%200%207%207h8a7.01%207.01%200%200%200%207-7v-4h1a2.003%202.003%200%200%200%202-2v-4a2.003%202.003%200%200%200-2-2m-3-7v3.382l-2.553-1.276a1%201%200%200%200-.894%200L18%207.882l-3.553-1.776a1%201%200%200%200-.894%200L10%207.882l-3-1.5V4Zm3%2013h-3v6a5.006%205.006%200%200%201-5%205h-8a5.006%205.006%200%200%201-5-5v-6H4v-4h3V8.618l2.553%201.277a1%201%200%200%200%20.894%200L14%208.118l3.553%201.776a1%201%200%200%200%20.894%200L22%208.119l3%201.5V13h3Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014h5v2H9zm9%200h5v2h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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