twotone dataset linked icon

twotone-dataset-linked from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-dataset-linked
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone dataset linked icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5v14h3.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1H7v-4h3.69c.95-.63 2.09-1 3.31-1h5V5zm6 6H7V7h4zm2 0V7h4v4z" opacity=".3"/><path fill="currentColor" d="M7 17h1.09c.28-1.67 1.24-3.1 2.6-4H7z"/><path fill="currentColor" d="M5 19V5h14v7h1c.34 0 .67.04 1 .09V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3.81c-.35-.61-.6-1.28-.72-2z"/><path fill="currentColor" d="M7 7h4v4H7zm6 0h4v4h-4zm3 13h-2c-1.1 0-2-.9-2-2s.9-2 2-2h2v-2h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h2zm4-6h-2v2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4"/><path fill="currentColor" d="M20 19v-2h-6v2h5z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneDatasetLinked(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5v14h3.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1H7v-4h3.69c.95-.63 2.09-1 3.31-1h5V5zm6 6H7V7h4zm2 0V7h4v4z" opacity=".3"/><path fill="currentColor" d="M7 17h1.09c.28-1.67 1.24-3.1 2.6-4H7z"/><path fill="currentColor" d="M5 19V5h14v7h1c.34 0 .67.04 1 .09V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3.81c-.35-.61-.6-1.28-.72-2z"/><path fill="currentColor" d="M7 7h4v4H7zm6 0h4v4h-4zm3 13h-2c-1.1 0-2-.9-2-2s.9-2 2-2h2v-2h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h2zm4-6h-2v2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4"/><path fill="currentColor" d="M20 19v-2h-6v2h5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5v14h3.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1H7v-4h3.69c.95-.63 2.09-1 3.31-1h5V5zm6 6H7V7h4zm2 0V7h4v4z" opacity=".3"/><path fill="currentColor" d="M7 17h1.09c.28-1.67 1.24-3.1 2.6-4H7z"/><path fill="currentColor" d="M5 19V5h14v7h1c.34 0 .67.04 1 .09V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3.81c-.35-.61-.6-1.28-.72-2z"/><path fill="currentColor" d="M7 7h4v4H7zm6 0h4v4h-4zm3 13h-2c-1.1 0-2-.9-2-2s.9-2 2-2h2v-2h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h2zm4-6h-2v2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4"/><path fill="currentColor" d="M20 19v-2h-6v2h5z"/></svg>
</template>

CSS

.icon-twotone-dataset-linked {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v14h3.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1H7v-4h3.69c.95-.63%202.09-1%203.31-1h5V5zm6%206H7V7h4zm2%200V7h4v4z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2017h1.09c.28-1.67%201.24-3.1%202.6-4H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2019V5h14v7h1c.34%200%20.67.04%201%20.09V5c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h3.81c-.35-.61-.6-1.28-.72-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%207h4v4H7zm6%200h4v4h-4zm3%2013h-2c-1.1%200-2-.9-2-2s.9-2%202-2h2v-2h-2c-2.21%200-4%201.79-4%204s1.79%204%204%204h2zm4-6h-2v2h2c1.1%200%202%20.9%202%202s-.9%202-2%202h-2v2h2c2.21%200%204-1.79%204-4s-1.79-4-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2019v-2h-6v2h5z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v14h3.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1H7v-4h3.69c.95-.63%202.09-1%203.31-1h5V5zm6%206H7V7h4zm2%200V7h4v4z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2017h1.09c.28-1.67%201.24-3.1%202.6-4H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2019V5h14v7h1c.34%200%20.67.04%201%20.09V5c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h3.81c-.35-.61-.6-1.28-.72-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%207h4v4H7zm6%200h4v4h-4zm3%2013h-2c-1.1%200-2-.9-2-2s.9-2%202-2h2v-2h-2c-2.21%200-4%201.79-4%204s1.79%204%204%204h2zm4-6h-2v2h2c1.1%200%202%20.9%202%202s-.9%202-2%202h-2v2h2c2.21%200%204-1.79%204-4s-1.79-4-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2019v-2h-6v2h5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-dataset-linked.svg?color=%231a73e8&size=48