cloud ceiling icon

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

Name
cloud-ceiling
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the cloud ceiling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h9v2H2zm19 0h9v2h-9zm-4-1.833v-8.335l2.586 2.582L21 19l-5-5l-5 5l1.413 1.415L15 17.832v8.335l-2.587-2.583L11 25l5 5l5-5l-1.414-1.414z"/><path fill="currentColor" d="M23 16h-2v-2h2a3 3 0 0 0 0-6a3 3 0 0 1-.215.026l-.804.058l-.227-.774a5.993 5.993 0 0 0-11.175-.865l-.284.599l-.842-.046A3.5 3.5 0 0 0 9.5 14H11v2H9.5a5.5 5.5 0 0 1-.43-10.983a7.99 7.99 0 0 1 14.35 1A5 5 0 0 1 23 16"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCloudCeiling(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="M2 28h9v2H2zm19 0h9v2h-9zm-4-1.833v-8.335l2.586 2.582L21 19l-5-5l-5 5l1.413 1.415L15 17.832v8.335l-2.587-2.583L11 25l5 5l5-5l-1.414-1.414z"/><path fill="currentColor" d="M23 16h-2v-2h2a3 3 0 0 0 0-6a3 3 0 0 1-.215.026l-.804.058l-.227-.774a5.993 5.993 0 0 0-11.175-.865l-.284.599l-.842-.046A3.5 3.5 0 0 0 9.5 14H11v2H9.5a5.5 5.5 0 0 1-.43-10.983a7.99 7.99 0 0 1 14.35 1A5 5 0 0 1 23 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h9v2H2zm19 0h9v2h-9zm-4-1.833v-8.335l2.586 2.582L21 19l-5-5l-5 5l1.413 1.415L15 17.832v8.335l-2.587-2.583L11 25l5 5l5-5l-1.414-1.414z"/><path fill="currentColor" d="M23 16h-2v-2h2a3 3 0 0 0 0-6a3 3 0 0 1-.215.026l-.804.058l-.227-.774a5.993 5.993 0 0 0-11.175-.865l-.284.599l-.842-.046A3.5 3.5 0 0 0 9.5 14H11v2H9.5a5.5 5.5 0 0 1-.43-10.983a7.99 7.99 0 0 1 14.35 1A5 5 0 0 1 23 16"/></svg>
</template>

CSS

.icon-cloud-ceiling {
  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%22M2%2028h9v2H2zm19%200h9v2h-9zm-4-1.833v-8.335l2.586%202.582L21%2019l-5-5l-5%205l1.413%201.415L15%2017.832v8.335l-2.587-2.583L11%2025l5%205l5-5l-1.414-1.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016h-2v-2h2a3%203%200%200%200%200-6a3%203%200%200%201-.215.026l-.804.058l-.227-.774a5.993%205.993%200%200%200-11.175-.865l-.284.599l-.842-.046A3.5%203.5%200%200%200%209.5%2014H11v2H9.5a5.5%205.5%200%200%201-.43-10.983a7.99%207.99%200%200%201%2014.35%201A5%205%200%200%201%2023%2016%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%22M2%2028h9v2H2zm19%200h9v2h-9zm-4-1.833v-8.335l2.586%202.582L21%2019l-5-5l-5%205l1.413%201.415L15%2017.832v8.335l-2.587-2.583L11%2025l5%205l5-5l-1.414-1.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016h-2v-2h2a3%203%200%200%200%200-6a3%203%200%200%201-.215.026l-.804.058l-.227-.774a5.993%205.993%200%200%200-11.175-.865l-.284.599l-.842-.046A3.5%203.5%200%200%200%209.5%2014H11v2H9.5a5.5%205.5%200%200%201-.43-10.983a7.99%207.99%200%200%201%2014.35%201A5%205%200%200%201%2023%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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