md cloud circle icon

md-cloud-circle from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-cloud-circle
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-cloud-circle

Related icons in IonIcons

Use the md cloud circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.6 48 48 141.6 48 256s93.6 208 208 208 208-93.6 208-208S370.4 48 256 48zm93.6 291.2H172.801c-34.318 0-62.4-28.082-62.4-62.399 0-34.319 28.082-62.4 62.4-62.4h3.117c9.364-36.4 41.601-62.399 80.083-62.399 45.764 0 83.199 37.435 83.199 83.198h10.4c29.118 0 52 22.882 52 52.001 0 29.117-22.882 51.999-52 51.999z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdCloudCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.6 48 48 141.6 48 256s93.6 208 208 208 208-93.6 208-208S370.4 48 256 48zm93.6 291.2H172.801c-34.318 0-62.4-28.082-62.4-62.399 0-34.319 28.082-62.4 62.4-62.4h3.117c9.364-36.4 41.601-62.399 80.083-62.399 45.764 0 83.199 37.435 83.199 83.198h10.4c29.118 0 52 22.882 52 52.001 0 29.117-22.882 51.999-52 51.999z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.6 48 48 141.6 48 256s93.6 208 208 208 208-93.6 208-208S370.4 48 256 48zm93.6 291.2H172.801c-34.318 0-62.4-28.082-62.4-62.399 0-34.319 28.082-62.4 62.4-62.4h3.117c9.364-36.4 41.601-62.399 80.083-62.399 45.764 0 83.199 37.435 83.199 83.198h10.4c29.118 0 52 22.882 52 52.001 0 29.117-22.882 51.999-52 51.999z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-cloud-circle {
  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%20d%3D%22M256%2048C141.6%2048%2048%20141.6%2048%20256s93.6%20208%20208%20208%20208-93.6%20208-208S370.4%2048%20256%2048zm93.6%20291.2H172.801c-34.318%200-62.4-28.082-62.4-62.399%200-34.319%2028.082-62.4%2062.4-62.4h3.117c9.364-36.4%2041.601-62.399%2080.083-62.399%2045.764%200%2083.199%2037.435%2083.199%2083.198h10.4c29.118%200%2052%2022.882%2052%2052.001%200%2029.117-22.882%2051.999-52%2051.999z%22%20fill%3D%22currentColor%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%20d%3D%22M256%2048C141.6%2048%2048%20141.6%2048%20256s93.6%20208%20208%20208%20208-93.6%20208-208S370.4%2048%20256%2048zm93.6%20291.2H172.801c-34.318%200-62.4-28.082-62.4-62.399%200-34.319%2028.082-62.4%2062.4-62.4h3.117c9.364-36.4%2041.601-62.399%2080.083-62.399%2045.764%200%2083.199%2037.435%2083.199%2083.198h10.4c29.118%200%2052%2022.882%2052%2052.001%200%2029.117-22.882%2051.999-52%2051.999z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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