cloud moon icon
cloud-moon from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- cloud-moon
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the cloud moon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7 8a3.5 3.5 0 0 1 3.5 3.555a.5.5 0 0 0 .625.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998a.5.5 0 0 0 .509-.375A3.5 3.5 0 0 1 7 8m4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5z"/><path d="M11.286 1.778a.5.5 0 0 0-.565-.755a4.595 4.595 0 0 0-3.18 5.003a5.5 5.5 0 0 1 1.055.209A3.6 3.6 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744a3.58 3.58 0 0 1-2.241.634q.244.477.394 1a4.59 4.59 0 0 0 3.624-2.04a.5.5 0 0 0-.565-.755a3.593 3.593 0 0 1-4.065-5.422z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiCloudMoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7 8a3.5 3.5 0 0 1 3.5 3.555a.5.5 0 0 0 .625.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998a.5.5 0 0 0 .509-.375A3.5 3.5 0 0 1 7 8m4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5z"/><path d="M11.286 1.778a.5.5 0 0 0-.565-.755a4.595 4.595 0 0 0-3.18 5.003a5.5 5.5 0 0 1 1.055.209A3.6 3.6 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744a3.58 3.58 0 0 1-2.241.634q.244.477.394 1a4.59 4.59 0 0 0 3.624-2.04a.5.5 0 0 0-.565-.755a3.593 3.593 0 0 1-4.065-5.422z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7 8a3.5 3.5 0 0 1 3.5 3.555a.5.5 0 0 0 .625.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998a.5.5 0 0 0 .509-.375A3.5 3.5 0 0 1 7 8m4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5z"/><path d="M11.286 1.778a.5.5 0 0 0-.565-.755a4.595 4.595 0 0 0-3.18 5.003a5.5 5.5 0 0 1 1.055.209A3.6 3.6 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744a3.58 3.58 0 0 1-2.241.634q.244.477.394 1a4.59 4.59 0 0 0 3.624-2.04a.5.5 0 0 0-.565-.755a3.593 3.593 0 0 1-4.065-5.422z"/></g></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7%208a3.5%203.5%200%200%201%203.5%203.555a.5.5%200%200%200%20.625.492A1.503%201.503%200%200%201%2013%2013.5a1.5%201.5%200%200%201-1.5%201.5H3a2%202%200%201%201%20.1-3.998a.5.5%200%200%200%20.509-.375A3.5%203.5%200%200%201%207%208m4.473%203a4.5%204.5%200%200%200-8.72-.99A3%203%200%200%200%203%2016h8.5a2.5%202.5%200%200%200%200-5z%22%2F%3E%3Cpath%20d%3D%22M11.286%201.778a.5.5%200%200%200-.565-.755a4.595%204.595%200%200%200-3.18%205.003a5.5%205.5%200%200%201%201.055.209A3.6%203.6%200%200%201%209.83%202.617a4.593%204.593%200%200%200%204.31%205.744a3.58%203.58%200%200%201-2.241.634q.244.477.394%201a4.59%204.59%200%200%200%203.624-2.04a.5.5%200%200%200-.565-.755a3.593%203.593%200%200%201-4.065-5.422z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7%208a3.5%203.5%200%200%201%203.5%203.555a.5.5%200%200%200%20.625.492A1.503%201.503%200%200%201%2013%2013.5a1.5%201.5%200%200%201-1.5%201.5H3a2%202%200%201%201%20.1-3.998a.5.5%200%200%200%20.509-.375A3.5%203.5%200%200%201%207%208m4.473%203a4.5%204.5%200%200%200-8.72-.99A3%203%200%200%200%203%2016h8.5a2.5%202.5%200%200%200%200-5z%22%2F%3E%3Cpath%20d%3D%22M11.286%201.778a.5.5%200%200%200-.565-.755a4.595%204.595%200%200%200-3.18%205.003a5.5%205.5%200%200%201%201.055.209A3.6%203.6%200%200%201%209.83%202.617a4.593%204.593%200%200%200%204.31%205.744a3.58%203.58%200%200%201-2.241.634q.244.477.394%201a4.59%204.59%200%200%200%203.624-2.04a.5.5%200%200%200-.565-.755a3.593%203.593%200%200%201-4.065-5.422z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/cloud-moon.svg?color=%231a73e8&size=48