ref evapotranspiration icon

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

Name
ref-evapotranspiration
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the ref evapotranspiration icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064l2.517-3.745a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 18 8.223A3.9 3.9 0 0 1 14 12m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997A1.9 1.9 0 0 0 14 10a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047ZM7.5 26A5.385 5.385 0 0 1 2 20.751a5.4 5.4 0 0 1 .874-2.831l3.616-5.382a1.217 1.217 0 0 1 2.02 0l3.55 5.277a5.5 5.5 0 0 1 .94 2.936A5.385 5.385 0 0 1 7.5 26m0-11.38l-2.935 4.367A3.36 3.36 0 0 0 4 20.75A3.386 3.386 0 0 0 7.5 24a3.386 3.386 0 0 0 3.5-3.249a3.44 3.44 0 0 0-.63-1.867ZM25 2l-5 5l1.414 1.414L24 5.828V16a4.005 4.005 0 0 1-4 4h-4v2h4a6.007 6.007 0 0 0 6-6V5.828l2.586 2.586L30 7ZM2 28h28v2H2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRefEvapotranspiration(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="M14 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064l2.517-3.745a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 18 8.223A3.9 3.9 0 0 1 14 12m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997A1.9 1.9 0 0 0 14 10a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047ZM7.5 26A5.385 5.385 0 0 1 2 20.751a5.4 5.4 0 0 1 .874-2.831l3.616-5.382a1.217 1.217 0 0 1 2.02 0l3.55 5.277a5.5 5.5 0 0 1 .94 2.936A5.385 5.385 0 0 1 7.5 26m0-11.38l-2.935 4.367A3.36 3.36 0 0 0 4 20.75A3.386 3.386 0 0 0 7.5 24a3.386 3.386 0 0 0 3.5-3.249a3.44 3.44 0 0 0-.63-1.867ZM25 2l-5 5l1.414 1.414L24 5.828V16a4.005 4.005 0 0 1-4 4h-4v2h4a6.007 6.007 0 0 0 6-6V5.828l2.586 2.586L30 7ZM2 28h28v2H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064l2.517-3.745a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 18 8.223A3.9 3.9 0 0 1 14 12m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997A1.9 1.9 0 0 0 14 10a1.9 1.9 0 0 0 2-1.777a2 2 0 0 0-.375-1.047ZM7.5 26A5.385 5.385 0 0 1 2 20.751a5.4 5.4 0 0 1 .874-2.831l3.616-5.382a1.217 1.217 0 0 1 2.02 0l3.55 5.277a5.5 5.5 0 0 1 .94 2.936A5.385 5.385 0 0 1 7.5 26m0-11.38l-2.935 4.367A3.36 3.36 0 0 0 4 20.75A3.386 3.386 0 0 0 7.5 24a3.386 3.386 0 0 0 3.5-3.249a3.44 3.44 0 0 0-.63-1.867ZM25 2l-5 5l1.414 1.414L24 5.828V16a4.005 4.005 0 0 1-4 4h-4v2h4a6.007 6.007 0 0 0 6-6V5.828l2.586 2.586L30 7ZM2 28h28v2H2z"/></svg>
</template>

CSS

.icon-ref-evapotranspiration {
  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%22M14%2012a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064l2.517-3.745a1.038%201.038%200%200%201%201.66%200l2.485%203.696A3.97%203.97%200%200%201%2018%208.223A3.9%203.9%200%200%201%2014%2012m0-7.237l-1.656%202.463a1.9%201.9%200%200%200-.344.997A1.9%201.9%200%200%200%2014%2010a1.9%201.9%200%200%200%202-1.777a2%202%200%200%200-.375-1.047ZM7.5%2026A5.385%205.385%200%200%201%202%2020.751a5.4%205.4%200%200%201%20.874-2.831l3.616-5.382a1.217%201.217%200%200%201%202.02%200l3.55%205.277a5.5%205.5%200%200%201%20.94%202.936A5.385%205.385%200%200%201%207.5%2026m0-11.38l-2.935%204.367A3.36%203.36%200%200%200%204%2020.75A3.386%203.386%200%200%200%207.5%2024a3.386%203.386%200%200%200%203.5-3.249a3.44%203.44%200%200%200-.63-1.867ZM25%202l-5%205l1.414%201.414L24%205.828V16a4.005%204.005%200%200%201-4%204h-4v2h4a6.007%206.007%200%200%200%206-6V5.828l2.586%202.586L30%207ZM2%2028h28v2H2z%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%22M14%2012a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064l2.517-3.745a1.038%201.038%200%200%201%201.66%200l2.485%203.696A3.97%203.97%200%200%201%2018%208.223A3.9%203.9%200%200%201%2014%2012m0-7.237l-1.656%202.463a1.9%201.9%200%200%200-.344.997A1.9%201.9%200%200%200%2014%2010a1.9%201.9%200%200%200%202-1.777a2%202%200%200%200-.375-1.047ZM7.5%2026A5.385%205.385%200%200%201%202%2020.751a5.4%205.4%200%200%201%20.874-2.831l3.616-5.382a1.217%201.217%200%200%201%202.02%200l3.55%205.277a5.5%205.5%200%200%201%20.94%202.936A5.385%205.385%200%200%201%207.5%2026m0-11.38l-2.935%204.367A3.36%203.36%200%200%200%204%2020.75A3.386%203.386%200%200%200%207.5%2024a3.386%203.386%200%200%200%203.5-3.249a3.44%203.44%200%200%200-.63-1.867ZM25%202l-5%205l1.414%201.414L24%205.828V16a4.005%204.005%200%200%201-4%204h-4v2h4a6.007%206.007%200%200%200%206-6V5.828l2.586%202.586L30%207ZM2%2028h28v2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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