cloud-off-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
cloud-off-duotone
Set
Keyline Icons
Style
Duotone
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 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M6.5753 6.5753C5.7762 7.5539 5.2343 8.7574 5.0595 10.0893C2.5271 10.5743 0.7788 12.9055 1.0224 15.4724C1.266 18.0393 3.4216 20 6 20H18C18.5962 20 19.1697 19.8952 19.7023 19.7023L6.5753 6.5753ZM21.1192 16.8766C21.3675 17.125 21.728 17.2248 22.0687 17.1397C22.4094 17.0545 22.6805 16.7969 22.7829 16.4609C22.8791 16.1442 22.9452 15.8136 22.9776 15.4724C23.2212 12.9055 21.4729 10.5743 18.9405 10.0893C18.4833 6.6052 15.5139 4 12 4C11.514 4 11.0384 4.0498 10.5784 4.145C10.2184 4.2194 9.9284 4.4853 9.823 4.8374C9.7176 5.1895 9.814 5.571 10.0739 5.8309L21.1192 16.8766Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCloudOffDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M6.5753 6.5753C5.7762 7.5539 5.2343 8.7574 5.0595 10.0893C2.5271 10.5743 0.7788 12.9055 1.0224 15.4724C1.266 18.0393 3.4216 20 6 20H18C18.5962 20 19.1697 19.8952 19.7023 19.7023L6.5753 6.5753ZM21.1192 16.8766C21.3675 17.125 21.728 17.2248 22.0687 17.1397C22.4094 17.0545 22.6805 16.7969 22.7829 16.4609C22.8791 16.1442 22.9452 15.8136 22.9776 15.4724C23.2212 12.9055 21.4729 10.5743 18.9405 10.0893C18.4833 6.6052 15.5139 4 12 4C11.514 4 11.0384 4.0498 10.5784 4.145C10.2184 4.2194 9.9284 4.4853 9.823 4.8374C9.7176 5.1895 9.814 5.571 10.0739 5.8309L21.1192 16.8766Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M6.5753 6.5753C5.7762 7.5539 5.2343 8.7574 5.0595 10.0893C2.5271 10.5743 0.7788 12.9055 1.0224 15.4724C1.266 18.0393 3.4216 20 6 20H18C18.5962 20 19.1697 19.8952 19.7023 19.7023L6.5753 6.5753ZM21.1192 16.8766C21.3675 17.125 21.728 17.2248 22.0687 17.1397C22.4094 17.0545 22.6805 16.7969 22.7829 16.4609C22.8791 16.1442 22.9452 15.8136 22.9776 15.4724C23.2212 12.9055 21.4729 10.5743 18.9405 10.0893C18.4833 6.6052 15.5139 4 12 4C11.514 4 11.0384 4.0498 10.5784 4.145C10.2184 4.2194 9.9284 4.4853 9.823 4.8374C9.7176 5.1895 9.814 5.571 10.0739 5.8309L21.1192 16.8766Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>
</template>

CSS

.icon-cloud-off-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M6.5753%206.5753C5.7762%207.5539%205.2343%208.7574%205.0595%2010.0893C2.5271%2010.5743%200.7788%2012.9055%201.0224%2015.4724C1.266%2018.0393%203.4216%2020%206%2020H18C18.5962%2020%2019.1697%2019.8952%2019.7023%2019.7023L6.5753%206.5753ZM21.1192%2016.8766C21.3675%2017.125%2021.728%2017.2248%2022.0687%2017.1397C22.4094%2017.0545%2022.6805%2016.7969%2022.7829%2016.4609C22.8791%2016.1442%2022.9452%2015.8136%2022.9776%2015.4724C23.2212%2012.9055%2021.4729%2010.5743%2018.9405%2010.0893C18.4833%206.6052%2015.5139%204%2012%204C11.514%204%2011.0384%204.0498%2010.5784%204.145C10.2184%204.2194%209.9284%204.4853%209.823%204.8374C9.7176%205.1895%209.814%205.571%2010.0739%205.8309L21.1192%2016.8766Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M6.5753%206.5753C5.7762%207.5539%205.2343%208.7574%205.0595%2010.0893C2.5271%2010.5743%200.7788%2012.9055%201.0224%2015.4724C1.266%2018.0393%203.4216%2020%206%2020H18C18.5962%2020%2019.1697%2019.8952%2019.7023%2019.7023L6.5753%206.5753ZM21.1192%2016.8766C21.3675%2017.125%2021.728%2017.2248%2022.0687%2017.1397C22.4094%2017.0545%2022.6805%2016.7969%2022.7829%2016.4609C22.8791%2016.1442%2022.9452%2015.8136%2022.9776%2015.4724C23.2212%2012.9055%2021.4729%2010.5743%2018.9405%2010.0893C18.4833%206.6052%2015.5139%204%2012%204C11.514%204%2011.0384%204.0498%2010.5784%204.145C10.2184%204.2194%209.9284%204.4853%209.823%204.8374C9.7176%205.1895%209.814%205.571%2010.0739%205.8309L21.1192%2016.8766Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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