cloud moon bolt icon
cloud-moon-bolt-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- cloud-moon-bolt-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the cloud moon bolt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.392 26.967C52.038 25.795 56 20.407 56 16.913c0-.831-.383-1.449-1.065-1.449c-1.022 0-2.577 1.364-5.517 1.364c-5.197 0-8.499-3.132-8.499-7.882c0-2.833 1.513-4.878 1.513-6.007c0-.681-.448-1.107-1.3-1.086c-3.94.17-8.925 4.558-10.054 10.225c.66.617 1.3 1.448 1.81 2.577c7.18.554 12.377 5.964 12.504 12.312M8.84 37.894h23.048c6.028 0 10.714-4.58 10.714-10.48c0-5.879-4.771-10.31-11.14-10.33c-2.493-4.772-6.923-7.541-12.078-7.541c-6.923 0-12.802 5.389-13.441 12.397C2.322 23.005 0 26.093 0 29.82c0 4.793 3.6 8.073 8.84 8.073m17.829 7.69h-4.24l1.96-3.707c.235-.468.043-.809-.425-.809h-4.452c-.576 0-.767.234-.959.64l-2.726 6.198c-.213.51 0 .83.553.83h3.558L17.21 55.34c-.128.277-.064.51.128.575c.213.085.426.021.639-.213l9.01-9.096c.448-.447.277-1.022-.32-1.022"/></svg>
React
import type { SVGProps } from "react";
export function F7CloudMoonBoltFill(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="M45.392 26.967C52.038 25.795 56 20.407 56 16.913c0-.831-.383-1.449-1.065-1.449c-1.022 0-2.577 1.364-5.517 1.364c-5.197 0-8.499-3.132-8.499-7.882c0-2.833 1.513-4.878 1.513-6.007c0-.681-.448-1.107-1.3-1.086c-3.94.17-8.925 4.558-10.054 10.225c.66.617 1.3 1.448 1.81 2.577c7.18.554 12.377 5.964 12.504 12.312M8.84 37.894h23.048c6.028 0 10.714-4.58 10.714-10.48c0-5.879-4.771-10.31-11.14-10.33c-2.493-4.772-6.923-7.541-12.078-7.541c-6.923 0-12.802 5.389-13.441 12.397C2.322 23.005 0 26.093 0 29.82c0 4.793 3.6 8.073 8.84 8.073m17.829 7.69h-4.24l1.96-3.707c.235-.468.043-.809-.425-.809h-4.452c-.576 0-.767.234-.959.64l-2.726 6.198c-.213.51 0 .83.553.83h3.558L17.21 55.34c-.128.277-.064.51.128.575c.213.085.426.021.639-.213l9.01-9.096c.448-.447.277-1.022-.32-1.022"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.392 26.967C52.038 25.795 56 20.407 56 16.913c0-.831-.383-1.449-1.065-1.449c-1.022 0-2.577 1.364-5.517 1.364c-5.197 0-8.499-3.132-8.499-7.882c0-2.833 1.513-4.878 1.513-6.007c0-.681-.448-1.107-1.3-1.086c-3.94.17-8.925 4.558-10.054 10.225c.66.617 1.3 1.448 1.81 2.577c7.18.554 12.377 5.964 12.504 12.312M8.84 37.894h23.048c6.028 0 10.714-4.58 10.714-10.48c0-5.879-4.771-10.31-11.14-10.33c-2.493-4.772-6.923-7.541-12.078-7.541c-6.923 0-12.802 5.389-13.441 12.397C2.322 23.005 0 26.093 0 29.82c0 4.793 3.6 8.073 8.84 8.073m17.829 7.69h-4.24l1.96-3.707c.235-.468.043-.809-.425-.809h-4.452c-.576 0-.767.234-.959.64l-2.726 6.198c-.213.51 0 .83.553.83h3.558L17.21 55.34c-.128.277-.064.51.128.575c.213.085.426.021.639-.213l9.01-9.096c.448-.447.277-1.022-.32-1.022"/></svg> </template>
CSS
.icon-cloud-moon-bolt-fill {
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%22M45.392%2026.967C52.038%2025.795%2056%2020.407%2056%2016.913c0-.831-.383-1.449-1.065-1.449c-1.022%200-2.577%201.364-5.517%201.364c-5.197%200-8.499-3.132-8.499-7.882c0-2.833%201.513-4.878%201.513-6.007c0-.681-.448-1.107-1.3-1.086c-3.94.17-8.925%204.558-10.054%2010.225c.66.617%201.3%201.448%201.81%202.577c7.18.554%2012.377%205.964%2012.504%2012.312M8.84%2037.894h23.048c6.028%200%2010.714-4.58%2010.714-10.48c0-5.879-4.771-10.31-11.14-10.33c-2.493-4.772-6.923-7.541-12.078-7.541c-6.923%200-12.802%205.389-13.441%2012.397C2.322%2023.005%200%2026.093%200%2029.82c0%204.793%203.6%208.073%208.84%208.073m17.829%207.69h-4.24l1.96-3.707c.235-.468.043-.809-.425-.809h-4.452c-.576%200-.767.234-.959.64l-2.726%206.198c-.213.51%200%20.83.553.83h3.558L17.21%2055.34c-.128.277-.064.51.128.575c.213.085.426.021.639-.213l9.01-9.096c.448-.447.277-1.022-.32-1.022%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%22M45.392%2026.967C52.038%2025.795%2056%2020.407%2056%2016.913c0-.831-.383-1.449-1.065-1.449c-1.022%200-2.577%201.364-5.517%201.364c-5.197%200-8.499-3.132-8.499-7.882c0-2.833%201.513-4.878%201.513-6.007c0-.681-.448-1.107-1.3-1.086c-3.94.17-8.925%204.558-10.054%2010.225c.66.617%201.3%201.448%201.81%202.577c7.18.554%2012.377%205.964%2012.504%2012.312M8.84%2037.894h23.048c6.028%200%2010.714-4.58%2010.714-10.48c0-5.879-4.771-10.31-11.14-10.33c-2.493-4.772-6.923-7.541-12.078-7.541c-6.923%200-12.802%205.389-13.441%2012.397C2.322%2023.005%200%2026.093%200%2029.82c0%204.793%203.6%208.073%208.84%208.073m17.829%207.69h-4.24l1.96-3.707c.235-.468.043-.809-.425-.809h-4.452c-.576%200-.767.234-.959.64l-2.726%206.198c-.213.51%200%20.83.553.83h3.558L17.21%2055.34c-.128.277-.064.51.128.575c.213.085.426.021.639-.213l9.01-9.096c.448-.447.277-1.022-.32-1.022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/cloud-moon-bolt-fill.svg?color=%231a73e8&size=48