ibm toolchain icon
ibm-toolchain from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-toolchain
- 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 toolchain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 21c-.74 0-1.424.216-2.02.567l-2.03-2.031l-1.415 1.414l2.032 2.031A3.95 3.95 0 0 0 21 25c0 2.206 1.794 4 4 4c.356 0 .694-.061 1.023-.15l-2.437-2.436A2 2 0 0 1 23 25a2.002 2.002 0 0 1 3.414-1.414l2.437 2.437A4 4 0 0 0 29 25c0-2.206-1.795-4-4-4m-4.05-8.536L24.714 8.7c.391.187.824.3 1.286.3a3 3 0 1 0-3-3c0 .462.113.895.3 1.286l-3.764 3.764zM26 5c.551 0 1 .449 1 1s-.449 1-1 1s-1-.449-1-1s.449-1 1-1m-10 7a4 4 0 0 0-4 4c0 .74.215 1.425.566 2.02l-5.28 5.28A3 3 0 0 0 6 23a3 3 0 1 0 3 3c0-.462-.113-.895-.3-1.286l5.28-5.28A3.96 3.96 0 0 0 16 20a4 4 0 0 0 0-8M6 27a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m10-9c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m-9-7c.74 0 1.424-.215 2.02-.567l2.03 2.031l1.414-1.414l-2.03-2.031C10.783 8.424 11 7.739 11 7c0-2.206-1.794-4-4-4c-.356 0-.694.062-1.023.15l2.437 2.436A2.002 2.002 0 0 1 7 9a2 2 0 0 1-1.414-.586L3.149 5.977A4 4 0 0 0 3 7c0 2.206 1.794 4 4 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmToolchain(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="M25 21c-.74 0-1.424.216-2.02.567l-2.03-2.031l-1.415 1.414l2.032 2.031A3.95 3.95 0 0 0 21 25c0 2.206 1.794 4 4 4c.356 0 .694-.061 1.023-.15l-2.437-2.436A2 2 0 0 1 23 25a2.002 2.002 0 0 1 3.414-1.414l2.437 2.437A4 4 0 0 0 29 25c0-2.206-1.795-4-4-4m-4.05-8.536L24.714 8.7c.391.187.824.3 1.286.3a3 3 0 1 0-3-3c0 .462.113.895.3 1.286l-3.764 3.764zM26 5c.551 0 1 .449 1 1s-.449 1-1 1s-1-.449-1-1s.449-1 1-1m-10 7a4 4 0 0 0-4 4c0 .74.215 1.425.566 2.02l-5.28 5.28A3 3 0 0 0 6 23a3 3 0 1 0 3 3c0-.462-.113-.895-.3-1.286l5.28-5.28A3.96 3.96 0 0 0 16 20a4 4 0 0 0 0-8M6 27a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m10-9c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m-9-7c.74 0 1.424-.215 2.02-.567l2.03 2.031l1.414-1.414l-2.03-2.031C10.783 8.424 11 7.739 11 7c0-2.206-1.794-4-4-4c-.356 0-.694.062-1.023.15l2.437 2.436A2.002 2.002 0 0 1 7 9a2 2 0 0 1-1.414-.586L3.149 5.977A4 4 0 0 0 3 7c0 2.206 1.794 4 4 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="M25 21c-.74 0-1.424.216-2.02.567l-2.03-2.031l-1.415 1.414l2.032 2.031A3.95 3.95 0 0 0 21 25c0 2.206 1.794 4 4 4c.356 0 .694-.061 1.023-.15l-2.437-2.436A2 2 0 0 1 23 25a2.002 2.002 0 0 1 3.414-1.414l2.437 2.437A4 4 0 0 0 29 25c0-2.206-1.795-4-4-4m-4.05-8.536L24.714 8.7c.391.187.824.3 1.286.3a3 3 0 1 0-3-3c0 .462.113.895.3 1.286l-3.764 3.764zM26 5c.551 0 1 .449 1 1s-.449 1-1 1s-1-.449-1-1s.449-1 1-1m-10 7a4 4 0 0 0-4 4c0 .74.215 1.425.566 2.02l-5.28 5.28A3 3 0 0 0 6 23a3 3 0 1 0 3 3c0-.462-.113-.895-.3-1.286l5.28-5.28A3.96 3.96 0 0 0 16 20a4 4 0 0 0 0-8M6 27a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m10-9c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m-9-7c.74 0 1.424-.215 2.02-.567l2.03 2.031l1.414-1.414l-2.03-2.031C10.783 8.424 11 7.739 11 7c0-2.206-1.794-4-4-4c-.356 0-.694.062-1.023.15l2.437 2.436A2.002 2.002 0 0 1 7 9a2 2 0 0 1-1.414-.586L3.149 5.977A4 4 0 0 0 3 7c0 2.206 1.794 4 4 4"/></svg> </template>
CSS
.icon-ibm-toolchain {
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%22M25%2021c-.74%200-1.424.216-2.02.567l-2.03-2.031l-1.415%201.414l2.032%202.031A3.95%203.95%200%200%200%2021%2025c0%202.206%201.794%204%204%204c.356%200%20.694-.061%201.023-.15l-2.437-2.436A2%202%200%200%201%2023%2025a2.002%202.002%200%200%201%203.414-1.414l2.437%202.437A4%204%200%200%200%2029%2025c0-2.206-1.795-4-4-4m-4.05-8.536L24.714%208.7c.391.187.824.3%201.286.3a3%203%200%201%200-3-3c0%20.462.113.895.3%201.286l-3.764%203.764zM26%205c.551%200%201%20.449%201%201s-.449%201-1%201s-1-.449-1-1s.449-1%201-1m-10%207a4%204%200%200%200-4%204c0%20.74.215%201.425.566%202.02l-5.28%205.28A3%203%200%200%200%206%2023a3%203%200%201%200%203%203c0-.462-.113-.895-.3-1.286l5.28-5.28A3.96%203.96%200%200%200%2016%2020a4%204%200%200%200%200-8M6%2027a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m10-9c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202m-9-7c.74%200%201.424-.215%202.02-.567l2.03%202.031l1.414-1.414l-2.03-2.031C10.783%208.424%2011%207.739%2011%207c0-2.206-1.794-4-4-4c-.356%200-.694.062-1.023.15l2.437%202.436A2.002%202.002%200%200%201%207%209a2%202%200%200%201-1.414-.586L3.149%205.977A4%204%200%200%200%203%207c0%202.206%201.794%204%204%204%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%22M25%2021c-.74%200-1.424.216-2.02.567l-2.03-2.031l-1.415%201.414l2.032%202.031A3.95%203.95%200%200%200%2021%2025c0%202.206%201.794%204%204%204c.356%200%20.694-.061%201.023-.15l-2.437-2.436A2%202%200%200%201%2023%2025a2.002%202.002%200%200%201%203.414-1.414l2.437%202.437A4%204%200%200%200%2029%2025c0-2.206-1.795-4-4-4m-4.05-8.536L24.714%208.7c.391.187.824.3%201.286.3a3%203%200%201%200-3-3c0%20.462.113.895.3%201.286l-3.764%203.764zM26%205c.551%200%201%20.449%201%201s-.449%201-1%201s-1-.449-1-1s.449-1%201-1m-10%207a4%204%200%200%200-4%204c0%20.74.215%201.425.566%202.02l-5.28%205.28A3%203%200%200%200%206%2023a3%203%200%201%200%203%203c0-.462-.113-.895-.3-1.286l5.28-5.28A3.96%203.96%200%200%200%2016%2020a4%204%200%200%200%200-8M6%2027a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m10-9c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202m-9-7c.74%200%201.424-.215%202.02-.567l2.03%202.031l1.414-1.414l-2.03-2.031C10.783%208.424%2011%207.739%2011%207c0-2.206-1.794-4-4-4c-.356%200-.694.062-1.023.15l2.437%202.436A2.002%202.002%200%200%201%207%209a2%202%200%200%201-1.414-.586L3.149%205.977A4%204%200%200%200%203%207c0%202.206%201.794%204%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-toolchain.svg?color=%231a73e8&size=48