cloud minus icon

cloud-minus-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
cloud-minus-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the cloud minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6 20L18 20C20.5784 20 22.734 18.0393 22.9776 15.4724C23.2212 12.9055 21.4729 10.5743 18.9405 10.0893C18.4833 6.6052 15.5139 4 12 4C8.4861 4 5.5167 6.6052 5.0595 10.0893C2.5271 10.5743 0.7788 12.9055 1.0224 15.4724C1.266 18.0393 3.4216 20 6 20ZM9.75 13.5L14.25 13.5C14.8023 13.5 15.25 13.0523 15.25 12.5C15.25 11.9477 14.8023 11.5 14.25 11.5L9.75 11.5C9.1977 11.5 8.75 11.9477 8.75 12.5C8.75 13.0523 9.1977 13.5 9.75 13.5Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCloudMinusFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6 20L18 20C20.5784 20 22.734 18.0393 22.9776 15.4724C23.2212 12.9055 21.4729 10.5743 18.9405 10.0893C18.4833 6.6052 15.5139 4 12 4C8.4861 4 5.5167 6.6052 5.0595 10.0893C2.5271 10.5743 0.7788 12.9055 1.0224 15.4724C1.266 18.0393 3.4216 20 6 20ZM9.75 13.5L14.25 13.5C14.8023 13.5 15.25 13.0523 15.25 12.5C15.25 11.9477 14.8023 11.5 14.25 11.5L9.75 11.5C9.1977 11.5 8.75 11.9477 8.75 12.5C8.75 13.0523 9.1977 13.5 9.75 13.5Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6 20L18 20C20.5784 20 22.734 18.0393 22.9776 15.4724C23.2212 12.9055 21.4729 10.5743 18.9405 10.0893C18.4833 6.6052 15.5139 4 12 4C8.4861 4 5.5167 6.6052 5.0595 10.0893C2.5271 10.5743 0.7788 12.9055 1.0224 15.4724C1.266 18.0393 3.4216 20 6 20ZM9.75 13.5L14.25 13.5C14.8023 13.5 15.25 13.0523 15.25 12.5C15.25 11.9477 14.8023 11.5 14.25 11.5L9.75 11.5C9.1977 11.5 8.75 11.9477 8.75 12.5C8.75 13.0523 9.1977 13.5 9.75 13.5Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cloud-minus-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2020L18%2020C20.5784%2020%2022.734%2018.0393%2022.9776%2015.4724C23.2212%2012.9055%2021.4729%2010.5743%2018.9405%2010.0893C18.4833%206.6052%2015.5139%204%2012%204C8.4861%204%205.5167%206.6052%205.0595%2010.0893C2.5271%2010.5743%200.7788%2012.9055%201.0224%2015.4724C1.266%2018.0393%203.4216%2020%206%2020ZM9.75%2013.5L14.25%2013.5C14.8023%2013.5%2015.25%2013.0523%2015.25%2012.5C15.25%2011.9477%2014.8023%2011.5%2014.25%2011.5L9.75%2011.5C9.1977%2011.5%208.75%2011.9477%208.75%2012.5C8.75%2013.0523%209.1977%2013.5%209.75%2013.5Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2020L18%2020C20.5784%2020%2022.734%2018.0393%2022.9776%2015.4724C23.2212%2012.9055%2021.4729%2010.5743%2018.9405%2010.0893C18.4833%206.6052%2015.5139%204%2012%204C8.4861%204%205.5167%206.6052%205.0595%2010.0893C2.5271%2010.5743%200.7788%2012.9055%201.0224%2015.4724C1.266%2018.0393%203.4216%2020%206%2020ZM9.75%2013.5L14.25%2013.5C14.8023%2013.5%2015.25%2013.0523%2015.25%2012.5C15.25%2011.9477%2014.8023%2011.5%2014.25%2011.5L9.75%2011.5C9.1977%2011.5%208.75%2011.9477%208.75%2012.5C8.75%2013.0523%209.1977%2013.5%209.75%2013.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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