chart venn diagram icon
chart-venn-diagram from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- chart-venn-diagram
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the chart venn diagram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6a9.9 9.9 0 0 0-4 .84A9.9 9.9 0 0 0 12 6a10 10 0 0 0 0 20a9.9 9.9 0 0 0 4-.84a9.9 9.9 0 0 0 4 .84a10 10 0 0 0 0-20m-8 18a8 8 0 0 1 0-16a8 8 0 0 1 1.76.2a10 10 0 0 0 0 15.6A8 8 0 0 1 12 24m8-8a8 8 0 0 1-4 6.92a8 8 0 0 1 0-13.84A8 8 0 0 1 20 16m0 8a8 8 0 0 1-1.76-.2a10 10 0 0 0 0-15.6A8 8 0 0 1 20 8a8 8 0 0 1 0 16"/></svg>
React
import type { SVGProps } from "react";
export function CarbonChartVennDiagram(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="M20 6a9.9 9.9 0 0 0-4 .84A9.9 9.9 0 0 0 12 6a10 10 0 0 0 0 20a9.9 9.9 0 0 0 4-.84a9.9 9.9 0 0 0 4 .84a10 10 0 0 0 0-20m-8 18a8 8 0 0 1 0-16a8 8 0 0 1 1.76.2a10 10 0 0 0 0 15.6A8 8 0 0 1 12 24m8-8a8 8 0 0 1-4 6.92a8 8 0 0 1 0-13.84A8 8 0 0 1 20 16m0 8a8 8 0 0 1-1.76-.2a10 10 0 0 0 0-15.6A8 8 0 0 1 20 8a8 8 0 0 1 0 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6a9.9 9.9 0 0 0-4 .84A9.9 9.9 0 0 0 12 6a10 10 0 0 0 0 20a9.9 9.9 0 0 0 4-.84a9.9 9.9 0 0 0 4 .84a10 10 0 0 0 0-20m-8 18a8 8 0 0 1 0-16a8 8 0 0 1 1.76.2a10 10 0 0 0 0 15.6A8 8 0 0 1 12 24m8-8a8 8 0 0 1-4 6.92a8 8 0 0 1 0-13.84A8 8 0 0 1 20 16m0 8a8 8 0 0 1-1.76-.2a10 10 0 0 0 0-15.6A8 8 0 0 1 20 8a8 8 0 0 1 0 16"/></svg> </template>
CSS
.icon-chart-venn-diagram {
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%22M20%206a9.9%209.9%200%200%200-4%20.84A9.9%209.9%200%200%200%2012%206a10%2010%200%200%200%200%2020a9.9%209.9%200%200%200%204-.84a9.9%209.9%200%200%200%204%20.84a10%2010%200%200%200%200-20m-8%2018a8%208%200%200%201%200-16a8%208%200%200%201%201.76.2a10%2010%200%200%200%200%2015.6A8%208%200%200%201%2012%2024m8-8a8%208%200%200%201-4%206.92a8%208%200%200%201%200-13.84A8%208%200%200%201%2020%2016m0%208a8%208%200%200%201-1.76-.2a10%2010%200%200%200%200-15.6A8%208%200%200%201%2020%208a8%208%200%200%201%200%2016%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%22M20%206a9.9%209.9%200%200%200-4%20.84A9.9%209.9%200%200%200%2012%206a10%2010%200%200%200%200%2020a9.9%209.9%200%200%200%204-.84a9.9%209.9%200%200%200%204%20.84a10%2010%200%200%200%200-20m-8%2018a8%208%200%200%201%200-16a8%208%200%200%201%201.76.2a10%2010%200%200%200%200%2015.6A8%208%200%200%201%2012%2024m8-8a8%208%200%200%201-4%206.92a8%208%200%200%201%200-13.84A8%208%200%200%201%2020%2016m0%208a8%208%200%200%201-1.76-.2a10%2010%200%200%200%200-15.6A8%208%200%200%201%2020%208a8%208%200%200%201%200%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/chart-venn-diagram.svg?color=%231a73e8&size=48