cloud square icon

cloud-square from Iconoir by Luca Burgio · Regular · Cloud · MIT Free for personal and commercial use.

Name
cloud-square
Set
Iconoir
Style
Regular
Category
Cloud
Viewbox
24×24
License
MIT
Aliases
settings-cloud

1 other variant in Iconoir

More cloud icons from Iconoir

Use the cloud square 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-width="1.5"><path d="M3 20.4V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6Z"/><path stroke-linejoin="round" d="M12 8c-3.273 0-3.273 2-3.273 3C7.818 11 6 11.5 6 13.5S7.818 16 8.727 16h6.546c.909 0 2.727-.5 2.727-2.5S16.182 11 15.273 11c0-1 0-3-3.273-3Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirCloudSquare(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" strokeWidth="1.5"><path d="M3 20.4V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6Z"/><path strokeLinejoin="round" d="M12 8c-3.273 0-3.273 2-3.273 3C7.818 11 6 11.5 6 13.5S7.818 16 8.727 16h6.546c.909 0 2.727-.5 2.727-2.5S16.182 11 15.273 11c0-1 0-3-3.273-3Z"/></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-width="1.5"><path d="M3 20.4V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6Z"/><path stroke-linejoin="round" d="M12 8c-3.273 0-3.273 2-3.273 3C7.818 11 6 11.5 6 13.5S7.818 16 8.727 16h6.546c.909 0 2.727-.5 2.727-2.5S16.182 11 15.273 11c0-1 0-3-3.273-3Z"/></g></svg>
</template>

CSS

.icon-cloud-square {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2020.4V3.6a.6.6%200%200%201%20.6-.6h16.8a.6.6%200%200%201%20.6.6v16.8a.6.6%200%200%201-.6.6H3.6a.6.6%200%200%201-.6-.6Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208c-3.273%200-3.273%202-3.273%203C7.818%2011%206%2011.5%206%2013.5S7.818%2016%208.727%2016h6.546c.909%200%202.727-.5%202.727-2.5S16.182%2011%2015.273%2011c0-1%200-3-3.273-3Z%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2020.4V3.6a.6.6%200%200%201%20.6-.6h16.8a.6.6%200%200%201%20.6.6v16.8a.6.6%200%200%201-.6.6H3.6a.6.6%200%200%201-.6-.6Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208c-3.273%200-3.273%202-3.273%203C7.818%2011%206%2011.5%206%2013.5S7.818%2016%208.727%2016h6.546c.909%200%202.727-.5%202.727-2.5S16.182%2011%2015.273%2011c0-1%200-3-3.273-3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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