venn diagram icon
venn-diagram-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- venn-diagram-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
Use the venn diagram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 15a5.5 5.5 0 0 1-5.255-3.873A6.47 6.47 0 0 0 5.5 12c.698 0 1.37-.11 2-.313a6.5 6.5 0 0 0 2 .313a6.47 6.47 0 0 0 3.255-.873A5.5 5.5 0 0 1 7.5 15m6.455-6.273A5.5 5.5 0 0 0 9 .023a6.5 6.5 0 0 1 2.96 4.747a6.48 6.48 0 0 1 1.994 3.956M6 .022a5.5 5.5 0 0 0-4.954 8.704A6.48 6.48 0 0 1 3.04 4.772A6.5 6.5 0 0 1 6 .022M2.005 9.747A5.48 5.48 0 0 0 6 10.977a6.5 6.5 0 0 1-2.953-4.704a5.48 5.48 0 0 0-1.04 3.474M13 9.5c0-1.205-.388-2.32-1.046-3.227a6.5 6.5 0 0 1-2.953 4.705q.246.021.499.022c1.327 0 2.544-.47 3.495-1.253Q13 9.624 13 9.5M7.5.375a5.52 5.52 0 0 1 3.255 3.498A6.47 6.47 0 0 0 7.5 3a6.47 6.47 0 0 0-3.255.873A5.52 5.52 0 0 1 7.5.375M7.5 4c-1.327 0-2.544.47-3.495 1.253A5.5 5.5 0 0 0 7.5 10.625a5.5 5.5 0 0 0 3.495-5.372A5.48 5.48 0 0 0 7.5 4"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsVennDiagramSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 15a5.5 5.5 0 0 1-5.255-3.873A6.47 6.47 0 0 0 5.5 12c.698 0 1.37-.11 2-.313a6.5 6.5 0 0 0 2 .313a6.47 6.47 0 0 0 3.255-.873A5.5 5.5 0 0 1 7.5 15m6.455-6.273A5.5 5.5 0 0 0 9 .023a6.5 6.5 0 0 1 2.96 4.747a6.48 6.48 0 0 1 1.994 3.956M6 .022a5.5 5.5 0 0 0-4.954 8.704A6.48 6.48 0 0 1 3.04 4.772A6.5 6.5 0 0 1 6 .022M2.005 9.747A5.48 5.48 0 0 0 6 10.977a6.5 6.5 0 0 1-2.953-4.704a5.48 5.48 0 0 0-1.04 3.474M13 9.5c0-1.205-.388-2.32-1.046-3.227a6.5 6.5 0 0 1-2.953 4.705q.246.021.499.022c1.327 0 2.544-.47 3.495-1.253Q13 9.624 13 9.5M7.5.375a5.52 5.52 0 0 1 3.255 3.498A6.47 6.47 0 0 0 7.5 3a6.47 6.47 0 0 0-3.255.873A5.52 5.52 0 0 1 7.5.375M7.5 4c-1.327 0-2.544.47-3.495 1.253A5.5 5.5 0 0 0 7.5 10.625a5.5 5.5 0 0 0 3.495-5.372A5.48 5.48 0 0 0 7.5 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 15a5.5 5.5 0 0 1-5.255-3.873A6.47 6.47 0 0 0 5.5 12c.698 0 1.37-.11 2-.313a6.5 6.5 0 0 0 2 .313a6.47 6.47 0 0 0 3.255-.873A5.5 5.5 0 0 1 7.5 15m6.455-6.273A5.5 5.5 0 0 0 9 .023a6.5 6.5 0 0 1 2.96 4.747a6.48 6.48 0 0 1 1.994 3.956M6 .022a5.5 5.5 0 0 0-4.954 8.704A6.48 6.48 0 0 1 3.04 4.772A6.5 6.5 0 0 1 6 .022M2.005 9.747A5.48 5.48 0 0 0 6 10.977a6.5 6.5 0 0 1-2.953-4.704a5.48 5.48 0 0 0-1.04 3.474M13 9.5c0-1.205-.388-2.32-1.046-3.227a6.5 6.5 0 0 1-2.953 4.705q.246.021.499.022c1.327 0 2.544-.47 3.495-1.253Q13 9.624 13 9.5M7.5.375a5.52 5.52 0 0 1 3.255 3.498A6.47 6.47 0 0 0 7.5 3a6.47 6.47 0 0 0-3.255.873A5.52 5.52 0 0 1 7.5.375M7.5 4c-1.327 0-2.544.47-3.495 1.253A5.5 5.5 0 0 0 7.5 10.625a5.5 5.5 0 0 0 3.495-5.372A5.48 5.48 0 0 0 7.5 4"/></svg> </template>
CSS
.icon-venn-diagram-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2015a5.5%205.5%200%200%201-5.255-3.873A6.47%206.47%200%200%200%205.5%2012c.698%200%201.37-.11%202-.313a6.5%206.5%200%200%200%202%20.313a6.47%206.47%200%200%200%203.255-.873A5.5%205.5%200%200%201%207.5%2015m6.455-6.273A5.5%205.5%200%200%200%209%20.023a6.5%206.5%200%200%201%202.96%204.747a6.48%206.48%200%200%201%201.994%203.956M6%20.022a5.5%205.5%200%200%200-4.954%208.704A6.48%206.48%200%200%201%203.04%204.772A6.5%206.5%200%200%201%206%20.022M2.005%209.747A5.48%205.48%200%200%200%206%2010.977a6.5%206.5%200%200%201-2.953-4.704a5.48%205.48%200%200%200-1.04%203.474M13%209.5c0-1.205-.388-2.32-1.046-3.227a6.5%206.5%200%200%201-2.953%204.705q.246.021.499.022c1.327%200%202.544-.47%203.495-1.253Q13%209.624%2013%209.5M7.5.375a5.52%205.52%200%200%201%203.255%203.498A6.47%206.47%200%200%200%207.5%203a6.47%206.47%200%200%200-3.255.873A5.52%205.52%200%200%201%207.5.375M7.5%204c-1.327%200-2.544.47-3.495%201.253A5.5%205.5%200%200%200%207.5%2010.625a5.5%205.5%200%200%200%203.495-5.372A5.48%205.48%200%200%200%207.5%204%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2015a5.5%205.5%200%200%201-5.255-3.873A6.47%206.47%200%200%200%205.5%2012c.698%200%201.37-.11%202-.313a6.5%206.5%200%200%200%202%20.313a6.47%206.47%200%200%200%203.255-.873A5.5%205.5%200%200%201%207.5%2015m6.455-6.273A5.5%205.5%200%200%200%209%20.023a6.5%206.5%200%200%201%202.96%204.747a6.48%206.48%200%200%201%201.994%203.956M6%20.022a5.5%205.5%200%200%200-4.954%208.704A6.48%206.48%200%200%201%203.04%204.772A6.5%206.5%200%200%201%206%20.022M2.005%209.747A5.48%205.48%200%200%200%206%2010.977a6.5%206.5%200%200%201-2.953-4.704a5.48%205.48%200%200%200-1.04%203.474M13%209.5c0-1.205-.388-2.32-1.046-3.227a6.5%206.5%200%200%201-2.953%204.705q.246.021.499.022c1.327%200%202.544-.47%203.495-1.253Q13%209.624%2013%209.5M7.5.375a5.52%205.52%200%200%201%203.255%203.498A6.47%206.47%200%200%200%207.5%203a6.47%206.47%200%200%200-3.255.873A5.52%205.52%200%200%201%207.5.375M7.5%204c-1.327%200-2.544.47-3.495%201.253A5.5%205.5%200%200%200%207.5%2010.625a5.5%205.5%200%200%200%203.495-5.372A5.48%205.48%200%200%200%207.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/venn-diagram-solid.svg?color=%231a73e8&size=48