data connected icon
data-connected from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- data-connected
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the data connected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30h-6v-2h4V4h-4V2h6z"/><path fill="currentColor" d="M24.91 19.59a4.51 4.51 0 0 0-2.66-3.24a4.55 4.55 0 0 0-3.5 0a5 5 0 0 0-.64.35l-2.81-2.81a4.53 4.53 0 1 0-1.41 1.41l2.81 2.81a4.48 4.48 0 0 0-.61 3.3a4.51 4.51 0 0 0 2.66 3.24a4.55 4.55 0 0 0 3.5 0a4.51 4.51 0 0 0 2.66-3.24a4.7 4.7 0 0 0 0-1.82M11.5 14a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5"/><path fill="currentColor" d="M8 30H2V2h6v2H4v24h4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDataConnected(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="M30 30h-6v-2h4V4h-4V2h6z"/><path fill="currentColor" d="M24.91 19.59a4.51 4.51 0 0 0-2.66-3.24a4.55 4.55 0 0 0-3.5 0a5 5 0 0 0-.64.35l-2.81-2.81a4.53 4.53 0 1 0-1.41 1.41l2.81 2.81a4.48 4.48 0 0 0-.61 3.3a4.51 4.51 0 0 0 2.66 3.24a4.55 4.55 0 0 0 3.5 0a4.51 4.51 0 0 0 2.66-3.24a4.7 4.7 0 0 0 0-1.82M11.5 14a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5"/><path fill="currentColor" d="M8 30H2V2h6v2H4v24h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 30h-6v-2h4V4h-4V2h6z"/><path fill="currentColor" d="M24.91 19.59a4.51 4.51 0 0 0-2.66-3.24a4.55 4.55 0 0 0-3.5 0a5 5 0 0 0-.64.35l-2.81-2.81a4.53 4.53 0 1 0-1.41 1.41l2.81 2.81a4.48 4.48 0 0 0-.61 3.3a4.51 4.51 0 0 0 2.66 3.24a4.55 4.55 0 0 0 3.5 0a4.51 4.51 0 0 0 2.66-3.24a4.7 4.7 0 0 0 0-1.82M11.5 14a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5"/><path fill="currentColor" d="M8 30H2V2h6v2H4v24h4z"/></svg> </template>
CSS
.icon-data-connected {
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%22M30%2030h-6v-2h4V4h-4V2h6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.91%2019.59a4.51%204.51%200%200%200-2.66-3.24a4.55%204.55%200%200%200-3.5%200a5%205%200%200%200-.64.35l-2.81-2.81a4.53%204.53%200%201%200-1.41%201.41l2.81%202.81a4.48%204.48%200%200%200-.61%203.3a4.51%204.51%200%200%200%202.66%203.24a4.55%204.55%200%200%200%203.5%200a4.51%204.51%200%200%200%202.66-3.24a4.7%204.7%200%200%200%200-1.82M11.5%2014a2.5%202.5%200%201%201%202.5-2.5a2.5%202.5%200%200%201-2.5%202.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2030H2V2h6v2H4v24h4z%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%22M30%2030h-6v-2h4V4h-4V2h6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.91%2019.59a4.51%204.51%200%200%200-2.66-3.24a4.55%204.55%200%200%200-3.5%200a5%205%200%200%200-.64.35l-2.81-2.81a4.53%204.53%200%201%200-1.41%201.41l2.81%202.81a4.48%204.48%200%200%200-.61%203.3a4.51%204.51%200%200%200%202.66%203.24a4.55%204.55%200%200%200%203.5%200a4.51%204.51%200%200%200%202.66-3.24a4.7%204.7%200%200%200%200-1.82M11.5%2014a2.5%202.5%200%201%201%202.5-2.5a2.5%202.5%200%200%201-2.5%202.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2030H2V2h6v2H4v24h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/data-connected.svg?color=%231a73e8&size=48