cloud cross icon

cloud-cross from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
cloud-cross
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the cloud cross 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-miterlimit="10" stroke-width="1.5"><path d="M16.61 20c1.34.01 2.63-.49 3.62-1.39c3.27-2.86 1.52-8.6-2.79-9.14C15.9.13 2.43 3.67 5.62 12.56"/><path d="M7.28 12.97c-.53-.27-1.12-.41-1.71-.4c-4.66.33-4.65 7.11 0 7.44M15.82 9.89c.52-.26 1.08-.4 1.66-.41m-5.09 9.11l-2.83 2.82m2.83 0l-2.83-2.82"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudCross(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" strokeMiterlimit="10" strokeWidth="1.5"><path d="M16.61 20c1.34.01 2.63-.49 3.62-1.39c3.27-2.86 1.52-8.6-2.79-9.14C15.9.13 2.43 3.67 5.62 12.56"/><path d="M7.28 12.97c-.53-.27-1.12-.41-1.71-.4c-4.66.33-4.65 7.11 0 7.44M15.82 9.89c.52-.26 1.08-.4 1.66-.41m-5.09 9.11l-2.83 2.82m2.83 0l-2.83-2.82"/></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-miterlimit="10" stroke-width="1.5"><path d="M16.61 20c1.34.01 2.63-.49 3.62-1.39c3.27-2.86 1.52-8.6-2.79-9.14C15.9.13 2.43 3.67 5.62 12.56"/><path d="M7.28 12.97c-.53-.27-1.12-.41-1.71-.4c-4.66.33-4.65 7.11 0 7.44M15.82 9.89c.52-.26 1.08-.4 1.66-.41m-5.09 9.11l-2.83 2.82m2.83 0l-2.83-2.82"/></g></svg>
</template>

CSS

.icon-cloud-cross {
  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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.61%2020c1.34.01%202.63-.49%203.62-1.39c3.27-2.86%201.52-8.6-2.79-9.14C15.9.13%202.43%203.67%205.62%2012.56%22%2F%3E%3Cpath%20d%3D%22M7.28%2012.97c-.53-.27-1.12-.41-1.71-.4c-4.66.33-4.65%207.11%200%207.44M15.82%209.89c.52-.26%201.08-.4%201.66-.41m-5.09%209.11l-2.83%202.82m2.83%200l-2.83-2.82%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.61%2020c1.34.01%202.63-.49%203.62-1.39c3.27-2.86%201.52-8.6-2.79-9.14C15.9.13%202.43%203.67%205.62%2012.56%22%2F%3E%3Cpath%20d%3D%22M7.28%2012.97c-.53-.27-1.12-.41-1.71-.4c-4.66.33-4.65%207.11%200%207.44M15.82%209.89c.52-.26%201.08-.4%201.66-.41m-5.09%209.11l-2.83%202.82m2.83%200l-2.83-2.82%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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