web services cluster icon
web-services-cluster from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- web-services-cluster
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the web services cluster icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 26a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 16 26m-1.586-4L16 23.586L17.586 22L16 20.414zM22 20a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 22 20m-1.586-4L22 17.586L23.586 16L22 14.414zM16 14a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 16 14m-1.586-4L16 11.586L17.586 10L16 8.414zM10 20a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 10 20m-1.586-4L10 17.586L11.586 16L10 14.414z"/><path fill="currentColor" d="M16 1a1 1 0 0 0-.504.136l-12 7A1 1 0 0 0 3 9v14a1 1 0 0 0 .496.864l12 7a1 1 0 0 0 1.008 0l11-6.417l-1.008-1.727L16 28.842L5 22.426V9.575l11-6.417l11 6.416V17h2V9a1 1 0 0 0-.496-.864l-12-7A1 1 0 0 0 16 1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWebServicesCluster(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 26a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 16 26m-1.586-4L16 23.586L17.586 22L16 20.414zM22 20a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 22 20m-1.586-4L22 17.586L23.586 16L22 14.414zM16 14a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 16 14m-1.586-4L16 11.586L17.586 10L16 8.414zM10 20a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 10 20m-1.586-4L10 17.586L11.586 16L10 14.414z"/><path fill="currentColor" d="M16 1a1 1 0 0 0-.504.136l-12 7A1 1 0 0 0 3 9v14a1 1 0 0 0 .496.864l12 7a1 1 0 0 0 1.008 0l11-6.417l-1.008-1.727L16 28.842L5 22.426V9.575l11-6.417l11 6.416V17h2V9a1 1 0 0 0-.496-.864l-12-7A1 1 0 0 0 16 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="M16 26a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 16 26m-1.586-4L16 23.586L17.586 22L16 20.414zM22 20a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 22 20m-1.586-4L22 17.586L23.586 16L22 14.414zM16 14a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 16 14m-1.586-4L16 11.586L17.586 10L16 8.414zM10 20a1 1 0 0 1-.707-.293l-3-3a.997.997 0 0 1 0-1.414l3-3a.996.996 0 0 1 1.414 0l3 3a.997.997 0 0 1 0 1.414l-3 3A1 1 0 0 1 10 20m-1.586-4L10 17.586L11.586 16L10 14.414z"/><path fill="currentColor" d="M16 1a1 1 0 0 0-.504.136l-12 7A1 1 0 0 0 3 9v14a1 1 0 0 0 .496.864l12 7a1 1 0 0 0 1.008 0l11-6.417l-1.008-1.727L16 28.842L5 22.426V9.575l11-6.417l11 6.416V17h2V9a1 1 0 0 0-.496-.864l-12-7A1 1 0 0 0 16 1"/></svg> </template>
CSS
.icon-web-services-cluster {
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%2026a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2016%2026m-1.586-4L16%2023.586L17.586%2022L16%2020.414zM22%2020a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2022%2020m-1.586-4L22%2017.586L23.586%2016L22%2014.414zM16%2014a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2016%2014m-1.586-4L16%2011.586L17.586%2010L16%208.414zM10%2020a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2010%2020m-1.586-4L10%2017.586L11.586%2016L10%2014.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a1%201%200%200%200-.504.136l-12%207A1%201%200%200%200%203%209v14a1%201%200%200%200%20.496.864l12%207a1%201%200%200%200%201.008%200l11-6.417l-1.008-1.727L16%2028.842L5%2022.426V9.575l11-6.417l11%206.416V17h2V9a1%201%200%200%200-.496-.864l-12-7A1%201%200%200%200%2016%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%22M16%2026a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2016%2026m-1.586-4L16%2023.586L17.586%2022L16%2020.414zM22%2020a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2022%2020m-1.586-4L22%2017.586L23.586%2016L22%2014.414zM16%2014a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2016%2014m-1.586-4L16%2011.586L17.586%2010L16%208.414zM10%2020a1%201%200%200%201-.707-.293l-3-3a.997.997%200%200%201%200-1.414l3-3a.996.996%200%200%201%201.414%200l3%203a.997.997%200%200%201%200%201.414l-3%203A1%201%200%200%201%2010%2020m-1.586-4L10%2017.586L11.586%2016L10%2014.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a1%201%200%200%200-.504.136l-12%207A1%201%200%200%200%203%209v14a1%201%200%200%200%20.496.864l12%207a1%201%200%200%200%201.008%200l11-6.417l-1.008-1.727L16%2028.842L5%2022.426V9.575l11-6.417l11%206.416V17h2V9a1%201%200%200%200-.496-.864l-12-7A1%201%200%200%200%2016%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/web-services-cluster.svg?color=%231a73e8&size=48