Cloud No Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Cloud No Svg icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308822.svg" alt="Cloud No Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308822.svg" alt="Cloud No Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308822.svg" alt="Cloud No Svg icon" :width="24" :height="24" />
CSS background
.icon-cloud-no---svg {
background-image: url('https://proicons.com/icon/308822.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.6967 6.6967C9.62563 3.76777 14.3744 3.76777 17.3033 6.6967C18.6719 8.06533 19.4011 9.83218 19.4906 11.6237C21.2207 12.0647 22.5 13.6326 22.5 15.5C22.5 17.7091 20.7091 19.5 18.5 19.5H6.5C3.73858 19.5 1.5 17.2614 1.5 14.5C1.5 12.3224 2.89164 10.4711 4.83316 9.78472C5.18155 8.65442 5.8031 7.5903 6.6967 6.6967ZM10.7074 10.2929C10.3168 9.90237 9.68366 9.90237 9.29314 10.2929C8.90261 10.6834 8.90261 11.3166 9.29314 11.7071L10.586 13L9.29314 14.2929C8.90261 14.6834 8.90261 15.3166 9.29314 15.7071C9.68366 16.0976 10.3168 16.0976 10.7074 15.7071L12.0002 14.4142L13.2931 15.7071C13.6837 16.0976 14.3168 16.0976 14.7074 15.7071C15.0979 15.3166 15.0979 14.6834 14.7074 14.2929L13.4145 13L14.7074 11.7071C15.0979 11.3166 15.0979 10.6834 14.7074 10.2929C14.3168 9.90237 13.6837 9.90237 13.2931 10.2929L12.0002 11.5858L10.7074 10.2929Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0.000244141)"/> </clipPath> </defs> </svg>
Copied!