cloud from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
cloud
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.262 45.754h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.79-8.366-9.516-15.14-9.516c-8.812 0-16.078 6.89-16.851 15.61c-4.243 1.218-7.477 4.921-7.477 9.867c0 5.53 4.031 10.03 11.016 10.03m-.047-3.773c-4.805 0-7.219-2.672-7.219-6.141c0-2.836 1.64-5.344 5.625-6.422c1.29-.328 1.758-.937 1.875-2.273c.54-7.641 6.281-13.149 13.078-13.149c5.274 0 9.422 2.883 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.196 10.852 9.188c0 5.11-4.078 9.188-9.422 9.188Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Cloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.262 45.754h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.79-8.366-9.516-15.14-9.516c-8.812 0-16.078 6.89-16.851 15.61c-4.243 1.218-7.477 4.921-7.477 9.867c0 5.53 4.031 10.03 11.016 10.03m-.047-3.773c-4.805 0-7.219-2.672-7.219-6.141c0-2.836 1.64-5.344 5.625-6.422c1.29-.328 1.758-.937 1.875-2.273c.54-7.641 6.281-13.149 13.078-13.149c5.274 0 9.422 2.883 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.196 10.852 9.188c0 5.11-4.078 9.188-9.422 9.188Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.262 45.754h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.79-8.366-9.516-15.14-9.516c-8.812 0-16.078 6.89-16.851 15.61c-4.243 1.218-7.477 4.921-7.477 9.867c0 5.53 4.031 10.03 11.016 10.03m-.047-3.773c-4.805 0-7.219-2.672-7.219-6.141c0-2.836 1.64-5.344 5.625-6.422c1.29-.328 1.758-.937 1.875-2.273c.54-7.641 6.281-13.149 13.078-13.149c5.274 0 9.422 2.883 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.196 10.852 9.188c0 5.11-4.078 9.188-9.422 9.188Z"/></svg>
</template>

CSS

.icon-cloud {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.262%2045.754h29.086c7.687%200%2013.406-5.836%2013.406-13.078c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.79-8.366-9.516-15.14-9.516c-8.812%200-16.078%206.89-16.851%2015.61c-4.243%201.218-7.477%204.921-7.477%209.867c0%205.53%204.031%2010.03%2011.016%2010.03m-.047-3.773c-4.805%200-7.219-2.672-7.219-6.141c0-2.836%201.64-5.344%205.625-6.422c1.29-.328%201.758-.937%201.875-2.273c.54-7.641%206.281-13.149%2013.078-13.149c5.274%200%209.422%202.883%2011.953%208.086c.54%201.125%201.242%201.523%202.625%201.523c6.938%200%2010.852%204.196%2010.852%209.188c0%205.11-4.078%209.188-9.422%209.188Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.262%2045.754h29.086c7.687%200%2013.406-5.836%2013.406-13.078c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.79-8.366-9.516-15.14-9.516c-8.812%200-16.078%206.89-16.851%2015.61c-4.243%201.218-7.477%204.921-7.477%209.867c0%205.53%204.031%2010.03%2011.016%2010.03m-.047-3.773c-4.805%200-7.219-2.672-7.219-6.141c0-2.836%201.64-5.344%205.625-6.422c1.29-.328%201.758-.937%201.875-2.273c.54-7.641%206.281-13.149%2013.078-13.149c5.274%200%209.422%202.883%2011.953%208.086c.54%201.125%201.242%201.523%202.625%201.523c6.938%200%2010.852%204.196%2010.852%209.188c0%205.11-4.078%209.188-9.422%209.188Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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