cloud-off-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
cloud-off-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the 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="M13.37 5.349C10.368 3.64 6.446 4.687 3.942 6.89C2.671 8.01 1.697 9.477 1.37 11.147c-.311 1.581-.03 3.285 1.034 4.952l.224.333l.047.06a.75.75 0 0 0 1.22-.86l-.04-.064l-.184-.272c-.87-1.36-1.062-2.678-.83-3.86c.253-1.28 1.016-2.47 2.094-3.42C7.13 6.085 10.361 5.36 12.63 6.651a.75.75 0 1 0 .741-1.302m7.03-2.931a.75.75 0 0 1 1.056 1.056l-.052.056l-5.16 5.16q.194.45.35.95c2.052.178 3.999 1.283 5.064 2.801c.59.842.932 1.844.82 2.9c-.107.999-.608 1.96-1.524 2.807l-.19.168c-1.116.957-2.676 1.184-3.893 1.184H8.026a6.1 6.1 0 0 1-2.186-.405L3.405 21.53a.75.75 0 1 1-1.06-1.06l18-18z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCloudOffSolid(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="M13.37 5.349C10.368 3.64 6.446 4.687 3.942 6.89C2.671 8.01 1.697 9.477 1.37 11.147c-.311 1.581-.03 3.285 1.034 4.952l.224.333l.047.06a.75.75 0 0 0 1.22-.86l-.04-.064l-.184-.272c-.87-1.36-1.062-2.678-.83-3.86c.253-1.28 1.016-2.47 2.094-3.42C7.13 6.085 10.361 5.36 12.63 6.651a.75.75 0 1 0 .741-1.302m7.03-2.931a.75.75 0 0 1 1.056 1.056l-.052.056l-5.16 5.16q.194.45.35.95c2.052.178 3.999 1.283 5.064 2.801c.59.842.932 1.844.82 2.9c-.107.999-.608 1.96-1.524 2.807l-.19.168c-1.116.957-2.676 1.184-3.893 1.184H8.026a6.1 6.1 0 0 1-2.186-.405L3.405 21.53a.75.75 0 1 1-1.06-1.06l18-18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.37 5.349C10.368 3.64 6.446 4.687 3.942 6.89C2.671 8.01 1.697 9.477 1.37 11.147c-.311 1.581-.03 3.285 1.034 4.952l.224.333l.047.06a.75.75 0 0 0 1.22-.86l-.04-.064l-.184-.272c-.87-1.36-1.062-2.678-.83-3.86c.253-1.28 1.016-2.47 2.094-3.42C7.13 6.085 10.361 5.36 12.63 6.651a.75.75 0 1 0 .741-1.302m7.03-2.931a.75.75 0 0 1 1.056 1.056l-.052.056l-5.16 5.16q.194.45.35.95c2.052.178 3.999 1.283 5.064 2.801c.59.842.932 1.844.82 2.9c-.107.999-.608 1.96-1.524 2.807l-.19.168c-1.116.957-2.676 1.184-3.893 1.184H8.026a6.1 6.1 0 0 1-2.186-.405L3.405 21.53a.75.75 0 1 1-1.06-1.06l18-18z"/></svg>
</template>

CSS

.icon-cloud-off-solid {
  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%22M13.37%205.349C10.368%203.64%206.446%204.687%203.942%206.89C2.671%208.01%201.697%209.477%201.37%2011.147c-.311%201.581-.03%203.285%201.034%204.952l.224.333l.047.06a.75.75%200%200%200%201.22-.86l-.04-.064l-.184-.272c-.87-1.36-1.062-2.678-.83-3.86c.253-1.28%201.016-2.47%202.094-3.42C7.13%206.085%2010.361%205.36%2012.63%206.651a.75.75%200%201%200%20.741-1.302m7.03-2.931a.75.75%200%200%201%201.056%201.056l-.052.056l-5.16%205.16q.194.45.35.95c2.052.178%203.999%201.283%205.064%202.801c.59.842.932%201.844.82%202.9c-.107.999-.608%201.96-1.524%202.807l-.19.168c-1.116.957-2.676%201.184-3.893%201.184H8.026a6.1%206.1%200%200%201-2.186-.405L3.405%2021.53a.75.75%200%201%201-1.06-1.06l18-18z%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%22M13.37%205.349C10.368%203.64%206.446%204.687%203.942%206.89C2.671%208.01%201.697%209.477%201.37%2011.147c-.311%201.581-.03%203.285%201.034%204.952l.224.333l.047.06a.75.75%200%200%200%201.22-.86l-.04-.064l-.184-.272c-.87-1.36-1.062-2.678-.83-3.86c.253-1.28%201.016-2.47%202.094-3.42C7.13%206.085%2010.361%205.36%2012.63%206.651a.75.75%200%201%200%20.741-1.302m7.03-2.931a.75.75%200%200%201%201.056%201.056l-.052.056l-5.16%205.16q.194.45.35.95c2.052.178%203.999%201.283%205.064%202.801c.59.842.932%201.844.82%202.9c-.107.999-.608%201.96-1.524%202.807l-.19.168c-1.116.957-2.676%201.184-3.893%201.184H8.026a6.1%206.1%200%200%201-2.186-.405L3.405%2021.53a.75.75%200%201%201-1.06-1.06l18-18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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