emissions icon

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

Name
emissions
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the emissions icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30H2v-2h2.11l1.793-15.233A2 2 0 0 1 7.889 11h9.221a2 2 0 0 1 1.987 1.768L19.359 15h5.139a1.99 1.99 0 0 1 1.977 1.696L28.214 28H30zm-9.11-2h5.3l-1.077-7h-5.048zM6.125 28h12.75l-1.294-11H7.42zm13.705-9h4.976l-.308-2h-4.903zM7.654 15h9.692l-.236-2H7.89zM9.9 10q.067 0 0 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C14.8 5.2 15 3.3 15 3.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3C9.2 6.8 9 8.7 9 8.9c0 .6.4 1 .9 1.1m5.1 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C19.9 5.2 20 3.3 20 3.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3C14.2 6.9 14 8.8 14 9.1c0 .4.4.8 1 .9m6.9 4q.067 0 0 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C26.8 9.2 27 7.3 27 7.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3c-2.2 1.6-2.4 3.5-2.4 3.8c0 .4.4.8.9.9"/></svg>

React

import type { SVGProps } from "react";

export function CarbonEmissions(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="M30 30H2v-2h2.11l1.793-15.233A2 2 0 0 1 7.889 11h9.221a2 2 0 0 1 1.987 1.768L19.359 15h5.139a1.99 1.99 0 0 1 1.977 1.696L28.214 28H30zm-9.11-2h5.3l-1.077-7h-5.048zM6.125 28h12.75l-1.294-11H7.42zm13.705-9h4.976l-.308-2h-4.903zM7.654 15h9.692l-.236-2H7.89zM9.9 10q.067 0 0 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C14.8 5.2 15 3.3 15 3.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3C9.2 6.8 9 8.7 9 8.9c0 .6.4 1 .9 1.1m5.1 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C19.9 5.2 20 3.3 20 3.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3C14.2 6.9 14 8.8 14 9.1c0 .4.4.8 1 .9m6.9 4q.067 0 0 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C26.8 9.2 27 7.3 27 7.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3c-2.2 1.6-2.4 3.5-2.4 3.8c0 .4.4.8.9.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30H2v-2h2.11l1.793-15.233A2 2 0 0 1 7.889 11h9.221a2 2 0 0 1 1.987 1.768L19.359 15h5.139a1.99 1.99 0 0 1 1.977 1.696L28.214 28H30zm-9.11-2h5.3l-1.077-7h-5.048zM6.125 28h12.75l-1.294-11H7.42zm13.705-9h4.976l-.308-2h-4.903zM7.654 15h9.692l-.236-2H7.89zM9.9 10q.067 0 0 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C14.8 5.2 15 3.3 15 3.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3C9.2 6.8 9 8.7 9 8.9c0 .6.4 1 .9 1.1m5.1 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C19.9 5.2 20 3.3 20 3.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3C14.2 6.9 14 8.8 14 9.1c0 .4.4.8 1 .9m6.9 4q.067 0 0 0c.6 0 1-.4 1.1-.9c0 0 .1-1.2 1.6-2.3C26.8 9.2 27 7.3 27 7.1c0-.5-.4-1-.9-1s-1 .4-1.1.9c0 0-.1 1.2-1.6 2.3c-2.2 1.6-2.4 3.5-2.4 3.8c0 .4.4.8.9.9"/></svg>
</template>

CSS

.icon-emissions {
  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%22M30%2030H2v-2h2.11l1.793-15.233A2%202%200%200%201%207.889%2011h9.221a2%202%200%200%201%201.987%201.768L19.359%2015h5.139a1.99%201.99%200%200%201%201.977%201.696L28.214%2028H30zm-9.11-2h5.3l-1.077-7h-5.048zM6.125%2028h12.75l-1.294-11H7.42zm13.705-9h4.976l-.308-2h-4.903zM7.654%2015h9.692l-.236-2H7.89zM9.9%2010q.067%200%200%200c.6%200%201-.4%201.1-.9c0%200%20.1-1.2%201.6-2.3C14.8%205.2%2015%203.3%2015%203.1c0-.5-.4-1-.9-1s-1%20.4-1.1.9c0%200-.1%201.2-1.6%202.3C9.2%206.8%209%208.7%209%208.9c0%20.6.4%201%20.9%201.1m5.1%200c.6%200%201-.4%201.1-.9c0%200%20.1-1.2%201.6-2.3C19.9%205.2%2020%203.3%2020%203.1c0-.5-.4-1-.9-1s-1%20.4-1.1.9c0%200-.1%201.2-1.6%202.3C14.2%206.9%2014%208.8%2014%209.1c0%20.4.4.8%201%20.9m6.9%204q.067%200%200%200c.6%200%201-.4%201.1-.9c0%200%20.1-1.2%201.6-2.3C26.8%209.2%2027%207.3%2027%207.1c0-.5-.4-1-.9-1s-1%20.4-1.1.9c0%200-.1%201.2-1.6%202.3c-2.2%201.6-2.4%203.5-2.4%203.8c0%20.4.4.8.9.9%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%22M30%2030H2v-2h2.11l1.793-15.233A2%202%200%200%201%207.889%2011h9.221a2%202%200%200%201%201.987%201.768L19.359%2015h5.139a1.99%201.99%200%200%201%201.977%201.696L28.214%2028H30zm-9.11-2h5.3l-1.077-7h-5.048zM6.125%2028h12.75l-1.294-11H7.42zm13.705-9h4.976l-.308-2h-4.903zM7.654%2015h9.692l-.236-2H7.89zM9.9%2010q.067%200%200%200c.6%200%201-.4%201.1-.9c0%200%20.1-1.2%201.6-2.3C14.8%205.2%2015%203.3%2015%203.1c0-.5-.4-1-.9-1s-1%20.4-1.1.9c0%200-.1%201.2-1.6%202.3C9.2%206.8%209%208.7%209%208.9c0%20.6.4%201%20.9%201.1m5.1%200c.6%200%201-.4%201.1-.9c0%200%20.1-1.2%201.6-2.3C19.9%205.2%2020%203.3%2020%203.1c0-.5-.4-1-.9-1s-1%20.4-1.1.9c0%200-.1%201.2-1.6%202.3C14.2%206.9%2014%208.8%2014%209.1c0%20.4.4.8%201%20.9m6.9%204q.067%200%200%200c.6%200%201-.4%201.1-.9c0%200%20.1-1.2%201.6-2.3C26.8%209.2%2027%207.3%2027%207.1c0-.5-.4-1-.9-1s-1%20.4-1.1.9c0%200-.1%201.2-1.6%202.3c-2.2%201.6-2.4%203.5-2.4%203.8c0%20.4.4.8.9.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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