Word Cloud Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Word Cloud 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/319435.svg" alt="Word Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319435.svg" alt="Word Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319435.svg" alt="Word Cloud icon" :width="24" :height="24" />
CSS background
.icon-word-cloud {
background-image: url('https://proicons.com/icon/319435.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<title>word-cloud</title>
<rect x="10" y="16" width="12" height="2"/>
<rect x="10" y="20" width="8" height="2"/>
<path d="M16,7h0a8.0233,8.0233,0,0,1,7.8649,6.4935l.2591,1.346,1.3488.244A5.5019,5.5019,0,0,1,24.5076,26H7.4954a5.5019,5.5019,0,0,1-.9695-10.9165l1.3488-.244.2591-1.346A8.0256,8.0256,0,0,1,16,7m0-2a10.0244,10.0244,0,0,0-9.83,8.1155A7.5019,7.5019,0,0,0,7.4911,28H24.5076a7.5019,7.5019,0,0,0,1.3213-14.8845A10.0229,10.0229,0,0,0,15.9883,5Z" transform="translate(0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!