ibm engineering test mgmt icon
ibm-engineering-test-mgmt from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-engineering-test-mgmt
- 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 engineering test mgmt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16h2c0 6.617 5.383 12 12 12s12-5.383 12-12h2c0 7.72-6.28 14-14 14"/><path fill="currentColor" d="M16 26c-5.514 0-10-4.486-10-10h2c0 4.411 3.589 8 8 8s8-3.589 8-8h2c0 5.514-4.486 10-10 10"/><path fill="currentColor" d="M16 20c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m0-12A13.98 13.98 0 0 0 4 8.788V4H2v8h8v-2H5.612C7.738 6.315 11.668 4 16 4c3.205 0 6.219 1.248 8.485 3.515L25.9 6.1A13.9 13.9 0 0 0 16 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmEngineeringTestMgmt(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="M16 30C8.28 30 2 23.72 2 16h2c0 6.617 5.383 12 12 12s12-5.383 12-12h2c0 7.72-6.28 14-14 14"/><path fill="currentColor" d="M16 26c-5.514 0-10-4.486-10-10h2c0 4.411 3.589 8 8 8s8-3.589 8-8h2c0 5.514-4.486 10-10 10"/><path fill="currentColor" d="M16 20c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m0-12A13.98 13.98 0 0 0 4 8.788V4H2v8h8v-2H5.612C7.738 6.315 11.668 4 16 4c3.205 0 6.219 1.248 8.485 3.515L25.9 6.1A13.9 13.9 0 0 0 16 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="M16 30C8.28 30 2 23.72 2 16h2c0 6.617 5.383 12 12 12s12-5.383 12-12h2c0 7.72-6.28 14-14 14"/><path fill="currentColor" d="M16 26c-5.514 0-10-4.486-10-10h2c0 4.411 3.589 8 8 8s8-3.589 8-8h2c0 5.514-4.486 10-10 10"/><path fill="currentColor" d="M16 20c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m0-12A13.98 13.98 0 0 0 4 8.788V4H2v8h8v-2H5.612C7.738 6.315 11.668 4 16 4c3.205 0 6.219 1.248 8.485 3.515L25.9 6.1A13.9 13.9 0 0 0 16 2"/></svg> </template>
CSS
.icon-ibm-engineering-test-mgmt {
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%22M16%2030C8.28%2030%202%2023.72%202%2016h2c0%206.617%205.383%2012%2012%2012s12-5.383%2012-12h2c0%207.72-6.28%2014-14%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2026c-5.514%200-10-4.486-10-10h2c0%204.411%203.589%208%208%208s8-3.589%208-8h2c0%205.514-4.486%2010-10%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m0-12A13.98%2013.98%200%200%200%204%208.788V4H2v8h8v-2H5.612C7.738%206.315%2011.668%204%2016%204c3.205%200%206.219%201.248%208.485%203.515L25.9%206.1A13.9%2013.9%200%200%200%2016%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%22M16%2030C8.28%2030%202%2023.72%202%2016h2c0%206.617%205.383%2012%2012%2012s12-5.383%2012-12h2c0%207.72-6.28%2014-14%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2026c-5.514%200-10-4.486-10-10h2c0%204.411%203.589%208%208%208s8-3.589%208-8h2c0%205.514-4.486%2010-10%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m0-12A13.98%2013.98%200%200%200%204%208.788V4H2v8h8v-2H5.612C7.738%206.315%2011.668%204%2016%204c3.205%200%206.219%201.248%208.485%203.515L25.9%206.1A13.9%2013.9%200%200%200%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-engineering-test-mgmt.svg?color=%231a73e8&size=48