git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

svg/graph.svg (417B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Stylized node graph: three nodes, two edges -->
 3   <g stroke="#ffffff" stroke-width="4" stroke-linecap="round">
 4     <path d="M12 12 L28 16" />
 5     <path d="M28 16 L15 30" />
 6   </g>
 7   <g fill="#ffffff">
 8     <circle cx="12" cy="12" r="6" />
 9     <circle cx="28" cy="16" r="7" />
10     <circle cx="15" cy="30" r="6" />
11   </g>
12 </svg>