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

Name
cloud-fog
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 fog 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 37.106h29.086c7.687 0 13.406-5.837 13.406-13.079c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.789-8.366-9.515-15.14-9.515c-8.812 0-16.078 6.89-16.851 15.609c-4.243 1.219-7.477 4.922-7.477 9.867c0 5.531 4.031 10.031 11.016 10.031m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.837 1.64-5.368 5.625-6.422c1.29-.329 1.758-.938 1.875-2.274c.54-7.64 6.281-13.148 13.078-13.148c5.274 0 9.422 2.882 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.195 10.852 9.188c0 5.109-4.078 9.187-9.422 9.187ZM43.246 43.48H12.754c-.82 0-1.477.633-1.477 1.5c0 .844.657 1.477 1.477 1.477h30.492c.82 0 1.477-.633 1.477-1.477c0-.867-.657-1.5-1.477-1.5m0 7.97H12.754c-.82 0-1.477.632-1.477 1.476c0 .843.657 1.476 1.477 1.476h30.492c.82 0 1.477-.633 1.477-1.476c0-.844-.657-1.477-1.477-1.477"/></svg>

React

import type { SVGProps } from "react";

export function F7CloudFog(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 37.106h29.086c7.687 0 13.406-5.837 13.406-13.079c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.789-8.366-9.515-15.14-9.515c-8.812 0-16.078 6.89-16.851 15.609c-4.243 1.219-7.477 4.922-7.477 9.867c0 5.531 4.031 10.031 11.016 10.031m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.837 1.64-5.368 5.625-6.422c1.29-.329 1.758-.938 1.875-2.274c.54-7.64 6.281-13.148 13.078-13.148c5.274 0 9.422 2.882 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.195 10.852 9.188c0 5.109-4.078 9.187-9.422 9.187ZM43.246 43.48H12.754c-.82 0-1.477.633-1.477 1.5c0 .844.657 1.477 1.477 1.477h30.492c.82 0 1.477-.633 1.477-1.477c0-.867-.657-1.5-1.477-1.5m0 7.97H12.754c-.82 0-1.477.632-1.477 1.476c0 .843.657 1.476 1.477 1.476h30.492c.82 0 1.477-.633 1.477-1.476c0-.844-.657-1.477-1.477-1.477"/></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 37.106h29.086c7.687 0 13.406-5.837 13.406-13.079c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.789-8.366-9.515-15.14-9.515c-8.812 0-16.078 6.89-16.851 15.609c-4.243 1.219-7.477 4.922-7.477 9.867c0 5.531 4.031 10.031 11.016 10.031m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.837 1.64-5.368 5.625-6.422c1.29-.329 1.758-.938 1.875-2.274c.54-7.64 6.281-13.148 13.078-13.148c5.274 0 9.422 2.882 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.195 10.852 9.188c0 5.109-4.078 9.187-9.422 9.187ZM43.246 43.48H12.754c-.82 0-1.477.633-1.477 1.5c0 .844.657 1.477 1.477 1.477h30.492c.82 0 1.477-.633 1.477-1.477c0-.867-.657-1.5-1.477-1.5m0 7.97H12.754c-.82 0-1.477.632-1.477 1.476c0 .843.657 1.476 1.477 1.476h30.492c.82 0 1.477-.633 1.477-1.476c0-.844-.657-1.477-1.477-1.477"/></svg>
</template>

CSS

.icon-cloud-fog {
  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%2037.106h29.086c7.687%200%2013.406-5.837%2013.406-13.079c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.789-8.366-9.515-15.14-9.515c-8.812%200-16.078%206.89-16.851%2015.609c-4.243%201.219-7.477%204.922-7.477%209.867c0%205.531%204.031%2010.031%2011.016%2010.031m-.047-3.774c-4.805%200-7.219-2.672-7.219-6.14c0-2.837%201.64-5.368%205.625-6.422c1.29-.329%201.758-.938%201.875-2.274c.54-7.64%206.281-13.148%2013.078-13.148c5.274%200%209.422%202.882%2011.953%208.086c.54%201.125%201.242%201.523%202.625%201.523c6.938%200%2010.852%204.195%2010.852%209.188c0%205.109-4.078%209.187-9.422%209.187ZM43.246%2043.48H12.754c-.82%200-1.477.633-1.477%201.5c0%20.844.657%201.477%201.477%201.477h30.492c.82%200%201.477-.633%201.477-1.477c0-.867-.657-1.5-1.477-1.5m0%207.97H12.754c-.82%200-1.477.632-1.477%201.476c0%20.843.657%201.476%201.477%201.476h30.492c.82%200%201.477-.633%201.477-1.476c0-.844-.657-1.477-1.477-1.477%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%2037.106h29.086c7.687%200%2013.406-5.837%2013.406-13.079c0-7.453-6.094-12.914-14.04-12.914c-2.929-5.789-8.366-9.515-15.14-9.515c-8.812%200-16.078%206.89-16.851%2015.609c-4.243%201.219-7.477%204.922-7.477%209.867c0%205.531%204.031%2010.031%2011.016%2010.031m-.047-3.774c-4.805%200-7.219-2.672-7.219-6.14c0-2.837%201.64-5.368%205.625-6.422c1.29-.329%201.758-.938%201.875-2.274c.54-7.64%206.281-13.148%2013.078-13.148c5.274%200%209.422%202.882%2011.953%208.086c.54%201.125%201.242%201.523%202.625%201.523c6.938%200%2010.852%204.195%2010.852%209.188c0%205.109-4.078%209.187-9.422%209.187ZM43.246%2043.48H12.754c-.82%200-1.477.633-1.477%201.5c0%20.844.657%201.477%201.477%201.477h30.492c.82%200%201.477-.633%201.477-1.477c0-.867-.657-1.5-1.477-1.5m0%207.97H12.754c-.82%200-1.477.632-1.477%201.476c0%20.843.657%201.476%201.477%201.476h30.492c.82%200%201.477-.633%201.477-1.476c0-.844-.657-1.477-1.477-1.477%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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