data2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
data2
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the data2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 8H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2m13.8-1h-3.6c-.66 0-1.2-.54-1.2-1.2V4.2c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2m0 7.5h-3.6c-.66 0-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2"/><path stroke-miterlimit="10" d="M9 5h7m-3.5 0v13c0 1.1.9 2 2 2H16m-3.5-7.5H16"/><path d="M20.8 22h-3.6c-.66 0-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconData2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7 8H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2m13.8-1h-3.6c-.66 0-1.2-.54-1.2-1.2V4.2c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2m0 7.5h-3.6c-.66 0-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2"/><path strokeMiterlimit="10" d="M9 5h7m-3.5 0v13c0 1.1.9 2 2 2H16m-3.5-7.5H16"/><path d="M20.8 22h-3.6c-.66 0-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 8H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2m13.8-1h-3.6c-.66 0-1.2-.54-1.2-1.2V4.2c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2m0 7.5h-3.6c-.66 0-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2"/><path stroke-miterlimit="10" d="M9 5h7m-3.5 0v13c0 1.1.9 2 2 2H16m-3.5-7.5H16"/><path d="M20.8 22h-3.6c-.66 0-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2v1.6c0 .66-.54 1.2-1.2 1.2"/></g></svg>
</template>

CSS

.icon-data2 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%208H4c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h3c1.1%200%202%20.9%202%202v2c0%201.1-.9%202-2%202m13.8-1h-3.6c-.66%200-1.2-.54-1.2-1.2V4.2c0-.66.54-1.2%201.2-1.2h3.6c.66%200%201.2.54%201.2%201.2v1.6c0%20.66-.54%201.2-1.2%201.2m0%207.5h-3.6c-.66%200-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2%201.2-1.2h3.6c.66%200%201.2.54%201.2%201.2v1.6c0%20.66-.54%201.2-1.2%201.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%205h7m-3.5%200v13c0%201.1.9%202%202%202H16m-3.5-7.5H16%22%2F%3E%3Cpath%20d%3D%22M20.8%2022h-3.6c-.66%200-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2%201.2-1.2h3.6c.66%200%201.2.54%201.2%201.2v1.6c0%20.66-.54%201.2-1.2%201.2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%208H4c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h3c1.1%200%202%20.9%202%202v2c0%201.1-.9%202-2%202m13.8-1h-3.6c-.66%200-1.2-.54-1.2-1.2V4.2c0-.66.54-1.2%201.2-1.2h3.6c.66%200%201.2.54%201.2%201.2v1.6c0%20.66-.54%201.2-1.2%201.2m0%207.5h-3.6c-.66%200-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2%201.2-1.2h3.6c.66%200%201.2.54%201.2%201.2v1.6c0%20.66-.54%201.2-1.2%201.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%205h7m-3.5%200v13c0%201.1.9%202%202%202H16m-3.5-7.5H16%22%2F%3E%3Cpath%20d%3D%22M20.8%2022h-3.6c-.66%200-1.2-.54-1.2-1.2v-1.6c0-.66.54-1.2%201.2-1.2h3.6c.66%200%201.2.54%201.2%201.2v1.6c0%20.66-.54%201.2-1.2%201.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Data2 outline icon — Reicon · IconsDB