data-object-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
data-object-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
data-object-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the data object icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h2q.425 0 .713-.288T18 17v-2q0-.95.55-1.725t1.45-1.1v-.35q-.9-.325-1.45-1.1T18 9V7q0-.425-.288-.712T17 6h-2q-.425 0-.712-.288T14 5t.288-.712T15 4h2q1.25 0 2.125.875T20 7v2q0 .425.288.713T21 10t.713.288T22 11v2q0 .425-.288.713T21 14t-.712.288T20 15v2q0 1.25-.875 2.125T17 20zm-8 0q-1.25 0-2.125-.875T4 17v-2q0-.425-.288-.712T3 14t-.712-.288T2 13v-2q0-.425.288-.712T3 10t.713-.288T4 9V7q0-1.25.875-2.125T7 4h2q.425 0 .713.288T10 5t-.288.713T9 6H7q-.425 0-.712.288T6 7v2q0 .95-.55 1.725T4 11.825v.35q.9.325 1.45 1.1T6 15v2q0 .425.288.713T7 18h2q.425 0 .713.288T10 19t-.288.713T9 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDataObjectRounded(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="M15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h2q.425 0 .713-.288T18 17v-2q0-.95.55-1.725t1.45-1.1v-.35q-.9-.325-1.45-1.1T18 9V7q0-.425-.288-.712T17 6h-2q-.425 0-.712-.288T14 5t.288-.712T15 4h2q1.25 0 2.125.875T20 7v2q0 .425.288.713T21 10t.713.288T22 11v2q0 .425-.288.713T21 14t-.712.288T20 15v2q0 1.25-.875 2.125T17 20zm-8 0q-1.25 0-2.125-.875T4 17v-2q0-.425-.288-.712T3 14t-.712-.288T2 13v-2q0-.425.288-.712T3 10t.713-.288T4 9V7q0-1.25.875-2.125T7 4h2q.425 0 .713.288T10 5t-.288.713T9 6H7q-.425 0-.712.288T6 7v2q0 .95-.55 1.725T4 11.825v.35q.9.325 1.45 1.1T6 15v2q0 .425.288.713T7 18h2q.425 0 .713.288T10 19t-.288.713T9 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h2q.425 0 .713-.288T18 17v-2q0-.95.55-1.725t1.45-1.1v-.35q-.9-.325-1.45-1.1T18 9V7q0-.425-.288-.712T17 6h-2q-.425 0-.712-.288T14 5t.288-.712T15 4h2q1.25 0 2.125.875T20 7v2q0 .425.288.713T21 10t.713.288T22 11v2q0 .425-.288.713T21 14t-.712.288T20 15v2q0 1.25-.875 2.125T17 20zm-8 0q-1.25 0-2.125-.875T4 17v-2q0-.425-.288-.712T3 14t-.712-.288T2 13v-2q0-.425.288-.712T3 10t.713-.288T4 9V7q0-1.25.875-2.125T7 4h2q.425 0 .713.288T10 5t-.288.713T9 6H7q-.425 0-.712.288T6 7v2q0 .95-.55 1.725T4 11.825v.35q.9.325 1.45 1.1T6 15v2q0 .425.288.713T7 18h2q.425 0 .713.288T10 19t-.288.713T9 20z"/></svg>
</template>

CSS

.icon-data-object-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%22M15%2020q-.425%200-.712-.288T14%2019t.288-.712T15%2018h2q.425%200%20.713-.288T18%2017v-2q0-.95.55-1.725t1.45-1.1v-.35q-.9-.325-1.45-1.1T18%209V7q0-.425-.288-.712T17%206h-2q-.425%200-.712-.288T14%205t.288-.712T15%204h2q1.25%200%202.125.875T20%207v2q0%20.425.288.713T21%2010t.713.288T22%2011v2q0%20.425-.288.713T21%2014t-.712.288T20%2015v2q0%201.25-.875%202.125T17%2020zm-8%200q-1.25%200-2.125-.875T4%2017v-2q0-.425-.288-.712T3%2014t-.712-.288T2%2013v-2q0-.425.288-.712T3%2010t.713-.288T4%209V7q0-1.25.875-2.125T7%204h2q.425%200%20.713.288T10%205t-.288.713T9%206H7q-.425%200-.712.288T6%207v2q0%20.95-.55%201.725T4%2011.825v.35q.9.325%201.45%201.1T6%2015v2q0%20.425.288.713T7%2018h2q.425%200%20.713.288T10%2019t-.288.713T9%2020z%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%22M15%2020q-.425%200-.712-.288T14%2019t.288-.712T15%2018h2q.425%200%20.713-.288T18%2017v-2q0-.95.55-1.725t1.45-1.1v-.35q-.9-.325-1.45-1.1T18%209V7q0-.425-.288-.712T17%206h-2q-.425%200-.712-.288T14%205t.288-.712T15%204h2q1.25%200%202.125.875T20%207v2q0%20.425.288.713T21%2010t.713.288T22%2011v2q0%20.425-.288.713T21%2014t-.712.288T20%2015v2q0%201.25-.875%202.125T17%2020zm-8%200q-1.25%200-2.125-.875T4%2017v-2q0-.425-.288-.712T3%2014t-.712-.288T2%2013v-2q0-.425.288-.712T3%2010t.713-.288T4%209V7q0-1.25.875-2.125T7%204h2q.425%200%20.713.288T10%205t-.288.713T9%206H7q-.425%200-.712.288T6%207v2q0%20.95-.55%201.725T4%2011.825v.35q.9.325%201.45%201.1T6%2015v2q0%20.425.288.713T7%2018h2q.425%200%20.713.288T10%2019t-.288.713T9%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/data-object-rounded.svg?color=%231a73e8&size=48