scis control tower icon
scis-control-tower from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- scis-control-tower
- 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 scis control tower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 19c-.3 0-.7.1-1 .2L20.4 12c1-1.1 1.6-2.5 1.6-4c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 1.6.6 3 1.6 4L6 19.2c-.3-.1-.7-.2-1-.2c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3c0-.6-.2-1.1-.5-1.6l5.6-7.1c.6.3 1.2.5 1.9.6v10.3c-1.2.4-2 1.5-2 2.8c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.8-2.4-2-2.8V13.9c.7-.1 1.3-.3 1.9-.6l5.6 7.1c-.3.5-.5 1-.5 1.6c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3M16 4c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4M5 23c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m11 5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m11-5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonScisControlTower(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="M27 19c-.3 0-.7.1-1 .2L20.4 12c1-1.1 1.6-2.5 1.6-4c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 1.6.6 3 1.6 4L6 19.2c-.3-.1-.7-.2-1-.2c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3c0-.6-.2-1.1-.5-1.6l5.6-7.1c.6.3 1.2.5 1.9.6v10.3c-1.2.4-2 1.5-2 2.8c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.8-2.4-2-2.8V13.9c.7-.1 1.3-.3 1.9-.6l5.6 7.1c-.3.5-.5 1-.5 1.6c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3M16 4c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4M5 23c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m11 5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m11-5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 19c-.3 0-.7.1-1 .2L20.4 12c1-1.1 1.6-2.5 1.6-4c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 1.6.6 3 1.6 4L6 19.2c-.3-.1-.7-.2-1-.2c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3c0-.6-.2-1.1-.5-1.6l5.6-7.1c.6.3 1.2.5 1.9.6v10.3c-1.2.4-2 1.5-2 2.8c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.8-2.4-2-2.8V13.9c.7-.1 1.3-.3 1.9-.6l5.6 7.1c-.3.5-.5 1-.5 1.6c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3M16 4c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4M5 23c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m11 5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m11-5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1"/></svg> </template>
CSS
.icon-scis-control-tower {
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%22M27%2019c-.3%200-.7.1-1%20.2L20.4%2012c1-1.1%201.6-2.5%201.6-4c0-3.3-2.7-6-6-6s-6%202.7-6%206c0%201.6.6%203%201.6%204L6%2019.2c-.3-.1-.7-.2-1-.2c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3c0-.6-.2-1.1-.5-1.6l5.6-7.1c.6.3%201.2.5%201.9.6v10.3c-1.2.4-2%201.5-2%202.8c0%201.7%201.3%203%203%203s3-1.3%203-3c0-1.3-.8-2.4-2-2.8V13.9c.7-.1%201.3-.3%201.9-.6l5.6%207.1c-.3.5-.5%201-.5%201.6c0%201.7%201.3%203%203%203s3-1.3%203-3s-1.3-3-3-3M16%204c2.2%200%204%201.8%204%204s-1.8%204-4%204s-4-1.8-4-4s1.8-4%204-4M5%2023c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m11%205c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m11-5c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201%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%22M27%2019c-.3%200-.7.1-1%20.2L20.4%2012c1-1.1%201.6-2.5%201.6-4c0-3.3-2.7-6-6-6s-6%202.7-6%206c0%201.6.6%203%201.6%204L6%2019.2c-.3-.1-.7-.2-1-.2c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3c0-.6-.2-1.1-.5-1.6l5.6-7.1c.6.3%201.2.5%201.9.6v10.3c-1.2.4-2%201.5-2%202.8c0%201.7%201.3%203%203%203s3-1.3%203-3c0-1.3-.8-2.4-2-2.8V13.9c.7-.1%201.3-.3%201.9-.6l5.6%207.1c-.3.5-.5%201-.5%201.6c0%201.7%201.3%203%203%203s3-1.3%203-3s-1.3-3-3-3M16%204c2.2%200%204%201.8%204%204s-1.8%204-4%204s-4-1.8-4-4s1.8-4%204-4M5%2023c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m11%205c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m11-5c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/scis-control-tower.svg?color=%231a73e8&size=48