cloud offline icon

cloud-offline-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
cloud-offline-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the cloud offline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m41.37 64l22.628-22.628l406.629 406.63l-22.628 22.627zm-2.65 148.78C13.39 235.88 0 267.42 0 304c0 36 14.38 68.88 40.49 92.59C65.64 419.43 99.56 432 136 432h228.12L110.51 178.39c-28.01 5.39-53.09 17.33-71.79 34.39m437.87 194.45C499.76 388.78 512 361.39 512 328c0-61.85-48.44-95.34-97.75-102.64c-6.52-41.18-24.05-76.4-51.11-102.46A153.57 153.57 0 0 0 256 80c-30.47 0-58.9 8.62-83.07 25l302.82 302.86c.25-.21.57-.41.84-.63"/></svg>

React

import type { SVGProps } from "react";

export function IonCloudOfflineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m41.37 64l22.628-22.628l406.629 406.63l-22.628 22.627zm-2.65 148.78C13.39 235.88 0 267.42 0 304c0 36 14.38 68.88 40.49 92.59C65.64 419.43 99.56 432 136 432h228.12L110.51 178.39c-28.01 5.39-53.09 17.33-71.79 34.39m437.87 194.45C499.76 388.78 512 361.39 512 328c0-61.85-48.44-95.34-97.75-102.64c-6.52-41.18-24.05-76.4-51.11-102.46A153.57 153.57 0 0 0 256 80c-30.47 0-58.9 8.62-83.07 25l302.82 302.86c.25-.21.57-.41.84-.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m41.37 64l22.628-22.628l406.629 406.63l-22.628 22.627zm-2.65 148.78C13.39 235.88 0 267.42 0 304c0 36 14.38 68.88 40.49 92.59C65.64 419.43 99.56 432 136 432h228.12L110.51 178.39c-28.01 5.39-53.09 17.33-71.79 34.39m437.87 194.45C499.76 388.78 512 361.39 512 328c0-61.85-48.44-95.34-97.75-102.64c-6.52-41.18-24.05-76.4-51.11-102.46A153.57 153.57 0 0 0 256 80c-30.47 0-58.9 8.62-83.07 25l302.82 302.86c.25-.21.57-.41.84-.63"/></svg>
</template>

CSS

.icon-cloud-offline-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m41.37%2064l22.628-22.628l406.629%20406.63l-22.628%2022.627zm-2.65%20148.78C13.39%20235.88%200%20267.42%200%20304c0%2036%2014.38%2068.88%2040.49%2092.59C65.64%20419.43%2099.56%20432%20136%20432h228.12L110.51%20178.39c-28.01%205.39-53.09%2017.33-71.79%2034.39m437.87%20194.45C499.76%20388.78%20512%20361.39%20512%20328c0-61.85-48.44-95.34-97.75-102.64c-6.52-41.18-24.05-76.4-51.11-102.46A153.57%20153.57%200%200%200%20256%2080c-30.47%200-58.9%208.62-83.07%2025l302.82%20302.86c.25-.21.57-.41.84-.63%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m41.37%2064l22.628-22.628l406.629%20406.63l-22.628%2022.627zm-2.65%20148.78C13.39%20235.88%200%20267.42%200%20304c0%2036%2014.38%2068.88%2040.49%2092.59C65.64%20419.43%2099.56%20432%20136%20432h228.12L110.51%20178.39c-28.01%205.39-53.09%2017.33-71.79%2034.39m437.87%20194.45C499.76%20388.78%20512%20361.39%20512%20328c0-61.85-48.44-95.34-97.75-102.64c-6.52-41.18-24.05-76.4-51.11-102.46A153.57%20153.57%200%200%200%20256%2080c-30.47%200-58.9%208.62-83.07%2025l302.82%20302.86c.25-.21.57-.41.84-.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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