data icon
data-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- data-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All data icons →More newicons icons from Reicon
Use the data icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 14.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0-8a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0 16a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-16-8a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path d="M19 12.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-7.25V7c0-1.58.67-2.25 2.25-2.25h5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5c-2.42 0-3.75 1.33-3.75 3.75v4.25H5c-.41 0-.75.34-.75.75s.34.75.75.75h5.25V17c0 2.42 1.33 3.75 3.75 3.75h5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5c-1.58 0-2.25-.67-2.25-2.25v-4.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDataFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 14.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0-8a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0 16a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-16-8a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path d="M19 12.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-7.25V7c0-1.58.67-2.25 2.25-2.25h5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5c-2.42 0-3.75 1.33-3.75 3.75v4.25H5c-.41 0-.75.34-.75.75s.34.75.75.75h5.25V17c0 2.42 1.33 3.75 3.75 3.75h5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5c-1.58 0-2.25-.67-2.25-2.25v-4.25z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 14.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0-8a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m0 16a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-16-8a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path d="M19 12.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-7.25V7c0-1.58.67-2.25 2.25-2.25h5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5c-2.42 0-3.75 1.33-3.75 3.75v4.25H5c-.41 0-.75.34-.75.75s.34.75.75.75h5.25V17c0 2.42 1.33 3.75 3.75 3.75h5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5c-1.58 0-2.25-.67-2.25-2.25v-4.25z"/></g></svg> </template>
CSS
.icon-data-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2014.25a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m0-8a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m0%2016a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m-16-8a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20d%3D%22M19%2012.75c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-7.25V7c0-1.58.67-2.25%202.25-2.25h5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-5c-2.42%200-3.75%201.33-3.75%203.75v4.25H5c-.41%200-.75.34-.75.75s.34.75.75.75h5.25V17c0%202.42%201.33%203.75%203.75%203.75h5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-5c-1.58%200-2.25-.67-2.25-2.25v-4.25z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2014.25a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m0-8a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m0%2016a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m-16-8a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20d%3D%22M19%2012.75c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-7.25V7c0-1.58.67-2.25%202.25-2.25h5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-5c-2.42%200-3.75%201.33-3.75%203.75v4.25H5c-.41%200-.75.34-.75.75s.34.75.75.75h5.25V17c0%202.42%201.33%203.75%203.75%203.75h5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-5c-1.58%200-2.25-.67-2.25-2.25v-4.25z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/data-filled.svg?color=%231a73e8&size=48