development icon

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

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

More tools icons from Carbon

Use the development icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 4v4H4V4zM2 2v8h8V2Zm16 5v4h-4V7zm-6-2v8h8V5ZM8 16v4H4v-4zm-6-2v8h8v-8Z"/><path fill="currentColor" d="M22 10v6h-6v6h-6v8h20V10Zm-4 8h4v4h-4Zm-2 10h-4v-4h4Zm6 0h-4v-4h4Zm6 0h-4v-4h4Zm0-6h-4v-4h4Zm-4-6v-4h4v4Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDevelopment(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="M8 4v4H4V4zM2 2v8h8V2Zm16 5v4h-4V7zm-6-2v8h8V5ZM8 16v4H4v-4zm-6-2v8h8v-8Z"/><path fill="currentColor" d="M22 10v6h-6v6h-6v8h20V10Zm-4 8h4v4h-4Zm-2 10h-4v-4h4Zm6 0h-4v-4h4Zm6 0h-4v-4h4Zm0-6h-4v-4h4Zm-4-6v-4h4v4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 4v4H4V4zM2 2v8h8V2Zm16 5v4h-4V7zm-6-2v8h8V5ZM8 16v4H4v-4zm-6-2v8h8v-8Z"/><path fill="currentColor" d="M22 10v6h-6v6h-6v8h20V10Zm-4 8h4v4h-4Zm-2 10h-4v-4h4Zm6 0h-4v-4h4Zm6 0h-4v-4h4Zm0-6h-4v-4h4Zm-4-6v-4h4v4Z"/></svg>
</template>

CSS

.icon-development {
  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%22M8%204v4H4V4zM2%202v8h8V2Zm16%205v4h-4V7zm-6-2v8h8V5ZM8%2016v4H4v-4zm-6-2v8h8v-8Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2010v6h-6v6h-6v8h20V10Zm-4%208h4v4h-4Zm-2%2010h-4v-4h4Zm6%200h-4v-4h4Zm6%200h-4v-4h4Zm0-6h-4v-4h4Zm-4-6v-4h4v4Z%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%22M8%204v4H4V4zM2%202v8h8V2Zm16%205v4h-4V7zm-6-2v8h8V5ZM8%2016v4H4v-4zm-6-2v8h8v-8Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2010v6h-6v6h-6v8h20V10Zm-4%208h4v4h-4Zm-2%2010h-4v-4h4Zm6%200h-4v-4h4Zm6%200h-4v-4h4Zm0-6h-4v-4h4Zm-4-6v-4h4v4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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