software resource cluster icon
software-resource-cluster from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- software-resource-cluster
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the software resource cluster icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 21c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm0 24c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSoftwareResourceCluster(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="M24 21c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm0 24c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 21c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm0 24c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8l-3 3l3 3l3-3z"/></svg> </template>
CSS
.icon-software-resource-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%22M24%2021c-.5%200-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3zm-8%200c-.5%200-1-.2-1.4-.6l-3-3C11.2%209%2011%208.5%2011%208s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3zm0%2024c-.5%200-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3zm-8%200c-.5%200-1-.2-1.4-.6l-3-3C3.2%2017%203%2016.5%203%2016s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3z%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%22M24%2021c-.5%200-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3zm-8%200c-.5%200-1-.2-1.4-.6l-3-3C11.2%209%2011%208.5%2011%208s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3zm0%2024c-.5%200-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3zm-8%200c-.5%200-1-.2-1.4-.6l-3-3C3.2%2017%203%2016.5%203%2016s.2-1%20.6-1.4l3-3c.4-.4.9-.6%201.4-.6s1%20.2%201.4.6l3%203c.4.4.6.9.6%201.4s-.2%201-.6%201.4l-3%203c-.4.4-.9.6-1.4.6m0-8l-3%203l3%203l3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/software-resource-cluster.svg?color=%231a73e8&size=48