chart scatter icon

chart-scatter from IconPark by ByteDance · Color · Charts · Apache-2.0 Free for personal and commercial use.

Name
chart-scatter
Set
IconPark
Style
Color
Category
Charts
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More charts icons from IconPark

Use the chart scatter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 6V42H42"/><path fill="#000" fill-rule="evenodd" d="M20 24C22.2091 24 24 22.2091 24 20C24 17.7909 22.2091 16 20 16C17.7909 16 16 17.7909 16 20C16 22.2091 17.7909 24 20 24Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M37 16C39.7614 16 42 13.7614 42 11C42 8.23858 39.7614 6 37 6C34.2386 6 32 8.23858 32 11C32 13.7614 34.2386 16 37 16Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M15 36C16.6569 36 18 34.6569 18 33C18 31.3431 16.6569 30 15 30C13.3431 30 12 31.3431 12 33C12 34.6569 13.3431 36 15 36Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M33 32C34.6569 32 36 30.6569 36 29C36 27.3431 34.6569 26 33 26C31.3431 26 30 27.3431 30 29C30 30.6569 31.3431 32 33 32Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkChartScatter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 6V42H42"/><path fill="#000" fillRule="evenodd" d="M20 24C22.2091 24 24 22.2091 24 20C24 17.7909 22.2091 16 20 16C17.7909 16 16 17.7909 16 20C16 22.2091 17.7909 24 20 24Z" clipRule="evenodd"/><path fill="#000" fillRule="evenodd" d="M37 16C39.7614 16 42 13.7614 42 11C42 8.23858 39.7614 6 37 6C34.2386 6 32 8.23858 32 11C32 13.7614 34.2386 16 37 16Z" clipRule="evenodd"/><path fill="#000" fillRule="evenodd" d="M15 36C16.6569 36 18 34.6569 18 33C18 31.3431 16.6569 30 15 30C13.3431 30 12 31.3431 12 33C12 34.6569 13.3431 36 15 36Z" clipRule="evenodd"/><path fill="#000" fillRule="evenodd" d="M33 32C34.6569 32 36 30.6569 36 29C36 27.3431 34.6569 26 33 26C31.3431 26 30 27.3431 30 29C30 30.6569 31.3431 32 33 32Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 6V42H42"/><path fill="#000" fill-rule="evenodd" d="M20 24C22.2091 24 24 22.2091 24 20C24 17.7909 22.2091 16 20 16C17.7909 16 16 17.7909 16 20C16 22.2091 17.7909 24 20 24Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M37 16C39.7614 16 42 13.7614 42 11C42 8.23858 39.7614 6 37 6C34.2386 6 32 8.23858 32 11C32 13.7614 34.2386 16 37 16Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M15 36C16.6569 36 18 34.6569 18 33C18 31.3431 16.6569 30 15 30C13.3431 30 12 31.3431 12 33C12 34.6569 13.3431 36 15 36Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M33 32C34.6569 32 36 30.6569 36 29C36 27.3431 34.6569 26 33 26C31.3431 26 30 27.3431 30 29C30 30.6569 31.3431 32 33 32Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-chart-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%206V42H42%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2024C22.2091%2024%2024%2022.2091%2024%2020C24%2017.7909%2022.2091%2016%2020%2016C17.7909%2016%2016%2017.7909%2016%2020C16%2022.2091%2017.7909%2024%2020%2024Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M37%2016C39.7614%2016%2042%2013.7614%2042%2011C42%208.23858%2039.7614%206%2037%206C34.2386%206%2032%208.23858%2032%2011C32%2013.7614%2034.2386%2016%2037%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2036C16.6569%2036%2018%2034.6569%2018%2033C18%2031.3431%2016.6569%2030%2015%2030C13.3431%2030%2012%2031.3431%2012%2033C12%2034.6569%2013.3431%2036%2015%2036Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33%2032C34.6569%2032%2036%2030.6569%2036%2029C36%2027.3431%2034.6569%2026%2033%2026C31.3431%2026%2030%2027.3431%2030%2029C30%2030.6569%2031.3431%2032%2033%2032Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%206V42H42%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2024C22.2091%2024%2024%2022.2091%2024%2020C24%2017.7909%2022.2091%2016%2020%2016C17.7909%2016%2016%2017.7909%2016%2020C16%2022.2091%2017.7909%2024%2020%2024Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M37%2016C39.7614%2016%2042%2013.7614%2042%2011C42%208.23858%2039.7614%206%2037%206C34.2386%206%2032%208.23858%2032%2011C32%2013.7614%2034.2386%2016%2037%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2036C16.6569%2036%2018%2034.6569%2018%2033C18%2031.3431%2016.6569%2030%2015%2030C13.3431%2030%2012%2031.3431%2012%2033C12%2034.6569%2013.3431%2036%2015%2036Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33%2032C34.6569%2032%2036%2030.6569%2036%2029C36%2027.3431%2034.6569%2026%2033%2026C31.3431%2026%2030%2027.3431%2030%2029C30%2030.6569%2031.3431%2032%2033%2032Z%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/icon-park/chart-scatter.svg?color=%231a73e8&size=48