baseline cloud off icon

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

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

More file icons from Google Material Icons

Use the baseline 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="M19.35 10.04A7.49 7.49 0 0 0 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46a5.497 5.497 0 0 1 8.05 4.87v.5H19c1.66 0 3 1.34 3 3c0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96M3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73L4.27 4zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineCloudOff(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="M19.35 10.04A7.49 7.49 0 0 0 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46a5.497 5.497 0 0 1 8.05 4.87v.5H19c1.66 0 3 1.34 3 3c0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96M3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73L4.27 4zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.35 10.04A7.49 7.49 0 0 0 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46a5.497 5.497 0 0 1 8.05 4.87v.5H19c1.66 0 3 1.34 3 3c0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96M3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73L4.27 4zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4z"/></svg>
</template>

CSS

.icon-baseline-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%22M19.35%2010.04A7.49%207.49%200%200%200%2012%204c-1.48%200-2.85.43-4.01%201.17l1.46%201.46a5.497%205.497%200%200%201%208.05%204.87v.5H19c1.66%200%203%201.34%203%203c0%201.13-.64%202.11-1.56%202.62l1.45%201.45C23.16%2018.16%2024%2016.68%2024%2015c0-2.64-2.05-4.78-4.65-4.96M3%205.27l2.75%202.74C2.56%208.15%200%2010.77%200%2014c0%203.31%202.69%206%206%206h11.73l2%202L21%2020.73L4.27%204zM7.73%2010l8%208H6c-2.21%200-4-1.79-4-4s1.79-4%204-4z%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%22M19.35%2010.04A7.49%207.49%200%200%200%2012%204c-1.48%200-2.85.43-4.01%201.17l1.46%201.46a5.497%205.497%200%200%201%208.05%204.87v.5H19c1.66%200%203%201.34%203%203c0%201.13-.64%202.11-1.56%202.62l1.45%201.45C23.16%2018.16%2024%2016.68%2024%2015c0-2.64-2.05-4.78-4.65-4.96M3%205.27l2.75%202.74C2.56%208.15%200%2010.77%200%2014c0%203.31%202.69%206%206%206h11.73l2%202L21%2020.73L4.27%204zM7.73%2010l8%208H6c-2.21%200-4-1.79-4-4s1.79-4%204-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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