data one icon

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

Name
data-one
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 one 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"><ellipse cx="24" cy="11" fill="#2F88FF" rx="20" ry="6"/><path d="M10.7709 15.5C6.61878 16.5994 4 18.208 4 20C4 23.3137 12.9543 26 24 26C35.0457 26 44 23.3137 44 20C44 18.208 41.3812 16.5994 37.2291 15.5"/><path d="M10.7709 24.5C6.61878 25.5994 4 27.208 4 29C4 32.3137 12.9543 35 24 35C35.0457 35 44 32.3137 44 29C44 27.208 41.3812 25.5994 37.2291 24.5"/><path d="M10.7709 33.5C6.61878 34.5994 4 36.208 4 38C4 41.3137 12.9543 44 24 44C35.0457 44 44 41.3137 44 38C44 36.208 41.3812 34.5994 37.2291 33.5"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDataOne(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"><ellipse cx="24" cy="11" fill="#2F88FF" rx="20" ry="6"/><path d="M10.7709 15.5C6.61878 16.5994 4 18.208 4 20C4 23.3137 12.9543 26 24 26C35.0457 26 44 23.3137 44 20C44 18.208 41.3812 16.5994 37.2291 15.5"/><path d="M10.7709 24.5C6.61878 25.5994 4 27.208 4 29C4 32.3137 12.9543 35 24 35C35.0457 35 44 32.3137 44 29C44 27.208 41.3812 25.5994 37.2291 24.5"/><path d="M10.7709 33.5C6.61878 34.5994 4 36.208 4 38C4 41.3137 12.9543 44 24 44C35.0457 44 44 41.3137 44 38C44 36.208 41.3812 34.5994 37.2291 33.5"/></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"><ellipse cx="24" cy="11" fill="#2F88FF" rx="20" ry="6"/><path d="M10.7709 15.5C6.61878 16.5994 4 18.208 4 20C4 23.3137 12.9543 26 24 26C35.0457 26 44 23.3137 44 20C44 18.208 41.3812 16.5994 37.2291 15.5"/><path d="M10.7709 24.5C6.61878 25.5994 4 27.208 4 29C4 32.3137 12.9543 35 24 35C35.0457 35 44 32.3137 44 29C44 27.208 41.3812 25.5994 37.2291 24.5"/><path d="M10.7709 33.5C6.61878 34.5994 4 36.208 4 38C4 41.3137 12.9543 44 24 44C35.0457 44 44 41.3137 44 38C44 36.208 41.3812 34.5994 37.2291 33.5"/></g></svg>
</template>

CSS

.icon-data-one {
  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%3Cellipse%20cx%3D%2224%22%20cy%3D%2211%22%20fill%3D%22%232F88FF%22%20rx%3D%2220%22%20ry%3D%226%22%2F%3E%3Cpath%20d%3D%22M10.7709%2015.5C6.61878%2016.5994%204%2018.208%204%2020C4%2023.3137%2012.9543%2026%2024%2026C35.0457%2026%2044%2023.3137%2044%2020C44%2018.208%2041.3812%2016.5994%2037.2291%2015.5%22%2F%3E%3Cpath%20d%3D%22M10.7709%2024.5C6.61878%2025.5994%204%2027.208%204%2029C4%2032.3137%2012.9543%2035%2024%2035C35.0457%2035%2044%2032.3137%2044%2029C44%2027.208%2041.3812%2025.5994%2037.2291%2024.5%22%2F%3E%3Cpath%20d%3D%22M10.7709%2033.5C6.61878%2034.5994%204%2036.208%204%2038C4%2041.3137%2012.9543%2044%2024%2044C35.0457%2044%2044%2041.3137%2044%2038C44%2036.208%2041.3812%2034.5994%2037.2291%2033.5%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%3Cellipse%20cx%3D%2224%22%20cy%3D%2211%22%20fill%3D%22%232F88FF%22%20rx%3D%2220%22%20ry%3D%226%22%2F%3E%3Cpath%20d%3D%22M10.7709%2015.5C6.61878%2016.5994%204%2018.208%204%2020C4%2023.3137%2012.9543%2026%2024%2026C35.0457%2026%2044%2023.3137%2044%2020C44%2018.208%2041.3812%2016.5994%2037.2291%2015.5%22%2F%3E%3Cpath%20d%3D%22M10.7709%2024.5C6.61878%2025.5994%204%2027.208%204%2029C4%2032.3137%2012.9543%2035%2024%2035C35.0457%2035%2044%2032.3137%2044%2029C44%2027.208%2041.3812%2025.5994%2037.2291%2024.5%22%2F%3E%3Cpath%20d%3D%22M10.7709%2033.5C6.61878%2034.5994%204%2036.208%204%2038C4%2041.3137%2012.9543%2044%2024%2044C35.0457%2044%2044%2041.3137%2044%2038C44%2036.208%2041.3812%2034.5994%2037.2291%2033.5%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-one.svg?color=%231a73e8&size=48