cloud offline icon

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

Name
cloud-offline-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 offline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.25 2c-.69 0-1.351.13-1.957.371a.75.75 0 1 0 .554 1.394c.43-.17.903-.265 1.403-.265a3.72 3.72 0 0 1 3.541 2.496a.75.75 0 0 0 .709.504c1.676 0 3 1.324 3 3a3 3 0 0 1-.681 1.92a.75.75 0 0 0 1.156.955A4.5 4.5 0 0 0 16 9.5a4.47 4.47 0 0 0-3.983-4.471A5.22 5.22 0 0 0 7.25 2M.72 1.72a.75.75 0 0 1 1.06 0l2.311 2.31q.045.038.08.08l8.531 8.532l.035.034l2.043 2.044a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215l-1.8-1.799a5 5 0 0 1-.42.019h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17a5.2 5.2 0 0 1 .646-2.622L.72 2.78a.75.75 0 0 1 0-1.06M3.5 7.25q.006.242.041.481a.75.75 0 0 1-.557.833c-.86.22-1.484.986-1.484 1.936c0 1.124.876 2 2 2h6.94L3.771 5.832A3.8 3.8 0 0 0 3.5 7.25"/></svg>

React

import type { SVGProps } from "react";

export function OcticonCloudOffline16(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="M7.25 2c-.69 0-1.351.13-1.957.371a.75.75 0 1 0 .554 1.394c.43-.17.903-.265 1.403-.265a3.72 3.72 0 0 1 3.541 2.496a.75.75 0 0 0 .709.504c1.676 0 3 1.324 3 3a3 3 0 0 1-.681 1.92a.75.75 0 0 0 1.156.955A4.5 4.5 0 0 0 16 9.5a4.47 4.47 0 0 0-3.983-4.471A5.22 5.22 0 0 0 7.25 2M.72 1.72a.75.75 0 0 1 1.06 0l2.311 2.31q.045.038.08.08l8.531 8.532l.035.034l2.043 2.044a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215l-1.8-1.799a5 5 0 0 1-.42.019h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17a5.2 5.2 0 0 1 .646-2.622L.72 2.78a.75.75 0 0 1 0-1.06M3.5 7.25q.006.242.041.481a.75.75 0 0 1-.557.833c-.86.22-1.484.986-1.484 1.936c0 1.124.876 2 2 2h6.94L3.771 5.832A3.8 3.8 0 0 0 3.5 7.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.25 2c-.69 0-1.351.13-1.957.371a.75.75 0 1 0 .554 1.394c.43-.17.903-.265 1.403-.265a3.72 3.72 0 0 1 3.541 2.496a.75.75 0 0 0 .709.504c1.676 0 3 1.324 3 3a3 3 0 0 1-.681 1.92a.75.75 0 0 0 1.156.955A4.5 4.5 0 0 0 16 9.5a4.47 4.47 0 0 0-3.983-4.471A5.22 5.22 0 0 0 7.25 2M.72 1.72a.75.75 0 0 1 1.06 0l2.311 2.31q.045.038.08.08l8.531 8.532l.035.034l2.043 2.044a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215l-1.8-1.799a5 5 0 0 1-.42.019h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17a5.2 5.2 0 0 1 .646-2.622L.72 2.78a.75.75 0 0 1 0-1.06M3.5 7.25q.006.242.041.481a.75.75 0 0 1-.557.833c-.86.22-1.484.986-1.484 1.936c0 1.124.876 2 2 2h6.94L3.771 5.832A3.8 3.8 0 0 0 3.5 7.25"/></svg>
</template>

CSS

.icon-cloud-offline-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%22M7.25%202c-.69%200-1.351.13-1.957.371a.75.75%200%201%200%20.554%201.394c.43-.17.903-.265%201.403-.265a3.72%203.72%200%200%201%203.541%202.496a.75.75%200%200%200%20.709.504c1.676%200%203%201.324%203%203a3%203%200%200%201-.681%201.92a.75.75%200%200%200%201.156.955A4.5%204.5%200%200%200%2016%209.5a4.47%204.47%200%200%200-3.983-4.471A5.22%205.22%200%200%200%207.25%202M.72%201.72a.75.75%200%200%201%201.06%200l2.311%202.31q.045.038.08.08l8.531%208.532l.035.034l2.043%202.044a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215l-1.8-1.799a5%205%200%200%201-.42.019h-8A3.474%203.474%200%200%201%200%2010.5c0-1.41.809-2.614%202.001-3.17a5.2%205.2%200%200%201%20.646-2.622L.72%202.78a.75.75%200%200%201%200-1.06M3.5%207.25q.006.242.041.481a.75.75%200%200%201-.557.833c-.86.22-1.484.986-1.484%201.936c0%201.124.876%202%202%202h6.94L3.771%205.832A3.8%203.8%200%200%200%203.5%207.25%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%22M7.25%202c-.69%200-1.351.13-1.957.371a.75.75%200%201%200%20.554%201.394c.43-.17.903-.265%201.403-.265a3.72%203.72%200%200%201%203.541%202.496a.75.75%200%200%200%20.709.504c1.676%200%203%201.324%203%203a3%203%200%200%201-.681%201.92a.75.75%200%200%200%201.156.955A4.5%204.5%200%200%200%2016%209.5a4.47%204.47%200%200%200-3.983-4.471A5.22%205.22%200%200%200%207.25%202M.72%201.72a.75.75%200%200%201%201.06%200l2.311%202.31q.045.038.08.08l8.531%208.532l.035.034l2.043%202.044a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215l-1.8-1.799a5%205%200%200%201-.42.019h-8A3.474%203.474%200%200%201%200%2010.5c0-1.41.809-2.614%202.001-3.17a5.2%205.2%200%200%201%20.646-2.622L.72%202.78a.75.75%200%200%201%200-1.06M3.5%207.25q.006.242.041.481a.75.75%200%200%201-.557.833c-.86.22-1.484.986-1.484%201.936c0%201.124.876%202%202%202h6.94L3.771%205.832A3.8%203.8%200%200%200%203.5%207.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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