dataset linked icon
dataset-linked-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- dataset-linked-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the 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 20q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v6q0 .425-.288.713T20 11h-6q-.925 0-1.763.263T10.676 12H8q-.425 0-.712.288T7 13v2q0 .425.288.713T8 16h.075q-.05.25-.062.488T8 17q0 .45.075.913t.2.887q.125.45-.113.825T7.5 20zm9 1q-1.65 0-2.825-1.175T10 17t1.175-2.825T14 13h1q.425 0 .713.288T16 14t-.288.713T15 15h-1q-.825 0-1.412.588T12 17t.588 1.413T14 19h1q.425 0 .713.288T16 20t-.288.713T15 21zm1-3q-.425 0-.712-.288T14 17t.288-.712T15 16h4q.425 0 .713.288T20 17t-.288.713T19 18zm5 3h-1q-.425 0-.712-.288T18 20t.288-.712T19 19h1q.825 0 1.413-.587T22 17t-.587-1.412T20 15h-1q-.425 0-.712-.288T18 14t.288-.712T19 13h1q1.65 0 2.825 1.163T24 17q0 1.65-1.175 2.825T20 21M7 7v2q0 .425.288.713T8 10h2q.425 0 .713-.288T11 9V7q0-.425-.288-.712T10 6H8q-.425 0-.712.288T7 7m7 3h2q.425 0 .713-.288T17 9V7q0-.425-.288-.712T16 6h-2q-.425 0-.712.288T13 7v2q0 .425.288.713T14 10"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDatasetLinkedRounded(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 20q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v6q0 .425-.288.713T20 11h-6q-.925 0-1.763.263T10.676 12H8q-.425 0-.712.288T7 13v2q0 .425.288.713T8 16h.075q-.05.25-.062.488T8 17q0 .45.075.913t.2.887q.125.45-.113.825T7.5 20zm9 1q-1.65 0-2.825-1.175T10 17t1.175-2.825T14 13h1q.425 0 .713.288T16 14t-.288.713T15 15h-1q-.825 0-1.412.588T12 17t.588 1.413T14 19h1q.425 0 .713.288T16 20t-.288.713T15 21zm1-3q-.425 0-.712-.288T14 17t.288-.712T15 16h4q.425 0 .713.288T20 17t-.288.713T19 18zm5 3h-1q-.425 0-.712-.288T18 20t.288-.712T19 19h1q.825 0 1.413-.587T22 17t-.587-1.412T20 15h-1q-.425 0-.712-.288T18 14t.288-.712T19 13h1q1.65 0 2.825 1.163T24 17q0 1.65-1.175 2.825T20 21M7 7v2q0 .425.288.713T8 10h2q.425 0 .713-.288T11 9V7q0-.425-.288-.712T10 6H8q-.425 0-.712.288T7 7m7 3h2q.425 0 .713-.288T17 9V7q0-.425-.288-.712T16 6h-2q-.425 0-.712.288T13 7v2q0 .425.288.713T14 10"/></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 20q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v6q0 .425-.288.713T20 11h-6q-.925 0-1.763.263T10.676 12H8q-.425 0-.712.288T7 13v2q0 .425.288.713T8 16h.075q-.05.25-.062.488T8 17q0 .45.075.913t.2.887q.125.45-.113.825T7.5 20zm9 1q-1.65 0-2.825-1.175T10 17t1.175-2.825T14 13h1q.425 0 .713.288T16 14t-.288.713T15 15h-1q-.825 0-1.412.588T12 17t.588 1.413T14 19h1q.425 0 .713.288T16 20t-.288.713T15 21zm1-3q-.425 0-.712-.288T14 17t.288-.712T15 16h4q.425 0 .713.288T20 17t-.288.713T19 18zm5 3h-1q-.425 0-.712-.288T18 20t.288-.712T19 19h1q.825 0 1.413-.587T22 17t-.587-1.412T20 15h-1q-.425 0-.712-.288T18 14t.288-.712T19 13h1q1.65 0 2.825 1.163T24 17q0 1.65-1.175 2.825T20 21M7 7v2q0 .425.288.713T8 10h2q.425 0 .713-.288T11 9V7q0-.425-.288-.712T10 6H8q-.425 0-.712.288T7 7m7 3h2q.425 0 .713-.288T17 9V7q0-.425-.288-.712T16 6h-2q-.425 0-.712.288T13 7v2q0 .425.288.713T14 10"/></svg> </template>
CSS
.icon-dataset-linked-rounded {
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%2020q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v6q0%20.425-.288.713T20%2011h-6q-.925%200-1.763.263T10.676%2012H8q-.425%200-.712.288T7%2013v2q0%20.425.288.713T8%2016h.075q-.05.25-.062.488T8%2017q0%20.45.075.913t.2.887q.125.45-.113.825T7.5%2020zm9%201q-1.65%200-2.825-1.175T10%2017t1.175-2.825T14%2013h1q.425%200%20.713.288T16%2014t-.288.713T15%2015h-1q-.825%200-1.412.588T12%2017t.588%201.413T14%2019h1q.425%200%20.713.288T16%2020t-.288.713T15%2021zm1-3q-.425%200-.712-.288T14%2017t.288-.712T15%2016h4q.425%200%20.713.288T20%2017t-.288.713T19%2018zm5%203h-1q-.425%200-.712-.288T18%2020t.288-.712T19%2019h1q.825%200%201.413-.587T22%2017t-.587-1.412T20%2015h-1q-.425%200-.712-.288T18%2014t.288-.712T19%2013h1q1.65%200%202.825%201.163T24%2017q0%201.65-1.175%202.825T20%2021M7%207v2q0%20.425.288.713T8%2010h2q.425%200%20.713-.288T11%209V7q0-.425-.288-.712T10%206H8q-.425%200-.712.288T7%207m7%203h2q.425%200%20.713-.288T17%209V7q0-.425-.288-.712T16%206h-2q-.425%200-.712.288T13%207v2q0%20.425.288.713T14%2010%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%2020q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v6q0%20.425-.288.713T20%2011h-6q-.925%200-1.763.263T10.676%2012H8q-.425%200-.712.288T7%2013v2q0%20.425.288.713T8%2016h.075q-.05.25-.062.488T8%2017q0%20.45.075.913t.2.887q.125.45-.113.825T7.5%2020zm9%201q-1.65%200-2.825-1.175T10%2017t1.175-2.825T14%2013h1q.425%200%20.713.288T16%2014t-.288.713T15%2015h-1q-.825%200-1.412.588T12%2017t.588%201.413T14%2019h1q.425%200%20.713.288T16%2020t-.288.713T15%2021zm1-3q-.425%200-.712-.288T14%2017t.288-.712T15%2016h4q.425%200%20.713.288T20%2017t-.288.713T19%2018zm5%203h-1q-.425%200-.712-.288T18%2020t.288-.712T19%2019h1q.825%200%201.413-.587T22%2017t-.587-1.412T20%2015h-1q-.425%200-.712-.288T18%2014t.288-.712T19%2013h1q1.65%200%202.825%201.163T24%2017q0%201.65-1.175%202.825T20%2021M7%207v2q0%20.425.288.713T8%2010h2q.425%200%20.713-.288T11%209V7q0-.425-.288-.712T10%206H8q-.425%200-.712.288T7%207m7%203h2q.425%200%20.713-.288T17%209V7q0-.425-.288-.712T16%206h-2q-.425%200-.712.288T13%207v2q0%20.425.288.713T14%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dataset-linked-rounded.svg?color=%231a73e8&size=48