cloud add icon

cloud-add-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
cloud-add-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the cloud add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 11.531c-2.76 0-5 2.24-5 5c0 .74.16 1.44.46 2.06q.12.27.27.51a4.96 4.96 0 0 0 4.27 2.43c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m2.07 4.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.31-.28.78-.26 1.06.04s.26.77-.04 1.06"/><path d="M20.2 17.072q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5 2.92-6.5 6.5c0 .46.05.9.14 1.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.35h.05c-3.21-8.93 10.33-12.5 11.88-3.12c4.33.55 6.08 6.32 2.8 9.19"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudAddFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 11.531c-2.76 0-5 2.24-5 5c0 .74.16 1.44.46 2.06q.12.27.27.51a4.96 4.96 0 0 0 4.27 2.43c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m2.07 4.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.31-.28.78-.26 1.06.04s.26.77-.04 1.06"/><path d="M20.2 17.072q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5 2.92-6.5 6.5c0 .46.05.9.14 1.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.35h.05c-3.21-8.93 10.33-12.5 11.88-3.12c4.33.55 6.08 6.32 2.8 9.19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 11.531c-2.76 0-5 2.24-5 5c0 .74.16 1.44.46 2.06q.12.27.27.51a4.96 4.96 0 0 0 4.27 2.43c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m2.07 4.57l-2.13 1.97c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48l1.6-1.48c.31-.28.78-.26 1.06.04s.26.77-.04 1.06"/><path d="M20.2 17.072q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5 2.92-6.5 6.5c0 .46.05.9.14 1.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.35h.05c-3.21-8.93 10.33-12.5 11.88-3.12c4.33.55 6.08 6.32 2.8 9.19"/></g></svg>
</template>

CSS

.icon-cloud-add-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2011.531c-2.76%200-5%202.24-5%205c0%20.74.16%201.44.46%202.06q.12.27.27.51a4.96%204.96%200%200%200%204.27%202.43c1.82%200%203.41-.98%204.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m2.07%204.57l-2.13%201.97c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-.99-.99a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.48.48l1.6-1.48c.31-.28.78-.26%201.06.04s.26.77-.04%201.06%22%2F%3E%3Cpath%20d%3D%22M20.2%2017.072q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5%202.92-6.5%206.5c0%20.46.05.9.14%201.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.35h.05c-3.21-8.93%2010.33-12.5%2011.88-3.12c4.33.55%206.08%206.32%202.8%209.19%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2011.531c-2.76%200-5%202.24-5%205c0%20.74.16%201.44.46%202.06q.12.27.27.51a4.96%204.96%200%200%200%204.27%202.43c1.82%200%203.41-.98%204.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m2.07%204.57l-2.13%201.97c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-.99-.99a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.48.48l1.6-1.48c.31-.28.78-.26%201.06.04s.26.77-.04%201.06%22%2F%3E%3Cpath%20d%3D%22M20.2%2017.072q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5%202.92-6.5%206.5c0%20.46.05.9.14%201.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.35h.05c-3.21-8.93%2010.33-12.5%2011.88-3.12c4.33.55%206.08%206.32%202.8%209.19%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-add-filled.svg?color=%231a73e8&size=48