round dataset linked icon

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

Name
round-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 round 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="M8.09 17H7v-4h3.69c.95-.63 2.09-1 3.31-1h6c.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.81C8.3 20.12 8 19.09 8 18c0-.34.04-.67.09-1M13 7h4v4h-4zM7 7h4v4H7z"/><path fill="currentColor" d="M12.03 17.66c.16-.98 1.09-1.66 2.08-1.66H15c.55 0 1-.45 1-1s-.45-1-1-1h-.83c-2.09 0-3.95 1.53-4.15 3.61A4 4 0 0 0 14 22h1c.55 0 1-.45 1-1s-.45-1-1-1h-1c-1.21 0-2.18-1.09-1.97-2.34m7.8-3.66H19c-.55 0-1 .45-1 1s.45 1 1 1h.89c1 0 1.92.68 2.08 1.66c.21 1.25-.76 2.34-1.97 2.34h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c2.34 0 4.21-2.01 3.98-4.39c-.2-2.08-2.06-3.61-4.15-3.61"/><path fill="currentColor" d="M15 19h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDatasetLinked(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="M8.09 17H7v-4h3.69c.95-.63 2.09-1 3.31-1h6c.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.81C8.3 20.12 8 19.09 8 18c0-.34.04-.67.09-1M13 7h4v4h-4zM7 7h4v4H7z"/><path fill="currentColor" d="M12.03 17.66c.16-.98 1.09-1.66 2.08-1.66H15c.55 0 1-.45 1-1s-.45-1-1-1h-.83c-2.09 0-3.95 1.53-4.15 3.61A4 4 0 0 0 14 22h1c.55 0 1-.45 1-1s-.45-1-1-1h-1c-1.21 0-2.18-1.09-1.97-2.34m7.8-3.66H19c-.55 0-1 .45-1 1s.45 1 1 1h.89c1 0 1.92.68 2.08 1.66c.21 1.25-.76 2.34-1.97 2.34h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c2.34 0 4.21-2.01 3.98-4.39c-.2-2.08-2.06-3.61-4.15-3.61"/><path fill="currentColor" d="M15 19h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.09 17H7v-4h3.69c.95-.63 2.09-1 3.31-1h6c.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.81C8.3 20.12 8 19.09 8 18c0-.34.04-.67.09-1M13 7h4v4h-4zM7 7h4v4H7z"/><path fill="currentColor" d="M12.03 17.66c.16-.98 1.09-1.66 2.08-1.66H15c.55 0 1-.45 1-1s-.45-1-1-1h-.83c-2.09 0-3.95 1.53-4.15 3.61A4 4 0 0 0 14 22h1c.55 0 1-.45 1-1s-.45-1-1-1h-1c-1.21 0-2.18-1.09-1.97-2.34m7.8-3.66H19c-.55 0-1 .45-1 1s.45 1 1 1h.89c1 0 1.92.68 2.08 1.66c.21 1.25-.76 2.34-1.97 2.34h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c2.34 0 4.21-2.01 3.98-4.39c-.2-2.08-2.06-3.61-4.15-3.61"/><path fill="currentColor" d="M15 19h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1"/></svg>
</template>

CSS

.icon-round-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%22M8.09%2017H7v-4h3.69c.95-.63%202.09-1%203.31-1h6c.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.81C8.3%2020.12%208%2019.09%208%2018c0-.34.04-.67.09-1M13%207h4v4h-4zM7%207h4v4H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.03%2017.66c.16-.98%201.09-1.66%202.08-1.66H15c.55%200%201-.45%201-1s-.45-1-1-1h-.83c-2.09%200-3.95%201.53-4.15%203.61A4%204%200%200%200%2014%2022h1c.55%200%201-.45%201-1s-.45-1-1-1h-1c-1.21%200-2.18-1.09-1.97-2.34m7.8-3.66H19c-.55%200-1%20.45-1%201s.45%201%201%201h.89c1%200%201.92.68%202.08%201.66c.21%201.25-.76%202.34-1.97%202.34h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1c2.34%200%204.21-2.01%203.98-4.39c-.2-2.08-2.06-3.61-4.15-3.61%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2019h4c.55%200%201-.45%201-1s-.45-1-1-1h-4c-.55%200-1%20.45-1%201s.45%201%201%201%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%22M8.09%2017H7v-4h3.69c.95-.63%202.09-1%203.31-1h6c.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.81C8.3%2020.12%208%2019.09%208%2018c0-.34.04-.67.09-1M13%207h4v4h-4zM7%207h4v4H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.03%2017.66c.16-.98%201.09-1.66%202.08-1.66H15c.55%200%201-.45%201-1s-.45-1-1-1h-.83c-2.09%200-3.95%201.53-4.15%203.61A4%204%200%200%200%2014%2022h1c.55%200%201-.45%201-1s-.45-1-1-1h-1c-1.21%200-2.18-1.09-1.97-2.34m7.8-3.66H19c-.55%200-1%20.45-1%201s.45%201%201%201h.89c1%200%201.92.68%202.08%201.66c.21%201.25-.76%202.34-1.97%202.34h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1c2.34%200%204.21-2.01%203.98-4.39c-.2-2.08-2.06-3.61-4.15-3.61%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2019h4c.55%200%201-.45%201-1s-.45-1-1-1h-4c-.55%200-1%20.45-1%201s.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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