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

Name
cloud-moon
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 moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.99 47.56h22.943c6.128 0 10.878-4.643 10.878-10.623v-.488c6.764-.254 10.92-4.029 12.49-8.12c.699-1.697-.212-3.245-1.867-3.245c-1.272 0-2.31.551-4.558.551c-5.407 0-8.27-2.99-8.27-7.909c0-2.396.742-3.71.742-4.898c0-1.739-1.505-2.608-3.371-1.972c-4.496 1.484-8.312 6.276-8.312 12.15c0 .19.02.382.02.572c-2.565-2.926-6.127-4.622-10.177-4.622c-7.019 0-12.892 5.407-13.592 12.383C2.375 32.442 0 35.495 0 39.354c0 4.771 3.584 8.206 8.99 8.206m23.792-24.639c0-4.092 2.438-7.294 5.216-8.82l.233.169a12.6 12.6 0 0 0-.678 4.092c0 6.086 4.453 10.284 10.602 10.284c1.505 0 2.904-.275 3.88-.594l.127.149c-1.293 2.502-4.601 5.152-9.966 5.152c-1.336-3.583-4.622-6.17-8.82-6.764c-.404-1.145-.594-2.396-.594-3.668M8.906 44.168c-3.605 0-5.513-2.078-5.513-4.729c0-2.248 1.314-4.22 4.431-5.068c1.018-.254 1.4-.72 1.485-1.802c.487-5.937 4.898-10.22 10.199-10.22c4.113 0 7.315 2.268 9.287 6.212c.445.912.976 1.23 2.057 1.23c5.47 0 8.567 3.308 8.567 7.252s-3.224 7.125-7.422 7.125Z"/></svg>

React

import type { SVGProps } from "react";

export function F7CloudMoon(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="M8.99 47.56h22.943c6.128 0 10.878-4.643 10.878-10.623v-.488c6.764-.254 10.92-4.029 12.49-8.12c.699-1.697-.212-3.245-1.867-3.245c-1.272 0-2.31.551-4.558.551c-5.407 0-8.27-2.99-8.27-7.909c0-2.396.742-3.71.742-4.898c0-1.739-1.505-2.608-3.371-1.972c-4.496 1.484-8.312 6.276-8.312 12.15c0 .19.02.382.02.572c-2.565-2.926-6.127-4.622-10.177-4.622c-7.019 0-12.892 5.407-13.592 12.383C2.375 32.442 0 35.495 0 39.354c0 4.771 3.584 8.206 8.99 8.206m23.792-24.639c0-4.092 2.438-7.294 5.216-8.82l.233.169a12.6 12.6 0 0 0-.678 4.092c0 6.086 4.453 10.284 10.602 10.284c1.505 0 2.904-.275 3.88-.594l.127.149c-1.293 2.502-4.601 5.152-9.966 5.152c-1.336-3.583-4.622-6.17-8.82-6.764c-.404-1.145-.594-2.396-.594-3.668M8.906 44.168c-3.605 0-5.513-2.078-5.513-4.729c0-2.248 1.314-4.22 4.431-5.068c1.018-.254 1.4-.72 1.485-1.802c.487-5.937 4.898-10.22 10.199-10.22c4.113 0 7.315 2.268 9.287 6.212c.445.912.976 1.23 2.057 1.23c5.47 0 8.567 3.308 8.567 7.252s-3.224 7.125-7.422 7.125Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.99 47.56h22.943c6.128 0 10.878-4.643 10.878-10.623v-.488c6.764-.254 10.92-4.029 12.49-8.12c.699-1.697-.212-3.245-1.867-3.245c-1.272 0-2.31.551-4.558.551c-5.407 0-8.27-2.99-8.27-7.909c0-2.396.742-3.71.742-4.898c0-1.739-1.505-2.608-3.371-1.972c-4.496 1.484-8.312 6.276-8.312 12.15c0 .19.02.382.02.572c-2.565-2.926-6.127-4.622-10.177-4.622c-7.019 0-12.892 5.407-13.592 12.383C2.375 32.442 0 35.495 0 39.354c0 4.771 3.584 8.206 8.99 8.206m23.792-24.639c0-4.092 2.438-7.294 5.216-8.82l.233.169a12.6 12.6 0 0 0-.678 4.092c0 6.086 4.453 10.284 10.602 10.284c1.505 0 2.904-.275 3.88-.594l.127.149c-1.293 2.502-4.601 5.152-9.966 5.152c-1.336-3.583-4.622-6.17-8.82-6.764c-.404-1.145-.594-2.396-.594-3.668M8.906 44.168c-3.605 0-5.513-2.078-5.513-4.729c0-2.248 1.314-4.22 4.431-5.068c1.018-.254 1.4-.72 1.485-1.802c.487-5.937 4.898-10.22 10.199-10.22c4.113 0 7.315 2.268 9.287 6.212c.445.912.976 1.23 2.057 1.23c5.47 0 8.567 3.308 8.567 7.252s-3.224 7.125-7.422 7.125Z"/></svg>
</template>

CSS

.icon-cloud-moon {
  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%22M8.99%2047.56h22.943c6.128%200%2010.878-4.643%2010.878-10.623v-.488c6.764-.254%2010.92-4.029%2012.49-8.12c.699-1.697-.212-3.245-1.867-3.245c-1.272%200-2.31.551-4.558.551c-5.407%200-8.27-2.99-8.27-7.909c0-2.396.742-3.71.742-4.898c0-1.739-1.505-2.608-3.371-1.972c-4.496%201.484-8.312%206.276-8.312%2012.15c0%20.19.02.382.02.572c-2.565-2.926-6.127-4.622-10.177-4.622c-7.019%200-12.892%205.407-13.592%2012.383C2.375%2032.442%200%2035.495%200%2039.354c0%204.771%203.584%208.206%208.99%208.206m23.792-24.639c0-4.092%202.438-7.294%205.216-8.82l.233.169a12.6%2012.6%200%200%200-.678%204.092c0%206.086%204.453%2010.284%2010.602%2010.284c1.505%200%202.904-.275%203.88-.594l.127.149c-1.293%202.502-4.601%205.152-9.966%205.152c-1.336-3.583-4.622-6.17-8.82-6.764c-.404-1.145-.594-2.396-.594-3.668M8.906%2044.168c-3.605%200-5.513-2.078-5.513-4.729c0-2.248%201.314-4.22%204.431-5.068c1.018-.254%201.4-.72%201.485-1.802c.487-5.937%204.898-10.22%2010.199-10.22c4.113%200%207.315%202.268%209.287%206.212c.445.912.976%201.23%202.057%201.23c5.47%200%208.567%203.308%208.567%207.252s-3.224%207.125-7.422%207.125Z%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%22M8.99%2047.56h22.943c6.128%200%2010.878-4.643%2010.878-10.623v-.488c6.764-.254%2010.92-4.029%2012.49-8.12c.699-1.697-.212-3.245-1.867-3.245c-1.272%200-2.31.551-4.558.551c-5.407%200-8.27-2.99-8.27-7.909c0-2.396.742-3.71.742-4.898c0-1.739-1.505-2.608-3.371-1.972c-4.496%201.484-8.312%206.276-8.312%2012.15c0%20.19.02.382.02.572c-2.565-2.926-6.127-4.622-10.177-4.622c-7.019%200-12.892%205.407-13.592%2012.383C2.375%2032.442%200%2035.495%200%2039.354c0%204.771%203.584%208.206%208.99%208.206m23.792-24.639c0-4.092%202.438-7.294%205.216-8.82l.233.169a12.6%2012.6%200%200%200-.678%204.092c0%206.086%204.453%2010.284%2010.602%2010.284c1.505%200%202.904-.275%203.88-.594l.127.149c-1.293%202.502-4.601%205.152-9.966%205.152c-1.336-3.583-4.622-6.17-8.82-6.764c-.404-1.145-.594-2.396-.594-3.668M8.906%2044.168c-3.605%200-5.513-2.078-5.513-4.729c0-2.248%201.314-4.22%204.431-5.068c1.018-.254%201.4-.72%201.485-1.802c.487-5.937%204.898-10.22%2010.199-10.22c4.113%200%207.315%202.268%209.287%206.212c.445.912.976%201.23%202.057%201.23c5.47%200%208.567%203.308%208.567%207.252s-3.224%207.125-7.422%207.125Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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