cloud-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
cloud-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Related icons in Octicons

Use the cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 7.25A5.225 5.225 0 0 1 7.25 2a5.22 5.22 0 0 1 4.767 3.029A4.47 4.47 0 0 1 16 9.5c0 2.505-1.995 4.5-4.5 4.5h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17Zm1.54.482a.75.75 0 0 1-.556.832c-.86.22-1.484.987-1.484 1.936c0 1.124.876 2 2 2h8c1.676 0 3-1.324 3-3s-1.324-3-3-3a.75.75 0 0 1-.709-.504A3.72 3.72 0 0 0 7.25 3.5C5.16 3.5 3.5 5.16 3.5 7.25q.003.22.035.436l.004.036l.001.008Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonCloud16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 7.25A5.225 5.225 0 0 1 7.25 2a5.22 5.22 0 0 1 4.767 3.029A4.47 4.47 0 0 1 16 9.5c0 2.505-1.995 4.5-4.5 4.5h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17Zm1.54.482a.75.75 0 0 1-.556.832c-.86.22-1.484.987-1.484 1.936c0 1.124.876 2 2 2h8c1.676 0 3-1.324 3-3s-1.324-3-3-3a.75.75 0 0 1-.709-.504A3.72 3.72 0 0 0 7.25 3.5C5.16 3.5 3.5 5.16 3.5 7.25q.003.22.035.436l.004.036l.001.008Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 7.25A5.225 5.225 0 0 1 7.25 2a5.22 5.22 0 0 1 4.767 3.029A4.47 4.47 0 0 1 16 9.5c0 2.505-1.995 4.5-4.5 4.5h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17Zm1.54.482a.75.75 0 0 1-.556.832c-.86.22-1.484.987-1.484 1.936c0 1.124.876 2 2 2h8c1.676 0 3-1.324 3-3s-1.324-3-3-3a.75.75 0 0 1-.709-.504A3.72 3.72 0 0 0 7.25 3.5C5.16 3.5 3.5 5.16 3.5 7.25q.003.22.035.436l.004.036l.001.008Z"/></svg>
</template>

CSS

.icon-cloud-16 {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207.25A5.225%205.225%200%200%201%207.25%202a5.22%205.22%200%200%201%204.767%203.029A4.47%204.47%200%200%201%2016%209.5c0%202.505-1.995%204.5-4.5%204.5h-8A3.474%203.474%200%200%201%200%2010.5c0-1.41.809-2.614%202.001-3.17Zm1.54.482a.75.75%200%200%201-.556.832c-.86.22-1.484.987-1.484%201.936c0%201.124.876%202%202%202h8c1.676%200%203-1.324%203-3s-1.324-3-3-3a.75.75%200%200%201-.709-.504A3.72%203.72%200%200%200%207.25%203.5C5.16%203.5%203.5%205.16%203.5%207.25q.003.22.035.436l.004.036l.001.008Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207.25A5.225%205.225%200%200%201%207.25%202a5.22%205.22%200%200%201%204.767%203.029A4.47%204.47%200%200%201%2016%209.5c0%202.505-1.995%204.5-4.5%204.5h-8A3.474%203.474%200%200%201%200%2010.5c0-1.41.809-2.614%202.001-3.17Zm1.54.482a.75.75%200%200%201-.556.832c-.86.22-1.484.987-1.484%201.936c0%201.124.876%202%202%202h8c1.676%200%203-1.324%203-3s-1.324-3-3-3a.75.75%200%200%201-.709-.504A3.72%203.72%200%200%200%207.25%203.5C5.16%203.5%203.5%205.16%203.5%207.25q.003.22.035.436l.004.036l.001.008Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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