graph aggregator icon
graph-aggregator from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- graph-aggregator
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the graph aggregator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 18h2v12H3zm6 6h2v6H9zm6-8h2v14h-2zm6 4h2v10h-2zm6-6h2v16h-2zm1-12a2 2 0 0 0-2 2c0 .178.03.348.074.512l-3.562 3.562A2 2 0 0 0 22 8c-.317 0-.613.08-.88.212l-3.133-2.089C17.99 6.082 18 6.043 18 6a2 2 0 1 0-3.84.785l-3.928 5.238C10.155 12.014 10.08 12 10 12c-.178 0-.348.03-.512.074L5.926 8.512C5.969 8.347 6 8.178 6 8a2 2 0 1 0-2 2c.178 0 .347-.03.511-.074l3.563 3.562A2 2 0 0 0 8 14a2 2 0 1 0 3.839-.786l3.929-5.238c.077.01.152.024.232.024c.317 0 .613-.08.88-.212l3.132 2.089c-.002.041-.012.08-.012.123a2 2 0 1 0 4 0c0-.178-.03-.348-.074-.512l3.562-3.562c.164.043.334.074.512.074a2 2 0 1 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonGraphAggregator(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="M3 18h2v12H3zm6 6h2v6H9zm6-8h2v14h-2zm6 4h2v10h-2zm6-6h2v16h-2zm1-12a2 2 0 0 0-2 2c0 .178.03.348.074.512l-3.562 3.562A2 2 0 0 0 22 8c-.317 0-.613.08-.88.212l-3.133-2.089C17.99 6.082 18 6.043 18 6a2 2 0 1 0-3.84.785l-3.928 5.238C10.155 12.014 10.08 12 10 12c-.178 0-.348.03-.512.074L5.926 8.512C5.969 8.347 6 8.178 6 8a2 2 0 1 0-2 2c.178 0 .347-.03.511-.074l3.563 3.562A2 2 0 0 0 8 14a2 2 0 1 0 3.839-.786l3.929-5.238c.077.01.152.024.232.024c.317 0 .613-.08.88-.212l3.132 2.089c-.002.041-.012.08-.012.123a2 2 0 1 0 4 0c0-.178-.03-.348-.074-.512l3.562-3.562c.164.043.334.074.512.074a2 2 0 1 0 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 18h2v12H3zm6 6h2v6H9zm6-8h2v14h-2zm6 4h2v10h-2zm6-6h2v16h-2zm1-12a2 2 0 0 0-2 2c0 .178.03.348.074.512l-3.562 3.562A2 2 0 0 0 22 8c-.317 0-.613.08-.88.212l-3.133-2.089C17.99 6.082 18 6.043 18 6a2 2 0 1 0-3.84.785l-3.928 5.238C10.155 12.014 10.08 12 10 12c-.178 0-.348.03-.512.074L5.926 8.512C5.969 8.347 6 8.178 6 8a2 2 0 1 0-2 2c.178 0 .347-.03.511-.074l3.563 3.562A2 2 0 0 0 8 14a2 2 0 1 0 3.839-.786l3.929-5.238c.077.01.152.024.232.024c.317 0 .613-.08.88-.212l3.132 2.089c-.002.041-.012.08-.012.123a2 2 0 1 0 4 0c0-.178-.03-.348-.074-.512l3.562-3.562c.164.043.334.074.512.074a2 2 0 1 0 0-4"/></svg> </template>
CSS
.icon-graph-aggregator {
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%22M3%2018h2v12H3zm6%206h2v6H9zm6-8h2v14h-2zm6%204h2v10h-2zm6-6h2v16h-2zm1-12a2%202%200%200%200-2%202c0%20.178.03.348.074.512l-3.562%203.562A2%202%200%200%200%2022%208c-.317%200-.613.08-.88.212l-3.133-2.089C17.99%206.082%2018%206.043%2018%206a2%202%200%201%200-3.84.785l-3.928%205.238C10.155%2012.014%2010.08%2012%2010%2012c-.178%200-.348.03-.512.074L5.926%208.512C5.969%208.347%206%208.178%206%208a2%202%200%201%200-2%202c.178%200%20.347-.03.511-.074l3.563%203.562A2%202%200%200%200%208%2014a2%202%200%201%200%203.839-.786l3.929-5.238c.077.01.152.024.232.024c.317%200%20.613-.08.88-.212l3.132%202.089c-.002.041-.012.08-.012.123a2%202%200%201%200%204%200c0-.178-.03-.348-.074-.512l3.562-3.562c.164.043.334.074.512.074a2%202%200%201%200%200-4%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%22M3%2018h2v12H3zm6%206h2v6H9zm6-8h2v14h-2zm6%204h2v10h-2zm6-6h2v16h-2zm1-12a2%202%200%200%200-2%202c0%20.178.03.348.074.512l-3.562%203.562A2%202%200%200%200%2022%208c-.317%200-.613.08-.88.212l-3.133-2.089C17.99%206.082%2018%206.043%2018%206a2%202%200%201%200-3.84.785l-3.928%205.238C10.155%2012.014%2010.08%2012%2010%2012c-.178%200-.348.03-.512.074L5.926%208.512C5.969%208.347%206%208.178%206%208a2%202%200%201%200-2%202c.178%200%20.347-.03.511-.074l3.563%203.562A2%202%200%200%200%208%2014a2%202%200%201%200%203.839-.786l3.929-5.238c.077.01.152.024.232.024c.317%200%20.613-.08.88-.212l3.132%202.089c-.002.041-.012.08-.012.123a2%202%200%201%200%204%200c0-.178-.03-.348-.074-.512l3.562-3.562c.164.043.334.074.512.074a2%202%200%201%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/graph-aggregator.svg?color=%231a73e8&size=48