Chart Venn Diagram Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Venn Diagram icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/317297.svg" alt="Chart Venn Diagram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317297.svg" alt="Chart Venn Diagram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317297.svg" alt="Chart Venn Diagram icon" :width="24" :height="24" />
CSS background
.icon-chart-venn-diagram {
background-image: url('https://proicons.com/icon/317297.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" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>chart--venn-diagram</title><path d="M20,6a9.92,9.92,0,0,0-4,.84A9.92,9.92,0,0,0,12,6a10,10,0,0,0,0,20,9.92,9.92,0,0,0,4-.84A9.92,9.92,0,0,0,20,26,10,10,0,0,0,20,6ZM12,24A8,8,0,0,1,12,8a7.91,7.91,0,0,1,1.76.2,10,10,0,0,0,0,15.6A7.91,7.91,0,0,1,12,24Zm8-8a8,8,0,0,1-4,6.92A8,8,0,0,1,16,9.08,8,8,0,0,1,20,16Zm0,8a7.91,7.91,0,0,1-1.76-.2,10,10,0,0,0,0-15.6A7.91,7.91,0,0,1,20,8a8,8,0,0,1,0,16Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!