outline dataset linked icon
outline-dataset-linked from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- outline-dataset-linked
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the outline 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="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 IcOutlineDatasetLinked(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="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="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-outline-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%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%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/outline-dataset-linked.svg?color=%231a73e8&size=48