round-cloud-off from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.

Name
round-cloud-off
Set
Google Material Icons
Style
Baseline
Category
File
Viewbox
24×24
License
Apache 2.0

More file icons from Google Material Icons

Use the round cloud off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 15c0-2.64-2.05-4.78-4.65-4.96A7.49 7.49 0 0 0 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19a2.996 2.996 0 0 1 1.79 5.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81M3.71 4.56a.996.996 0 0 0 0 1.41l2.06 2.06h-.42a5.99 5.99 0 0 0-5.29 6.79C.46 17.84 3.19 20 6.22 20h11.51l1.29 1.29a.996.996 0 1 0 1.41-1.41L5.12 4.56a.996.996 0 0 0-1.41 0M6 18c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73l8 8z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundCloudOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 15c0-2.64-2.05-4.78-4.65-4.96A7.49 7.49 0 0 0 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19a2.996 2.996 0 0 1 1.79 5.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81M3.71 4.56a.996.996 0 0 0 0 1.41l2.06 2.06h-.42a5.99 5.99 0 0 0-5.29 6.79C.46 17.84 3.19 20 6.22 20h11.51l1.29 1.29a.996.996 0 1 0 1.41-1.41L5.12 4.56a.996.996 0 0 0-1.41 0M6 18c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73l8 8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 15c0-2.64-2.05-4.78-4.65-4.96A7.49 7.49 0 0 0 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19a2.996 2.996 0 0 1 1.79 5.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81M3.71 4.56a.996.996 0 0 0 0 1.41l2.06 2.06h-.42a5.99 5.99 0 0 0-5.29 6.79C.46 17.84 3.19 20 6.22 20h11.51l1.29 1.29a.996.996 0 1 0 1.41-1.41L5.12 4.56a.996.996 0 0 0-1.41 0M6 18c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73l8 8z"/></svg>
</template>

CSS

.icon-round-cloud-off {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2015c0-2.64-2.05-4.78-4.65-4.96A7.49%207.49%200%200%200%2012%204c-1.33%200-2.57.36-3.65.97l1.49%201.49C10.51%206.17%2011.23%206%2012%206c3.04%200%205.5%202.46%205.5%205.5v.5H19a2.996%202.996%200%200%201%201.79%205.4l1.41%201.41c1.09-.92%201.8-2.27%201.8-3.81M3.71%204.56a.996.996%200%200%200%200%201.41l2.06%202.06h-.42a5.99%205.99%200%200%200-5.29%206.79C.46%2017.84%203.19%2020%206.22%2020h11.51l1.29%201.29a.996.996%200%201%200%201.41-1.41L5.12%204.56a.996.996%200%200%200-1.41%200M6%2018c-2.21%200-4-1.79-4-4s1.79-4%204-4h1.73l8%208z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2015c0-2.64-2.05-4.78-4.65-4.96A7.49%207.49%200%200%200%2012%204c-1.33%200-2.57.36-3.65.97l1.49%201.49C10.51%206.17%2011.23%206%2012%206c3.04%200%205.5%202.46%205.5%205.5v.5H19a2.996%202.996%200%200%201%201.79%205.4l1.41%201.41c1.09-.92%201.8-2.27%201.8-3.81M3.71%204.56a.996.996%200%200%200%200%201.41l2.06%202.06h-.42a5.99%205.99%200%200%200-5.29%206.79C.46%2017.84%203.19%2020%206.22%2020h11.51l1.29%201.29a.996.996%200%201%200%201.41-1.41L5.12%204.56a.996.996%200%200%200-1.41%200M6%2018c-2.21%200-4-1.79-4-4s1.79-4%204-4h1.73l8%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Round Cloud Off baseline icon — Google Material Icons · IconsDB