ibm unstructured data processor icon
ibm-unstructured-data-processor from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-unstructured-data-processor
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the ibm unstructured data processor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 10c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .897-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2m-1 15h-7v-7h7zm-5-2h3v-3h-3zm-3.382-5H3.382L8 2.764zm-6-2h2.764L8 7.236z"/><path fill="currentColor" d="M20 30h-8c-1.103 0-2-.897-2-2v-4.465L4.89 20.13A2 2 0 0 1 4 18.465V14h2v4.465l5.11 3.406c.557.372.89.994.89 1.664V28h8v-4.465c0-.67.333-1.292.89-1.664L26 18.465V12h2v6.465c0 .67-.333 1.292-.89 1.664L22 23.535V28c0 1.103-.897 2-2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmUnstructuredDataProcessor(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="M22 10c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .897-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2m-1 15h-7v-7h7zm-5-2h3v-3h-3zm-3.382-5H3.382L8 2.764zm-6-2h2.764L8 7.236z"/><path fill="currentColor" d="M20 30h-8c-1.103 0-2-.897-2-2v-4.465L4.89 20.13A2 2 0 0 1 4 18.465V14h2v4.465l5.11 3.406c.557.372.89.994.89 1.664V28h8v-4.465c0-.67.333-1.292.89-1.664L26 18.465V12h2v6.465c0 .67-.333 1.292-.89 1.664L22 23.535V28c0 1.103-.897 2-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="M22 10c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .897-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2m-1 15h-7v-7h7zm-5-2h3v-3h-3zm-3.382-5H3.382L8 2.764zm-6-2h2.764L8 7.236z"/><path fill="currentColor" d="M20 30h-8c-1.103 0-2-.897-2-2v-4.465L4.89 20.13A2 2 0 0 1 4 18.465V14h2v4.465l5.11 3.406c.557.372.89.994.89 1.664V28h8v-4.465c0-.67.333-1.292.89-1.664L26 18.465V12h2v6.465c0 .67-.333 1.292-.89 1.664L22 23.535V28c0 1.103-.897 2-2 2"/></svg> </template>
CSS
.icon-ibm-unstructured-data-processor {
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%22M22%2010c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.102%200-2%20.897-2%202s.898%202%202%202s2-.897%202-2s-.897-2-2-2m-1%2015h-7v-7h7zm-5-2h3v-3h-3zm-3.382-5H3.382L8%202.764zm-6-2h2.764L8%207.236z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2030h-8c-1.103%200-2-.897-2-2v-4.465L4.89%2020.13A2%202%200%200%201%204%2018.465V14h2v4.465l5.11%203.406c.557.372.89.994.89%201.664V28h8v-4.465c0-.67.333-1.292.89-1.664L26%2018.465V12h2v6.465c0%20.67-.333%201.292-.89%201.664L22%2023.535V28c0%201.103-.897%202-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%22M22%2010c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.102%200-2%20.897-2%202s.898%202%202%202s2-.897%202-2s-.897-2-2-2m-1%2015h-7v-7h7zm-5-2h3v-3h-3zm-3.382-5H3.382L8%202.764zm-6-2h2.764L8%207.236z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2030h-8c-1.103%200-2-.897-2-2v-4.465L4.89%2020.13A2%202%200%200%201%204%2018.465V14h2v4.465l5.11%203.406c.557.372.89.994.89%201.664V28h8v-4.465c0-.67.333-1.292.89-1.664L26%2018.465V12h2v6.465c0%20.67-.333%201.292-.89%201.664L22%2023.535V28c0%201.103-.897%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-unstructured-data-processor.svg?color=%231a73e8&size=48