integrated data and research icon
integrated-data-and-research-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- integrated-data-and-research-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the integrated data and research icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 11.296V20c0 .552 0 1 1 1h2c1 0 1-.448 1-1v-6.762a5.86 5.86 0 0 1-4-1.942"/><path fill-rule="evenodd" d="M10.398 9.201a4.378 4.378 0 0 0 6.282 1.893l2.613 2.613l1.414-1.414l-2.613-2.613a4.375 4.375 0 1 0-7.696-.479m3.977.549q-.213 0-.417-.036A2.37 2.37 0 0 1 12.643 9a2.375 2.375 0 1 1 1.732.75" clip-rule="evenodd"/><path d="M4 4c0-.552 0-1 1-1h2c1 0 1 .448 1 1v16c0 .552 0 1-1 1H5c-1 0-1-.448-1-1zm13 11c-1 0-1 .448-1 1v4c0 .552 0 1 1 1h2c.552 0 1 0 1-1v-4c0-.552 0-1-1-1z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsIntegratedDataAndResearch24px(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="M10 11.296V20c0 .552 0 1 1 1h2c1 0 1-.448 1-1v-6.762a5.86 5.86 0 0 1-4-1.942"/><path fillRule="evenodd" d="M10.398 9.201a4.378 4.378 0 0 0 6.282 1.893l2.613 2.613l1.414-1.414l-2.613-2.613a4.375 4.375 0 1 0-7.696-.479m3.977.549q-.213 0-.417-.036A2.37 2.37 0 0 1 12.643 9a2.375 2.375 0 1 1 1.732.75" clipRule="evenodd"/><path d="M4 4c0-.552 0-1 1-1h2c1 0 1 .448 1 1v16c0 .552 0 1-1 1H5c-1 0-1-.448-1-1zm13 11c-1 0-1 .448-1 1v4c0 .552 0 1 1 1h2c.552 0 1 0 1-1v-4c0-.552 0-1-1-1z"/></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="M10 11.296V20c0 .552 0 1 1 1h2c1 0 1-.448 1-1v-6.762a5.86 5.86 0 0 1-4-1.942"/><path fill-rule="evenodd" d="M10.398 9.201a4.378 4.378 0 0 0 6.282 1.893l2.613 2.613l1.414-1.414l-2.613-2.613a4.375 4.375 0 1 0-7.696-.479m3.977.549q-.213 0-.417-.036A2.37 2.37 0 0 1 12.643 9a2.375 2.375 0 1 1 1.732.75" clip-rule="evenodd"/><path d="M4 4c0-.552 0-1 1-1h2c1 0 1 .448 1 1v16c0 .552 0 1-1 1H5c-1 0-1-.448-1-1zm13 11c-1 0-1 .448-1 1v4c0 .552 0 1 1 1h2c.552 0 1 0 1-1v-4c0-.552 0-1-1-1z"/></g></svg> </template>
CSS
.icon-integrated-data-and-research-24px {
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%22M10%2011.296V20c0%20.552%200%201%201%201h2c1%200%201-.448%201-1v-6.762a5.86%205.86%200%200%201-4-1.942%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.398%209.201a4.378%204.378%200%200%200%206.282%201.893l2.613%202.613l1.414-1.414l-2.613-2.613a4.375%204.375%200%201%200-7.696-.479m3.977.549q-.213%200-.417-.036A2.37%202.37%200%200%201%2012.643%209a2.375%202.375%200%201%201%201.732.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%204c0-.552%200-1%201-1h2c1%200%201%20.448%201%201v16c0%20.552%200%201-1%201H5c-1%200-1-.448-1-1zm13%2011c-1%200-1%20.448-1%201v4c0%20.552%200%201%201%201h2c.552%200%201%200%201-1v-4c0-.552%200-1-1-1z%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%22M10%2011.296V20c0%20.552%200%201%201%201h2c1%200%201-.448%201-1v-6.762a5.86%205.86%200%200%201-4-1.942%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.398%209.201a4.378%204.378%200%200%200%206.282%201.893l2.613%202.613l1.414-1.414l-2.613-2.613a4.375%204.375%200%201%200-7.696-.479m3.977.549q-.213%200-.417-.036A2.37%202.37%200%200%201%2012.643%209a2.375%202.375%200%201%201%201.732.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%204c0-.552%200-1%201-1h2c1%200%201%20.448%201%201v16c0%20.552%200%201-1%201H5c-1%200-1-.448-1-1zm13%2011c-1%200-1%20.448-1%201v4c0%20.552%200%201%201%201h2c.552%200%201%200%201-1v-4c0-.552%200-1-1-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/integrated-data-and-research-24px.svg?color=%231a73e8&size=48