data from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
data
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the data icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 8.89a3 3 0 0 1 1 5.829v5.17h-2v-5.17a3.001 3.001 0 0 1 1-5.83m0 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2" clip-rule="evenodd"/><path d="M7.05 6.94A6.98 6.98 0 0 0 5 11.89c0 2.177.994 4.122 2.554 5.406l1.423-1.424A5 5 0 0 1 7 11.89c0-1.38.56-2.63 1.464-3.535zm8.486 1.413A5 5 0 0 1 17 11.89c0 1.626-.776 3.07-1.977 3.983l1.423 1.424A6.99 6.99 0 0 0 19 11.889a6.98 6.98 0 0 0-2.05-4.95z"/><path d="M1 11.89a10.97 10.97 0 0 1 3.222-7.78l1.414 1.415A8.97 8.97 0 0 0 3 11.89a8.97 8.97 0 0 0 2.636 6.364l-1.414 1.414A10.97 10.97 0 0 1 1 11.89m18.778 7.777A10.97 10.97 0 0 0 23 11.89c0-3.038-1.231-5.788-3.222-7.778l-1.414 1.414A8.97 8.97 0 0 1 21 11.89a8.97 8.97 0 0 1-2.636 6.364z"/></g></svg>

React

import type { SVGProps } from "react";

export function GgData(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12 8.89a3 3 0 0 1 1 5.829v5.17h-2v-5.17a3.001 3.001 0 0 1 1-5.83m0 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2" clipRule="evenodd"/><path d="M7.05 6.94A6.98 6.98 0 0 0 5 11.89c0 2.177.994 4.122 2.554 5.406l1.423-1.424A5 5 0 0 1 7 11.89c0-1.38.56-2.63 1.464-3.535zm8.486 1.413A5 5 0 0 1 17 11.89c0 1.626-.776 3.07-1.977 3.983l1.423 1.424A6.99 6.99 0 0 0 19 11.889a6.98 6.98 0 0 0-2.05-4.95z"/><path d="M1 11.89a10.97 10.97 0 0 1 3.222-7.78l1.414 1.415A8.97 8.97 0 0 0 3 11.89a8.97 8.97 0 0 0 2.636 6.364l-1.414 1.414A10.97 10.97 0 0 1 1 11.89m18.778 7.777A10.97 10.97 0 0 0 23 11.89c0-3.038-1.231-5.788-3.222-7.778l-1.414 1.414A8.97 8.97 0 0 1 21 11.89a8.97 8.97 0 0 1-2.636 6.364z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 8.89a3 3 0 0 1 1 5.829v5.17h-2v-5.17a3.001 3.001 0 0 1 1-5.83m0 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2" clip-rule="evenodd"/><path d="M7.05 6.94A6.98 6.98 0 0 0 5 11.89c0 2.177.994 4.122 2.554 5.406l1.423-1.424A5 5 0 0 1 7 11.89c0-1.38.56-2.63 1.464-3.535zm8.486 1.413A5 5 0 0 1 17 11.89c0 1.626-.776 3.07-1.977 3.983l1.423 1.424A6.99 6.99 0 0 0 19 11.889a6.98 6.98 0 0 0-2.05-4.95z"/><path d="M1 11.89a10.97 10.97 0 0 1 3.222-7.78l1.414 1.415A8.97 8.97 0 0 0 3 11.89a8.97 8.97 0 0 0 2.636 6.364l-1.414 1.414A10.97 10.97 0 0 1 1 11.89m18.778 7.777A10.97 10.97 0 0 0 23 11.89c0-3.038-1.231-5.788-3.222-7.778l-1.414 1.414A8.97 8.97 0 0 1 21 11.89a8.97 8.97 0 0 1-2.636 6.364z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.89a3%203%200%200%201%201%205.829v5.17h-2v-5.17a3.001%203.001%200%200%201%201-5.83m0%202a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.05%206.94A6.98%206.98%200%200%200%205%2011.89c0%202.177.994%204.122%202.554%205.406l1.423-1.424A5%205%200%200%201%207%2011.89c0-1.38.56-2.63%201.464-3.535zm8.486%201.413A5%205%200%200%201%2017%2011.89c0%201.626-.776%203.07-1.977%203.983l1.423%201.424A6.99%206.99%200%200%200%2019%2011.889a6.98%206.98%200%200%200-2.05-4.95z%22%2F%3E%3Cpath%20d%3D%22M1%2011.89a10.97%2010.97%200%200%201%203.222-7.78l1.414%201.415A8.97%208.97%200%200%200%203%2011.89a8.97%208.97%200%200%200%202.636%206.364l-1.414%201.414A10.97%2010.97%200%200%201%201%2011.89m18.778%207.777A10.97%2010.97%200%200%200%2023%2011.89c0-3.038-1.231-5.788-3.222-7.778l-1.414%201.414A8.97%208.97%200%200%201%2021%2011.89a8.97%208.97%200%200%201-2.636%206.364z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.89a3%203%200%200%201%201%205.829v5.17h-2v-5.17a3.001%203.001%200%200%201%201-5.83m0%202a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.05%206.94A6.98%206.98%200%200%200%205%2011.89c0%202.177.994%204.122%202.554%205.406l1.423-1.424A5%205%200%200%201%207%2011.89c0-1.38.56-2.63%201.464-3.535zm8.486%201.413A5%205%200%200%201%2017%2011.89c0%201.626-.776%203.07-1.977%203.983l1.423%201.424A6.99%206.99%200%200%200%2019%2011.889a6.98%206.98%200%200%200-2.05-4.95z%22%2F%3E%3Cpath%20d%3D%22M1%2011.89a10.97%2010.97%200%200%201%203.222-7.78l1.414%201.415A8.97%208.97%200%200%200%203%2011.89a8.97%208.97%200%200%200%202.636%206.364l-1.414%201.414A10.97%2010.97%200%200%201%201%2011.89m18.778%207.777A10.97%2010.97%200%200%200%2023%2011.89c0-3.038-1.231-5.788-3.222-7.778l-1.414%201.414A8.97%208.97%200%200%201%2021%2011.89a8.97%208.97%200%200%201-2.636%206.364z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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