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

Name
data
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 data icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44.0001 11C44.0001 11 44 36.0623 44 38C44 41.3137 35.0457 44 24 44C12.9543 44 4.00003 41.3137 4.00003 38C4.00003 36.1423 4 11 4 11"/><path d="M44 29C44 32.3137 35.0457 35 24 35C12.9543 35 4 32.3137 4 29"/><path d="M44 20C44 23.3137 35.0457 26 24 26C12.9543 26 4 23.3137 4 20"/><ellipse cx="24" cy="10" fill="#2F88FF" rx="20" ry="6"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkData(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" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M44.0001 11C44.0001 11 44 36.0623 44 38C44 41.3137 35.0457 44 24 44C12.9543 44 4.00003 41.3137 4.00003 38C4.00003 36.1423 4 11 4 11"/><path d="M44 29C44 32.3137 35.0457 35 24 35C12.9543 35 4 32.3137 4 29"/><path d="M44 20C44 23.3137 35.0457 26 24 26C12.9543 26 4 23.3137 4 20"/><ellipse cx="24" cy="10" fill="#2F88FF" rx="20" ry="6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44.0001 11C44.0001 11 44 36.0623 44 38C44 41.3137 35.0457 44 24 44C12.9543 44 4.00003 41.3137 4.00003 38C4.00003 36.1423 4 11 4 11"/><path d="M44 29C44 32.3137 35.0457 35 24 35C12.9543 35 4 32.3137 4 29"/><path d="M44 20C44 23.3137 35.0457 26 24 26C12.9543 26 4 23.3137 4 20"/><ellipse cx="24" cy="10" fill="#2F88FF" rx="20" ry="6"/></g></svg>
</template>

CSS

.icon-data {
  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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M44.0001%2011C44.0001%2011%2044%2036.0623%2044%2038C44%2041.3137%2035.0457%2044%2024%2044C12.9543%2044%204.00003%2041.3137%204.00003%2038C4.00003%2036.1423%204%2011%204%2011%22%2F%3E%3Cpath%20d%3D%22M44%2029C44%2032.3137%2035.0457%2035%2024%2035C12.9543%2035%204%2032.3137%204%2029%22%2F%3E%3Cpath%20d%3D%22M44%2020C44%2023.3137%2035.0457%2026%2024%2026C12.9543%2026%204%2023.3137%204%2020%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2210%22%20fill%3D%22%232F88FF%22%20rx%3D%2220%22%20ry%3D%226%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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M44.0001%2011C44.0001%2011%2044%2036.0623%2044%2038C44%2041.3137%2035.0457%2044%2024%2044C12.9543%2044%204.00003%2041.3137%204.00003%2038C4.00003%2036.1423%204%2011%204%2011%22%2F%3E%3Cpath%20d%3D%22M44%2029C44%2032.3137%2035.0457%2035%2024%2035C12.9543%2035%204%2032.3137%204%2029%22%2F%3E%3Cpath%20d%3D%22M44%2020C44%2023.3137%2035.0457%2026%2024%2026C12.9543%2026%204%2023.3137%204%2020%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2210%22%20fill%3D%22%232F88FF%22%20rx%3D%2220%22%20ry%3D%226%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/data.svg?color=%231a73e8&size=48