twotone cloud off icon
twotone-cloud-off from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-cloud-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- File
- Viewbox
- 24×24
- License
- Apache 2.0
More file icons from Google Material Icons
baseline-approvalbaseline-attach-emailbaseline-attachmentbaseline-cloudbaseline-cloud-circlebaseline-cloud-donebaseline-cloud-downloadbaseline-cloud-offbaseline-cloud-queuebaseline-cloud-syncbaseline-cloud-uploadbaseline-create-new-folderbaseline-differencebaseline-downloadbaseline-download-donebaseline-download-for-offlinebaseline-downloadingbaseline-drive-file-movebaseline-drive-file-move-rtlbaseline-drive-file-rename-outlinebaseline-drive-folder-uploadbaseline-file-downloadbaseline-file-download-donebaseline-file-download-off
Use the twotone 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="M22 15c0-1.66-1.34-3-3-3h-1.5v-.5C17.5 8.46 15.04 6 12 6c-.77 0-1.49.17-2.16.46L20.79 17.4c.73-.55 1.21-1.41 1.21-2.4M2 14c0 2.21 1.79 4 4 4h9.73l-8-8H6c-2.21 0-4 1.79-4 4" opacity=".3"/><path fill="currentColor" d="M19.35 10.04A7.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.81c0-2.64-2.05-4.78-4.65-4.96M3 5.27l2.77 2.77h-.42A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h11.73l2 2l1.41-1.41L4.41 3.86zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneCloudOff(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="M22 15c0-1.66-1.34-3-3-3h-1.5v-.5C17.5 8.46 15.04 6 12 6c-.77 0-1.49.17-2.16.46L20.79 17.4c.73-.55 1.21-1.41 1.21-2.4M2 14c0 2.21 1.79 4 4 4h9.73l-8-8H6c-2.21 0-4 1.79-4 4" opacity=".3"/><path fill="currentColor" d="M19.35 10.04A7.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.81c0-2.64-2.05-4.78-4.65-4.96M3 5.27l2.77 2.77h-.42A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h11.73l2 2l1.41-1.41L4.41 3.86zM7.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="M22 15c0-1.66-1.34-3-3-3h-1.5v-.5C17.5 8.46 15.04 6 12 6c-.77 0-1.49.17-2.16.46L20.79 17.4c.73-.55 1.21-1.41 1.21-2.4M2 14c0 2.21 1.79 4 4 4h9.73l-8-8H6c-2.21 0-4 1.79-4 4" opacity=".3"/><path fill="currentColor" d="M19.35 10.04A7.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.81c0-2.64-2.05-4.78-4.65-4.96M3 5.27l2.77 2.77h-.42A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h11.73l2 2l1.41-1.41L4.41 3.86zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4z"/></svg> </template>
CSS
.icon-twotone-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%22M22%2015c0-1.66-1.34-3-3-3h-1.5v-.5C17.5%208.46%2015.04%206%2012%206c-.77%200-1.49.17-2.16.46L20.79%2017.4c.73-.55%201.21-1.41%201.21-2.4M2%2014c0%202.21%201.79%204%204%204h9.73l-8-8H6c-2.21%200-4%201.79-4%204%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.35%2010.04A7.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.81c0-2.64-2.05-4.78-4.65-4.96M3%205.27l2.77%202.77h-.42A5.994%205.994%200%200%200%200%2014c0%203.31%202.69%206%206%206h11.73l2%202l1.41-1.41L4.41%203.86zM7.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%22M22%2015c0-1.66-1.34-3-3-3h-1.5v-.5C17.5%208.46%2015.04%206%2012%206c-.77%200-1.49.17-2.16.46L20.79%2017.4c.73-.55%201.21-1.41%201.21-2.4M2%2014c0%202.21%201.79%204%204%204h9.73l-8-8H6c-2.21%200-4%201.79-4%204%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.35%2010.04A7.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.81c0-2.64-2.05-4.78-4.65-4.96M3%205.27l2.77%202.77h-.42A5.994%205.994%200%200%200%200%2014c0%203.31%202.69%206%206%206h11.73l2%202l1.41-1.41L4.41%203.86zM7.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/twotone-cloud-off.svg?color=%231a73e8&size=48