emissions management icon

emissions-management from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
emissions-management
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the emissions management icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 2H2v26a2 2 0 0 0 2 2h11v-2H4zm19 2v2h3.586L19 13.586l-4.293-4.293a1 1 0 0 0-1.414 0L6 16.586L7.414 18L14 11.414l4.293 4.293a1 1 0 0 0 1.414 0L28 7.414V11h2V4zm-.52 16.863A3.98 3.98 0 0 0 20 20h-3v3c0 2.206 1.794 4 4 4h1v3h2v-3h1c2.757 0 5-2.243 5-5v-4h-3a5.01 5.01 0 0 0-4.52 2.863M22 25h-1c-1.103 0-2-.897-2-2v-1h1c1.103 0 2 .897 2 2zm6-3c0 1.654-1.346 3-3 3h-1v-2c0-1.654 1.346-3 3-3h1z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonEmissionsManagement(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="M4 2H2v26a2 2 0 0 0 2 2h11v-2H4zm19 2v2h3.586L19 13.586l-4.293-4.293a1 1 0 0 0-1.414 0L6 16.586L7.414 18L14 11.414l4.293 4.293a1 1 0 0 0 1.414 0L28 7.414V11h2V4zm-.52 16.863A3.98 3.98 0 0 0 20 20h-3v3c0 2.206 1.794 4 4 4h1v3h2v-3h1c2.757 0 5-2.243 5-5v-4h-3a5.01 5.01 0 0 0-4.52 2.863M22 25h-1c-1.103 0-2-.897-2-2v-1h1c1.103 0 2 .897 2 2zm6-3c0 1.654-1.346 3-3 3h-1v-2c0-1.654 1.346-3 3-3h1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 2H2v26a2 2 0 0 0 2 2h11v-2H4zm19 2v2h3.586L19 13.586l-4.293-4.293a1 1 0 0 0-1.414 0L6 16.586L7.414 18L14 11.414l4.293 4.293a1 1 0 0 0 1.414 0L28 7.414V11h2V4zm-.52 16.863A3.98 3.98 0 0 0 20 20h-3v3c0 2.206 1.794 4 4 4h1v3h2v-3h1c2.757 0 5-2.243 5-5v-4h-3a5.01 5.01 0 0 0-4.52 2.863M22 25h-1c-1.103 0-2-.897-2-2v-1h1c1.103 0 2 .897 2 2zm6-3c0 1.654-1.346 3-3 3h-1v-2c0-1.654 1.346-3 3-3h1z"/></svg>
</template>

CSS

.icon-emissions-management {
  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%22M4%202H2v26a2%202%200%200%200%202%202h11v-2H4zm19%202v2h3.586L19%2013.586l-4.293-4.293a1%201%200%200%200-1.414%200L6%2016.586L7.414%2018L14%2011.414l4.293%204.293a1%201%200%200%200%201.414%200L28%207.414V11h2V4zm-.52%2016.863A3.98%203.98%200%200%200%2020%2020h-3v3c0%202.206%201.794%204%204%204h1v3h2v-3h1c2.757%200%205-2.243%205-5v-4h-3a5.01%205.01%200%200%200-4.52%202.863M22%2025h-1c-1.103%200-2-.897-2-2v-1h1c1.103%200%202%20.897%202%202zm6-3c0%201.654-1.346%203-3%203h-1v-2c0-1.654%201.346-3%203-3h1z%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%22M4%202H2v26a2%202%200%200%200%202%202h11v-2H4zm19%202v2h3.586L19%2013.586l-4.293-4.293a1%201%200%200%200-1.414%200L6%2016.586L7.414%2018L14%2011.414l4.293%204.293a1%201%200%200%200%201.414%200L28%207.414V11h2V4zm-.52%2016.863A3.98%203.98%200%200%200%2020%2020h-3v3c0%202.206%201.794%204%204%204h1v3h2v-3h1c2.757%200%205-2.243%205-5v-4h-3a5.01%205.01%200%200%200-4.52%202.863M22%2025h-1c-1.103%200-2-.897-2-2v-1h1c1.103%200%202%20.897%202%202zm6-3c0%201.654-1.346%203-3%203h-1v-2c0-1.654%201.346-3%203-3h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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