offset environmental icon

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

Name
offset-environmental
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the offset environmental icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.65 29.552A8 8 0 0 0 18 26h-1V15h-1c-3.86 0-7-3.14-7-7V5h3a7 7 0 0 1 5.749 3.01C19.349 3.912 23.342 1 28 1h3v3c0 6.065-4.935 11-11 11h-1v9.05a9.99 9.99 0 0 1 7.312 4.388zM19 13h1c4.963 0 9-4.038 9-9V3h-1c-4.963 0-9 4.038-9 9zm-8-6v1c0 2.757 2.243 5 5 5h1v-1c0-2.757-2.243-5-5-5zM8 27l-1.414-1.414L10.17 22H2v-2h8.171l-3.585-3.586L8 15l6 6z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonOffsetEnvironmental(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="M24.65 29.552A8 8 0 0 0 18 26h-1V15h-1c-3.86 0-7-3.14-7-7V5h3a7 7 0 0 1 5.749 3.01C19.349 3.912 23.342 1 28 1h3v3c0 6.065-4.935 11-11 11h-1v9.05a9.99 9.99 0 0 1 7.312 4.388zM19 13h1c4.963 0 9-4.038 9-9V3h-1c-4.963 0-9 4.038-9 9zm-8-6v1c0 2.757 2.243 5 5 5h1v-1c0-2.757-2.243-5-5-5zM8 27l-1.414-1.414L10.17 22H2v-2h8.171l-3.585-3.586L8 15l6 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.65 29.552A8 8 0 0 0 18 26h-1V15h-1c-3.86 0-7-3.14-7-7V5h3a7 7 0 0 1 5.749 3.01C19.349 3.912 23.342 1 28 1h3v3c0 6.065-4.935 11-11 11h-1v9.05a9.99 9.99 0 0 1 7.312 4.388zM19 13h1c4.963 0 9-4.038 9-9V3h-1c-4.963 0-9 4.038-9 9zm-8-6v1c0 2.757 2.243 5 5 5h1v-1c0-2.757-2.243-5-5-5zM8 27l-1.414-1.414L10.17 22H2v-2h8.171l-3.585-3.586L8 15l6 6z"/></svg>
</template>

CSS

.icon-offset-environmental {
  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%22M24.65%2029.552A8%208%200%200%200%2018%2026h-1V15h-1c-3.86%200-7-3.14-7-7V5h3a7%207%200%200%201%205.749%203.01C19.349%203.912%2023.342%201%2028%201h3v3c0%206.065-4.935%2011-11%2011h-1v9.05a9.99%209.99%200%200%201%207.312%204.388zM19%2013h1c4.963%200%209-4.038%209-9V3h-1c-4.963%200-9%204.038-9%209zm-8-6v1c0%202.757%202.243%205%205%205h1v-1c0-2.757-2.243-5-5-5zM8%2027l-1.414-1.414L10.17%2022H2v-2h8.171l-3.585-3.586L8%2015l6%206z%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%22M24.65%2029.552A8%208%200%200%200%2018%2026h-1V15h-1c-3.86%200-7-3.14-7-7V5h3a7%207%200%200%201%205.749%203.01C19.349%203.912%2023.342%201%2028%201h3v3c0%206.065-4.935%2011-11%2011h-1v9.05a9.99%209.99%200%200%201%207.312%204.388zM19%2013h1c4.963%200%209-4.038%209-9V3h-1c-4.963%200-9%204.038-9%209zm-8-6v1c0%202.757%202.243%205%205%205h1v-1c0-2.757-2.243-5-5-5zM8%2027l-1.414-1.414L10.17%2022H2v-2h8.171l-3.585-3.586L8%2015l6%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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