db2 data sharing group icon
db2-data-sharing-group from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- db2-data-sharing-group
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the db2 data sharing group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 28v-6.17l2.59 2.58L12 23l-5-5l-5 5l1.41 1.41L6 21.83V28c0 1.103.897 2 2 2h9v-2zm17-11c-2.85 0-5 1.29-5 3v7c0 1.71 2.15 3 5 3s5-1.29 5-3v-7c0-1.71-2.15-3-5-3m0 2c1.936 0 3 .751 3 1s-1.064 1-3 1s-3-.751-3-1s1.064-1 3-1m0 9c-1.936 0-3-.751-3-1v-4.58c.826.363 1.85.58 3 .58s2.174-.217 3-.58V27c0 .249-1.064 1-3 1m3.59-20.41L26 10.17V4c0-1.102-.897-2-2-2h-9v2h9v6.17l-2.59-2.58L20 9l5 5l5-5zM7 15c2.85 0 5-1.29 5-3V5c0-1.71-2.15-3-5-3S2 3.29 2 5v7c0 1.71 2.15 3 5 3M7 4c1.936 0 3 .751 3 1S8.936 6 7 6s-3-.751-3-1s1.064-1 3-1M4 7.42c.826.363 1.85.58 3 .58s2.174-.217 3-.58V12c0 .249-1.064 1-3 1s-3-.751-3-1z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDb2DataSharingGroup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 28v-6.17l2.59 2.58L12 23l-5-5l-5 5l1.41 1.41L6 21.83V28c0 1.103.897 2 2 2h9v-2zm17-11c-2.85 0-5 1.29-5 3v7c0 1.71 2.15 3 5 3s5-1.29 5-3v-7c0-1.71-2.15-3-5-3m0 2c1.936 0 3 .751 3 1s-1.064 1-3 1s-3-.751-3-1s1.064-1 3-1m0 9c-1.936 0-3-.751-3-1v-4.58c.826.363 1.85.58 3 .58s2.174-.217 3-.58V27c0 .249-1.064 1-3 1m3.59-20.41L26 10.17V4c0-1.102-.897-2-2-2h-9v2h9v6.17l-2.59-2.58L20 9l5 5l5-5zM7 15c2.85 0 5-1.29 5-3V5c0-1.71-2.15-3-5-3S2 3.29 2 5v7c0 1.71 2.15 3 5 3M7 4c1.936 0 3 .751 3 1S8.936 6 7 6s-3-.751-3-1s1.064-1 3-1M4 7.42c.826.363 1.85.58 3 .58s2.174-.217 3-.58V12c0 .249-1.064 1-3 1s-3-.751-3-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 28v-6.17l2.59 2.58L12 23l-5-5l-5 5l1.41 1.41L6 21.83V28c0 1.103.897 2 2 2h9v-2zm17-11c-2.85 0-5 1.29-5 3v7c0 1.71 2.15 3 5 3s5-1.29 5-3v-7c0-1.71-2.15-3-5-3m0 2c1.936 0 3 .751 3 1s-1.064 1-3 1s-3-.751-3-1s1.064-1 3-1m0 9c-1.936 0-3-.751-3-1v-4.58c.826.363 1.85.58 3 .58s2.174-.217 3-.58V27c0 .249-1.064 1-3 1m3.59-20.41L26 10.17V4c0-1.102-.897-2-2-2h-9v2h9v6.17l-2.59-2.58L20 9l5 5l5-5zM7 15c2.85 0 5-1.29 5-3V5c0-1.71-2.15-3-5-3S2 3.29 2 5v7c0 1.71 2.15 3 5 3M7 4c1.936 0 3 .751 3 1S8.936 6 7 6s-3-.751-3-1s1.064-1 3-1M4 7.42c.826.363 1.85.58 3 .58s2.174-.217 3-.58V12c0 .249-1.064 1-3 1s-3-.751-3-1z"/></svg> </template>
CSS
.icon-db2-data-sharing-group {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2028v-6.17l2.59%202.58L12%2023l-5-5l-5%205l1.41%201.41L6%2021.83V28c0%201.103.897%202%202%202h9v-2zm17-11c-2.85%200-5%201.29-5%203v7c0%201.71%202.15%203%205%203s5-1.29%205-3v-7c0-1.71-2.15-3-5-3m0%202c1.936%200%203%20.751%203%201s-1.064%201-3%201s-3-.751-3-1s1.064-1%203-1m0%209c-1.936%200-3-.751-3-1v-4.58c.826.363%201.85.58%203%20.58s2.174-.217%203-.58V27c0%20.249-1.064%201-3%201m3.59-20.41L26%2010.17V4c0-1.102-.897-2-2-2h-9v2h9v6.17l-2.59-2.58L20%209l5%205l5-5zM7%2015c2.85%200%205-1.29%205-3V5c0-1.71-2.15-3-5-3S2%203.29%202%205v7c0%201.71%202.15%203%205%203M7%204c1.936%200%203%20.751%203%201S8.936%206%207%206s-3-.751-3-1s1.064-1%203-1M4%207.42c.826.363%201.85.58%203%20.58s2.174-.217%203-.58V12c0%20.249-1.064%201-3%201s-3-.751-3-1z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2028v-6.17l2.59%202.58L12%2023l-5-5l-5%205l1.41%201.41L6%2021.83V28c0%201.103.897%202%202%202h9v-2zm17-11c-2.85%200-5%201.29-5%203v7c0%201.71%202.15%203%205%203s5-1.29%205-3v-7c0-1.71-2.15-3-5-3m0%202c1.936%200%203%20.751%203%201s-1.064%201-3%201s-3-.751-3-1s1.064-1%203-1m0%209c-1.936%200-3-.751-3-1v-4.58c.826.363%201.85.58%203%20.58s2.174-.217%203-.58V27c0%20.249-1.064%201-3%201m3.59-20.41L26%2010.17V4c0-1.102-.897-2-2-2h-9v2h9v6.17l-2.59-2.58L20%209l5%205l5-5zM7%2015c2.85%200%205-1.29%205-3V5c0-1.71-2.15-3-5-3S2%203.29%202%205v7c0%201.71%202.15%203%205%203M7%204c1.936%200%203%20.751%203%201S8.936%206%207%206s-3-.751-3-1s1.064-1%203-1M4%207.42c.826.363%201.85.58%203%20.58s2.174-.217%203-.58V12c0%20.249-1.064%201-3%201s-3-.751-3-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/db2-data-sharing-group.svg?color=%231a73e8&size=48