deployment pattern icon
deployment-pattern from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- deployment-pattern
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the deployment pattern icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 20H4.73A1.97 1.97 0 0 0 3 19a2 2 0 0 0 0 4a1.97 1.97 0 0 0 1.73-1H8ZM29 9a1.97 1.97 0 0 0-1.73 1H24v2h3.27A2 2 0 1 0 29 9"/><path fill="currentColor" d="M25.414 5L21 .586L16.586 5L20 8.414V18h2V8.414ZM21 3.414L22.586 5L21 6.586L19.414 5Zm-9 20.172V14h-2v9.586L6.586 27L11 31.414L15.414 27ZM9.414 27L11 25.414L12.586 27L11 28.586Z"/><path fill="currentColor" d="M18 10H8.414L5 6.586L.586 11L5 15.414L8.414 12H18ZM5 12.586L3.414 11L5 9.414L6.586 11Z"/><path fill="currentColor" d="M13 3a2 2 0 0 0-4 0a1.97 1.97 0 0 0 1 1.73V8h2V4.73A1.97 1.97 0 0 0 13 3m9 24.27V24h-2v3.27a2 2 0 1 0 2 0"/><path fill="currentColor" d="M31.414 21L27 16.586L23.586 20H14v2h9.586L27 25.414ZM27 19.414L28.586 21L27 22.586L25.414 21Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDeploymentPattern(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="M8 20H4.73A1.97 1.97 0 0 0 3 19a2 2 0 0 0 0 4a1.97 1.97 0 0 0 1.73-1H8ZM29 9a1.97 1.97 0 0 0-1.73 1H24v2h3.27A2 2 0 1 0 29 9"/><path fill="currentColor" d="M25.414 5L21 .586L16.586 5L20 8.414V18h2V8.414ZM21 3.414L22.586 5L21 6.586L19.414 5Zm-9 20.172V14h-2v9.586L6.586 27L11 31.414L15.414 27ZM9.414 27L11 25.414L12.586 27L11 28.586Z"/><path fill="currentColor" d="M18 10H8.414L5 6.586L.586 11L5 15.414L8.414 12H18ZM5 12.586L3.414 11L5 9.414L6.586 11Z"/><path fill="currentColor" d="M13 3a2 2 0 0 0-4 0a1.97 1.97 0 0 0 1 1.73V8h2V4.73A1.97 1.97 0 0 0 13 3m9 24.27V24h-2v3.27a2 2 0 1 0 2 0"/><path fill="currentColor" d="M31.414 21L27 16.586L23.586 20H14v2h9.586L27 25.414ZM27 19.414L28.586 21L27 22.586L25.414 21Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 20H4.73A1.97 1.97 0 0 0 3 19a2 2 0 0 0 0 4a1.97 1.97 0 0 0 1.73-1H8ZM29 9a1.97 1.97 0 0 0-1.73 1H24v2h3.27A2 2 0 1 0 29 9"/><path fill="currentColor" d="M25.414 5L21 .586L16.586 5L20 8.414V18h2V8.414ZM21 3.414L22.586 5L21 6.586L19.414 5Zm-9 20.172V14h-2v9.586L6.586 27L11 31.414L15.414 27ZM9.414 27L11 25.414L12.586 27L11 28.586Z"/><path fill="currentColor" d="M18 10H8.414L5 6.586L.586 11L5 15.414L8.414 12H18ZM5 12.586L3.414 11L5 9.414L6.586 11Z"/><path fill="currentColor" d="M13 3a2 2 0 0 0-4 0a1.97 1.97 0 0 0 1 1.73V8h2V4.73A1.97 1.97 0 0 0 13 3m9 24.27V24h-2v3.27a2 2 0 1 0 2 0"/><path fill="currentColor" d="M31.414 21L27 16.586L23.586 20H14v2h9.586L27 25.414ZM27 19.414L28.586 21L27 22.586L25.414 21Z"/></svg> </template>
CSS
.icon-deployment-pattern {
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%22M8%2020H4.73A1.97%201.97%200%200%200%203%2019a2%202%200%200%200%200%204a1.97%201.97%200%200%200%201.73-1H8ZM29%209a1.97%201.97%200%200%200-1.73%201H24v2h3.27A2%202%200%201%200%2029%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.414%205L21%20.586L16.586%205L20%208.414V18h2V8.414ZM21%203.414L22.586%205L21%206.586L19.414%205Zm-9%2020.172V14h-2v9.586L6.586%2027L11%2031.414L15.414%2027ZM9.414%2027L11%2025.414L12.586%2027L11%2028.586Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2010H8.414L5%206.586L.586%2011L5%2015.414L8.414%2012H18ZM5%2012.586L3.414%2011L5%209.414L6.586%2011Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203a2%202%200%200%200-4%200a1.97%201.97%200%200%200%201%201.73V8h2V4.73A1.97%201.97%200%200%200%2013%203m9%2024.27V24h-2v3.27a2%202%200%201%200%202%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.414%2021L27%2016.586L23.586%2020H14v2h9.586L27%2025.414ZM27%2019.414L28.586%2021L27%2022.586L25.414%2021Z%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%22M8%2020H4.73A1.97%201.97%200%200%200%203%2019a2%202%200%200%200%200%204a1.97%201.97%200%200%200%201.73-1H8ZM29%209a1.97%201.97%200%200%200-1.73%201H24v2h3.27A2%202%200%201%200%2029%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.414%205L21%20.586L16.586%205L20%208.414V18h2V8.414ZM21%203.414L22.586%205L21%206.586L19.414%205Zm-9%2020.172V14h-2v9.586L6.586%2027L11%2031.414L15.414%2027ZM9.414%2027L11%2025.414L12.586%2027L11%2028.586Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2010H8.414L5%206.586L.586%2011L5%2015.414L8.414%2012H18ZM5%2012.586L3.414%2011L5%209.414L6.586%2011Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203a2%202%200%200%200-4%200a1.97%201.97%200%200%200%201%201.73V8h2V4.73A1.97%201.97%200%200%200%2013%203m9%2024.27V24h-2v3.27a2%202%200%201%200%202%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.414%2021L27%2016.586L23.586%2020H14v2h9.586L27%2025.414ZM27%2019.414L28.586%2021L27%2022.586L25.414%2021Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/deployment-pattern.svg?color=%231a73e8&size=48