clouds icon
clouds from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- clouds
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Use the clouds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M16 7.5a2.5 2.5 0 0 1-1.456 2.272a3.5 3.5 0 0 0-.65-.824a1.5 1.5 0 0 0-.789-2.896a.5.5 0 0 1-.627-.421a3 3 0 0 0-5.22-1.625a5.6 5.6 0 0 0-1.276.088a4.002 4.002 0 0 1 7.392.91A2.5 2.5 0 0 1 16 7.5"/><path d="M7 5a4.5 4.5 0 0 1 4.473 4h.027a2.5 2.5 0 0 1 0 5H3a3 3 0 0 1-.247-5.99A4.5 4.5 0 0 1 7 5m3.5 4.5a3.5 3.5 0 0 0-6.89-.873a.5.5 0 0 1-.51.375A2 2 0 1 0 3 13h8.5a1.5 1.5 0 1 0-.376-2.953a.5.5 0 0 1-.624-.492z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiClouds(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="M16 7.5a2.5 2.5 0 0 1-1.456 2.272a3.5 3.5 0 0 0-.65-.824a1.5 1.5 0 0 0-.789-2.896a.5.5 0 0 1-.627-.421a3 3 0 0 0-5.22-1.625a5.6 5.6 0 0 0-1.276.088a4.002 4.002 0 0 1 7.392.91A2.5 2.5 0 0 1 16 7.5"/><path d="M7 5a4.5 4.5 0 0 1 4.473 4h.027a2.5 2.5 0 0 1 0 5H3a3 3 0 0 1-.247-5.99A4.5 4.5 0 0 1 7 5m3.5 4.5a3.5 3.5 0 0 0-6.89-.873a.5.5 0 0 1-.51.375A2 2 0 1 0 3 13h8.5a1.5 1.5 0 1 0-.376-2.953a.5.5 0 0 1-.624-.492z"/></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="M16 7.5a2.5 2.5 0 0 1-1.456 2.272a3.5 3.5 0 0 0-.65-.824a1.5 1.5 0 0 0-.789-2.896a.5.5 0 0 1-.627-.421a3 3 0 0 0-5.22-1.625a5.6 5.6 0 0 0-1.276.088a4.002 4.002 0 0 1 7.392.91A2.5 2.5 0 0 1 16 7.5"/><path d="M7 5a4.5 4.5 0 0 1 4.473 4h.027a2.5 2.5 0 0 1 0 5H3a3 3 0 0 1-.247-5.99A4.5 4.5 0 0 1 7 5m3.5 4.5a3.5 3.5 0 0 0-6.89-.873a.5.5 0 0 1-.51.375A2 2 0 1 0 3 13h8.5a1.5 1.5 0 1 0-.376-2.953a.5.5 0 0 1-.624-.492z"/></g></svg> </template>
CSS
.icon-clouds {
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%22M16%207.5a2.5%202.5%200%200%201-1.456%202.272a3.5%203.5%200%200%200-.65-.824a1.5%201.5%200%200%200-.789-2.896a.5.5%200%200%201-.627-.421a3%203%200%200%200-5.22-1.625a5.6%205.6%200%200%200-1.276.088a4.002%204.002%200%200%201%207.392.91A2.5%202.5%200%200%201%2016%207.5%22%2F%3E%3Cpath%20d%3D%22M7%205a4.5%204.5%200%200%201%204.473%204h.027a2.5%202.5%200%200%201%200%205H3a3%203%200%200%201-.247-5.99A4.5%204.5%200%200%201%207%205m3.5%204.5a3.5%203.5%200%200%200-6.89-.873a.5.5%200%200%201-.51.375A2%202%200%201%200%203%2013h8.5a1.5%201.5%200%201%200-.376-2.953a.5.5%200%200%201-.624-.492z%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%22M16%207.5a2.5%202.5%200%200%201-1.456%202.272a3.5%203.5%200%200%200-.65-.824a1.5%201.5%200%200%200-.789-2.896a.5.5%200%200%201-.627-.421a3%203%200%200%200-5.22-1.625a5.6%205.6%200%200%200-1.276.088a4.002%204.002%200%200%201%207.392.91A2.5%202.5%200%200%201%2016%207.5%22%2F%3E%3Cpath%20d%3D%22M7%205a4.5%204.5%200%200%201%204.473%204h.027a2.5%202.5%200%200%201%200%205H3a3%203%200%200%201-.247-5.99A4.5%204.5%200%200%201%207%205m3.5%204.5a3.5%203.5%200%200%200-6.89-.873a.5.5%200%200%201-.51.375A2%202%200%201%200%203%2013h8.5a1.5%201.5%200%201%200-.376-2.953a.5.5%200%200%201-.624-.492z%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/clouds.svg?color=%231a73e8&size=48