cloud sun bolt icon
cloud-sun-bolt from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- cloud-sun-bolt
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the cloud sun bolt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.06 8.176c.868 0 1.601-.752 1.601-1.6V2.41c0-.887-.733-1.6-1.6-1.6c-.887 0-1.62.713-1.62 1.6v4.166c0 .848.733 1.6 1.62 1.6m-11.203 3.722c.636.636 1.697.617 2.294 0c.58-.617.598-1.64 0-2.237l-2.988-2.989a1.583 1.583 0 0 0-2.237 0a1.606 1.606 0 0 0 0 2.256Zm20.113 0c.598.617 1.639.636 2.275 0l2.931-2.97a1.606 1.606 0 0 0 0-2.256a1.583 1.583 0 0 0-2.237 0l-2.97 2.99c-.616.597-.597 1.619 0 2.236M8.176 39.744h20.865c5.573 0 9.893-4.223 9.893-9.642v-.174c3.895-1.272 6.653-4.86 6.653-9.12c0-5.304-4.243-9.566-9.526-9.566a9.49 9.49 0 0 0-9.102 6.653c-2.314-2.642-5.554-4.165-9.218-4.165c-6.383 0-11.724 4.917-12.36 11.262C2.16 25.994 0 28.772 0 32.28c0 4.339 3.259 7.463 8.176 7.463m27.885-25.667c3.76 0 6.691 2.931 6.691 6.73c0 2.873-1.735 5.303-4.281 6.287c-1.234-3.684-4.724-6.268-9.121-6.538c.116-3.664 3.027-6.479 6.71-6.479M8.099 36.658c-3.278 0-5.014-1.89-5.014-4.3c0-2.044 1.196-3.837 4.03-4.609c.926-.231 1.274-.655 1.35-1.639c.444-5.4 4.455-9.295 9.276-9.295c3.741 0 6.653 2.064 8.446 5.67c.405.81.887 1.099 1.87 1.099c4.976 0 7.792 3.008 7.792 6.595s-2.932 6.48-6.75 6.48Zm42.154-14.25h4.166c.867 0 1.581-.714 1.581-1.6c0-.888-.714-1.601-1.581-1.601h-4.166c-.867 0-1.6.713-1.6 1.6s.733 1.6 1.6 1.6M47.94 34.96c.617.617 1.62.598 2.237-.019a1.606 1.606 0 0 0 0-2.256l-2.97-2.95c-.616-.598-1.62-.618-2.236 0a1.607 1.607 0 0 0 0 2.256ZM24.048 46.57H20.21l1.755-3.356c.232-.424.058-.733-.366-.733h-4.03c-.521 0-.714.212-.888.579l-2.449 5.611c-.212.463 0 .752.482.752h3.24l-2.487 5.978c-.097.25-.039.463.135.52c.173.078.385.02.578-.192l8.157-8.234c.386-.405.25-.926-.29-.926"/></svg>
React
import type { SVGProps } from "react";
export function F7CloudSunBolt(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="M36.06 8.176c.868 0 1.601-.752 1.601-1.6V2.41c0-.887-.733-1.6-1.6-1.6c-.887 0-1.62.713-1.62 1.6v4.166c0 .848.733 1.6 1.62 1.6m-11.203 3.722c.636.636 1.697.617 2.294 0c.58-.617.598-1.64 0-2.237l-2.988-2.989a1.583 1.583 0 0 0-2.237 0a1.606 1.606 0 0 0 0 2.256Zm20.113 0c.598.617 1.639.636 2.275 0l2.931-2.97a1.606 1.606 0 0 0 0-2.256a1.583 1.583 0 0 0-2.237 0l-2.97 2.99c-.616.597-.597 1.619 0 2.236M8.176 39.744h20.865c5.573 0 9.893-4.223 9.893-9.642v-.174c3.895-1.272 6.653-4.86 6.653-9.12c0-5.304-4.243-9.566-9.526-9.566a9.49 9.49 0 0 0-9.102 6.653c-2.314-2.642-5.554-4.165-9.218-4.165c-6.383 0-11.724 4.917-12.36 11.262C2.16 25.994 0 28.772 0 32.28c0 4.339 3.259 7.463 8.176 7.463m27.885-25.667c3.76 0 6.691 2.931 6.691 6.73c0 2.873-1.735 5.303-4.281 6.287c-1.234-3.684-4.724-6.268-9.121-6.538c.116-3.664 3.027-6.479 6.71-6.479M8.099 36.658c-3.278 0-5.014-1.89-5.014-4.3c0-2.044 1.196-3.837 4.03-4.609c.926-.231 1.274-.655 1.35-1.639c.444-5.4 4.455-9.295 9.276-9.295c3.741 0 6.653 2.064 8.446 5.67c.405.81.887 1.099 1.87 1.099c4.976 0 7.792 3.008 7.792 6.595s-2.932 6.48-6.75 6.48Zm42.154-14.25h4.166c.867 0 1.581-.714 1.581-1.6c0-.888-.714-1.601-1.581-1.601h-4.166c-.867 0-1.6.713-1.6 1.6s.733 1.6 1.6 1.6M47.94 34.96c.617.617 1.62.598 2.237-.019a1.606 1.606 0 0 0 0-2.256l-2.97-2.95c-.616-.598-1.62-.618-2.236 0a1.607 1.607 0 0 0 0 2.256ZM24.048 46.57H20.21l1.755-3.356c.232-.424.058-.733-.366-.733h-4.03c-.521 0-.714.212-.888.579l-2.449 5.611c-.212.463 0 .752.482.752h3.24l-2.487 5.978c-.097.25-.039.463.135.52c.173.078.385.02.578-.192l8.157-8.234c.386-.405.25-.926-.29-.926"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.06 8.176c.868 0 1.601-.752 1.601-1.6V2.41c0-.887-.733-1.6-1.6-1.6c-.887 0-1.62.713-1.62 1.6v4.166c0 .848.733 1.6 1.62 1.6m-11.203 3.722c.636.636 1.697.617 2.294 0c.58-.617.598-1.64 0-2.237l-2.988-2.989a1.583 1.583 0 0 0-2.237 0a1.606 1.606 0 0 0 0 2.256Zm20.113 0c.598.617 1.639.636 2.275 0l2.931-2.97a1.606 1.606 0 0 0 0-2.256a1.583 1.583 0 0 0-2.237 0l-2.97 2.99c-.616.597-.597 1.619 0 2.236M8.176 39.744h20.865c5.573 0 9.893-4.223 9.893-9.642v-.174c3.895-1.272 6.653-4.86 6.653-9.12c0-5.304-4.243-9.566-9.526-9.566a9.49 9.49 0 0 0-9.102 6.653c-2.314-2.642-5.554-4.165-9.218-4.165c-6.383 0-11.724 4.917-12.36 11.262C2.16 25.994 0 28.772 0 32.28c0 4.339 3.259 7.463 8.176 7.463m27.885-25.667c3.76 0 6.691 2.931 6.691 6.73c0 2.873-1.735 5.303-4.281 6.287c-1.234-3.684-4.724-6.268-9.121-6.538c.116-3.664 3.027-6.479 6.71-6.479M8.099 36.658c-3.278 0-5.014-1.89-5.014-4.3c0-2.044 1.196-3.837 4.03-4.609c.926-.231 1.274-.655 1.35-1.639c.444-5.4 4.455-9.295 9.276-9.295c3.741 0 6.653 2.064 8.446 5.67c.405.81.887 1.099 1.87 1.099c4.976 0 7.792 3.008 7.792 6.595s-2.932 6.48-6.75 6.48Zm42.154-14.25h4.166c.867 0 1.581-.714 1.581-1.6c0-.888-.714-1.601-1.581-1.601h-4.166c-.867 0-1.6.713-1.6 1.6s.733 1.6 1.6 1.6M47.94 34.96c.617.617 1.62.598 2.237-.019a1.606 1.606 0 0 0 0-2.256l-2.97-2.95c-.616-.598-1.62-.618-2.236 0a1.607 1.607 0 0 0 0 2.256ZM24.048 46.57H20.21l1.755-3.356c.232-.424.058-.733-.366-.733h-4.03c-.521 0-.714.212-.888.579l-2.449 5.611c-.212.463 0 .752.482.752h3.24l-2.487 5.978c-.097.25-.039.463.135.52c.173.078.385.02.578-.192l8.157-8.234c.386-.405.25-.926-.29-.926"/></svg> </template>
CSS
.icon-cloud-sun-bolt {
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%22M36.06%208.176c.868%200%201.601-.752%201.601-1.6V2.41c0-.887-.733-1.6-1.6-1.6c-.887%200-1.62.713-1.62%201.6v4.166c0%20.848.733%201.6%201.62%201.6m-11.203%203.722c.636.636%201.697.617%202.294%200c.58-.617.598-1.64%200-2.237l-2.988-2.989a1.583%201.583%200%200%200-2.237%200a1.606%201.606%200%200%200%200%202.256Zm20.113%200c.598.617%201.639.636%202.275%200l2.931-2.97a1.606%201.606%200%200%200%200-2.256a1.583%201.583%200%200%200-2.237%200l-2.97%202.99c-.616.597-.597%201.619%200%202.236M8.176%2039.744h20.865c5.573%200%209.893-4.223%209.893-9.642v-.174c3.895-1.272%206.653-4.86%206.653-9.12c0-5.304-4.243-9.566-9.526-9.566a9.49%209.49%200%200%200-9.102%206.653c-2.314-2.642-5.554-4.165-9.218-4.165c-6.383%200-11.724%204.917-12.36%2011.262C2.16%2025.994%200%2028.772%200%2032.28c0%204.339%203.259%207.463%208.176%207.463m27.885-25.667c3.76%200%206.691%202.931%206.691%206.73c0%202.873-1.735%205.303-4.281%206.287c-1.234-3.684-4.724-6.268-9.121-6.538c.116-3.664%203.027-6.479%206.71-6.479M8.099%2036.658c-3.278%200-5.014-1.89-5.014-4.3c0-2.044%201.196-3.837%204.03-4.609c.926-.231%201.274-.655%201.35-1.639c.444-5.4%204.455-9.295%209.276-9.295c3.741%200%206.653%202.064%208.446%205.67c.405.81.887%201.099%201.87%201.099c4.976%200%207.792%203.008%207.792%206.595s-2.932%206.48-6.75%206.48Zm42.154-14.25h4.166c.867%200%201.581-.714%201.581-1.6c0-.888-.714-1.601-1.581-1.601h-4.166c-.867%200-1.6.713-1.6%201.6s.733%201.6%201.6%201.6M47.94%2034.96c.617.617%201.62.598%202.237-.019a1.606%201.606%200%200%200%200-2.256l-2.97-2.95c-.616-.598-1.62-.618-2.236%200a1.607%201.607%200%200%200%200%202.256ZM24.048%2046.57H20.21l1.755-3.356c.232-.424.058-.733-.366-.733h-4.03c-.521%200-.714.212-.888.579l-2.449%205.611c-.212.463%200%20.752.482.752h3.24l-2.487%205.978c-.097.25-.039.463.135.52c.173.078.385.02.578-.192l8.157-8.234c.386-.405.25-.926-.29-.926%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%22M36.06%208.176c.868%200%201.601-.752%201.601-1.6V2.41c0-.887-.733-1.6-1.6-1.6c-.887%200-1.62.713-1.62%201.6v4.166c0%20.848.733%201.6%201.62%201.6m-11.203%203.722c.636.636%201.697.617%202.294%200c.58-.617.598-1.64%200-2.237l-2.988-2.989a1.583%201.583%200%200%200-2.237%200a1.606%201.606%200%200%200%200%202.256Zm20.113%200c.598.617%201.639.636%202.275%200l2.931-2.97a1.606%201.606%200%200%200%200-2.256a1.583%201.583%200%200%200-2.237%200l-2.97%202.99c-.616.597-.597%201.619%200%202.236M8.176%2039.744h20.865c5.573%200%209.893-4.223%209.893-9.642v-.174c3.895-1.272%206.653-4.86%206.653-9.12c0-5.304-4.243-9.566-9.526-9.566a9.49%209.49%200%200%200-9.102%206.653c-2.314-2.642-5.554-4.165-9.218-4.165c-6.383%200-11.724%204.917-12.36%2011.262C2.16%2025.994%200%2028.772%200%2032.28c0%204.339%203.259%207.463%208.176%207.463m27.885-25.667c3.76%200%206.691%202.931%206.691%206.73c0%202.873-1.735%205.303-4.281%206.287c-1.234-3.684-4.724-6.268-9.121-6.538c.116-3.664%203.027-6.479%206.71-6.479M8.099%2036.658c-3.278%200-5.014-1.89-5.014-4.3c0-2.044%201.196-3.837%204.03-4.609c.926-.231%201.274-.655%201.35-1.639c.444-5.4%204.455-9.295%209.276-9.295c3.741%200%206.653%202.064%208.446%205.67c.405.81.887%201.099%201.87%201.099c4.976%200%207.792%203.008%207.792%206.595s-2.932%206.48-6.75%206.48Zm42.154-14.25h4.166c.867%200%201.581-.714%201.581-1.6c0-.888-.714-1.601-1.581-1.601h-4.166c-.867%200-1.6.713-1.6%201.6s.733%201.6%201.6%201.6M47.94%2034.96c.617.617%201.62.598%202.237-.019a1.606%201.606%200%200%200%200-2.256l-2.97-2.95c-.616-.598-1.62-.618-2.236%200a1.607%201.607%200%200%200%200%202.256ZM24.048%2046.57H20.21l1.755-3.356c.232-.424.058-.733-.366-.733h-4.03c-.521%200-.714.212-.888.579l-2.449%205.611c-.212.463%200%20.752.482.752h3.24l-2.487%205.978c-.097.25-.039.463.135.52c.173.078.385.02.578-.192l8.157-8.234c.386-.405.25-.926-.29-.926%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/cloud-sun-bolt.svg?color=%231a73e8&size=48