chart relationship icon
chart-relationship from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- chart-relationship
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the chart relationship icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 6a3.996 3.996 0 0 0-3.858 3H17.93A7.996 7.996 0 1 0 9 17.93v4.212a4 4 0 1 0 2 0v-4.211a7.95 7.95 0 0 0 3.898-1.62l3.669 3.67A3.95 3.95 0 0 0 18 22a4 4 0 1 0 4-4a3.95 3.95 0 0 0-2.019.567l-3.67-3.67A7.95 7.95 0 0 0 17.932 11h4.211A3.993 3.993 0 1 0 26 6M12 26a2 2 0 1 1-2-2a2 2 0 0 1 2 2m-2-10a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m14 6a2 2 0 1 1-2-2a2 2 0 0 1 2 2m2-10a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonChartRelationship(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="M26 6a3.996 3.996 0 0 0-3.858 3H17.93A7.996 7.996 0 1 0 9 17.93v4.212a4 4 0 1 0 2 0v-4.211a7.95 7.95 0 0 0 3.898-1.62l3.669 3.67A3.95 3.95 0 0 0 18 22a4 4 0 1 0 4-4a3.95 3.95 0 0 0-2.019.567l-3.67-3.67A7.95 7.95 0 0 0 17.932 11h4.211A3.993 3.993 0 1 0 26 6M12 26a2 2 0 1 1-2-2a2 2 0 0 1 2 2m-2-10a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m14 6a2 2 0 1 1-2-2a2 2 0 0 1 2 2m2-10a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 6a3.996 3.996 0 0 0-3.858 3H17.93A7.996 7.996 0 1 0 9 17.93v4.212a4 4 0 1 0 2 0v-4.211a7.95 7.95 0 0 0 3.898-1.62l3.669 3.67A3.95 3.95 0 0 0 18 22a4 4 0 1 0 4-4a3.95 3.95 0 0 0-2.019.567l-3.67-3.67A7.95 7.95 0 0 0 17.932 11h4.211A3.993 3.993 0 1 0 26 6M12 26a2 2 0 1 1-2-2a2 2 0 0 1 2 2m-2-10a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m14 6a2 2 0 1 1-2-2a2 2 0 0 1 2 2m2-10a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg> </template>
CSS
.icon-chart-relationship {
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%22M26%206a3.996%203.996%200%200%200-3.858%203H17.93A7.996%207.996%200%201%200%209%2017.93v4.212a4%204%200%201%200%202%200v-4.211a7.95%207.95%200%200%200%203.898-1.62l3.669%203.67A3.95%203.95%200%200%200%2018%2022a4%204%200%201%200%204-4a3.95%203.95%200%200%200-2.019.567l-3.67-3.67A7.95%207.95%200%200%200%2017.932%2011h4.211A3.993%203.993%200%201%200%2026%206M12%2026a2%202%200%201%201-2-2a2%202%200%200%201%202%202m-2-10a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m14%206a2%202%200%201%201-2-2a2%202%200%200%201%202%202m2-10a2%202%200%201%201%202-2a2%202%200%200%201-2%202%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%22M26%206a3.996%203.996%200%200%200-3.858%203H17.93A7.996%207.996%200%201%200%209%2017.93v4.212a4%204%200%201%200%202%200v-4.211a7.95%207.95%200%200%200%203.898-1.62l3.669%203.67A3.95%203.95%200%200%200%2018%2022a4%204%200%201%200%204-4a3.95%203.95%200%200%200-2.019.567l-3.67-3.67A7.95%207.95%200%200%200%2017.932%2011h4.211A3.993%203.993%200%201%200%2026%206M12%2026a2%202%200%201%201-2-2a2%202%200%200%201%202%202m-2-10a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m14%206a2%202%200%201%201-2-2a2%202%200%200%201%202%202m2-10a2%202%200%201%201%202-2a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/chart-relationship.svg?color=%231a73e8&size=48