word cloud icon
word-cloud from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- word-cloud
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the word cloud icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 16h12v2H10zm0 4h8v2h-8z"/><path fill="currentColor" d="M16 7a8.02 8.02 0 0 1 7.865 6.494l.259 1.346l1.349.244A5.502 5.502 0 0 1 24.508 26H7.495a5.502 5.502 0 0 1-.97-10.916l1.35-.244l.259-1.346A8.026 8.026 0 0 1 16 7m0-2a10.024 10.024 0 0 0-9.83 8.116A7.502 7.502 0 0 0 7.491 28h17.017a7.502 7.502 0 0 0 1.32-14.884A10.02 10.02 0 0 0 15.989 5Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWordCloud(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 16h12v2H10zm0 4h8v2h-8z"/><path fill="currentColor" d="M16 7a8.02 8.02 0 0 1 7.865 6.494l.259 1.346l1.349.244A5.502 5.502 0 0 1 24.508 26H7.495a5.502 5.502 0 0 1-.97-10.916l1.35-.244l.259-1.346A8.026 8.026 0 0 1 16 7m0-2a10.024 10.024 0 0 0-9.83 8.116A7.502 7.502 0 0 0 7.491 28h17.017a7.502 7.502 0 0 0 1.32-14.884A10.02 10.02 0 0 0 15.989 5Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 16h12v2H10zm0 4h8v2h-8z"/><path fill="currentColor" d="M16 7a8.02 8.02 0 0 1 7.865 6.494l.259 1.346l1.349.244A5.502 5.502 0 0 1 24.508 26H7.495a5.502 5.502 0 0 1-.97-10.916l1.35-.244l.259-1.346A8.026 8.026 0 0 1 16 7m0-2a10.024 10.024 0 0 0-9.83 8.116A7.502 7.502 0 0 0 7.491 28h17.017a7.502 7.502 0 0 0 1.32-14.884A10.02 10.02 0 0 0 15.989 5Z"/></svg> </template>
CSS
.icon-word-cloud {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2016h12v2H10zm0%204h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207a8.02%208.02%200%200%201%207.865%206.494l.259%201.346l1.349.244A5.502%205.502%200%200%201%2024.508%2026H7.495a5.502%205.502%200%200%201-.97-10.916l1.35-.244l.259-1.346A8.026%208.026%200%200%201%2016%207m0-2a10.024%2010.024%200%200%200-9.83%208.116A7.502%207.502%200%200%200%207.491%2028h17.017a7.502%207.502%200%200%200%201.32-14.884A10.02%2010.02%200%200%200%2015.989%205Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2016h12v2H10zm0%204h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207a8.02%208.02%200%200%201%207.865%206.494l.259%201.346l1.349.244A5.502%205.502%200%200%201%2024.508%2026H7.495a5.502%205.502%200%200%201-.97-10.916l1.35-.244l.259-1.346A8.026%208.026%200%200%201%2016%207m0-2a10.024%2010.024%200%200%200-9.83%208.116A7.502%207.502%200%200%200%207.491%2028h17.017a7.502%207.502%200%200%200%201.32-14.884A10.02%2010.02%200%200%200%2015.989%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/word-cloud.svg?color=%231a73e8&size=48