graph scatter icon

graph-scatter from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
graph-scatter
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the graph scatter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1 14.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1H2V1.5a.5.5 0 0 0-1 0z"/><path fill-rule="evenodd" d="M10 4c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2m1 0c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1M6 8c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m0-3c-.551 0-1 .449-1 1s.449 1 1 1s1-.449 1-1s-.449-1-1-1m2 5c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2m1 0c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconGraphScatter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1 14.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1H2V1.5a.5.5 0 0 0-1 0z"/><path fillRule="evenodd" d="M10 4c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2m1 0c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1M6 8c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m0-3c-.551 0-1 .449-1 1s.449 1 1 1s1-.449 1-1s-.449-1-1-1m2 5c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2m1 0c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1 14.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1H2V1.5a.5.5 0 0 0-1 0z"/><path fill-rule="evenodd" d="M10 4c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2m1 0c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1M6 8c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m0-3c-.551 0-1 .449-1 1s.449 1 1 1s1-.449 1-1s-.449-1-1-1m2 5c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2m1 0c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-graph-scatter {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1%2014.5a.5.5%200%200%200%20.5.5h13a.5.5%200%200%200%200-1H2V1.5a.5.5%200%200%200-1%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%204c0%201.103.897%202%202%202s2-.897%202-2s-.897-2-2-2s-2%20.897-2%202m1%200c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1M6%208c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202m0-3c-.551%200-1%20.449-1%201s.449%201%201%201s1-.449%201-1s-.449-1-1-1m2%205c0%201.103.897%202%202%202s2-.897%202-2s-.897-2-2-2s-2%20.897-2%202m1%200c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1%2014.5a.5.5%200%200%200%20.5.5h13a.5.5%200%200%200%200-1H2V1.5a.5.5%200%200%200-1%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%204c0%201.103.897%202%202%202s2-.897%202-2s-.897-2-2-2s-2%20.897-2%202m1%200c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1M6%208c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202m0-3c-.551%200-1%20.449-1%201s.449%201%201%201s1-.449%201-1s-.449-1-1-1m2%205c0%201.103.897%202%202%202s2-.897%202-2s-.897-2-2-2s-2%20.897-2%202m1%200c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/graph-scatter.svg?color=%231a73e8&size=48