managed solutions icon
managed-solutions from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- managed-solutions
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the managed solutions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 23h-5v-5h-2v5h-5v2h5v5h2v-5h5z"/><path fill="currentColor" d="m24.127 11.84l1.181.213a5.8 5.8 0 0 1 2.625 1.144A5.42 5.42 0 0 1 29.953 18h2.03a7.5 7.5 0 0 0-6.15-7.885a10.01 10.01 0 0 0-7.94-7.933a10.003 10.003 0 0 0-11.72 7.933A7.506 7.506 0 0 0 .059 18.41A7.684 7.684 0 0 0 7.773 25H14v-2H7.698a5.63 5.63 0 0 1-5.603-4.486a5.506 5.506 0 0 1 4.434-6.43l1.349-.245l.214-1.11a8.21 8.21 0 0 1 6.742-6.642a8 8 0 0 1 3.014.13a8.14 8.14 0 0 1 6.053 6.446Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonManagedSolutions(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="M30 23h-5v-5h-2v5h-5v2h5v5h2v-5h5z"/><path fill="currentColor" d="m24.127 11.84l1.181.213a5.8 5.8 0 0 1 2.625 1.144A5.42 5.42 0 0 1 29.953 18h2.03a7.5 7.5 0 0 0-6.15-7.885a10.01 10.01 0 0 0-7.94-7.933a10.003 10.003 0 0 0-11.72 7.933A7.506 7.506 0 0 0 .059 18.41A7.684 7.684 0 0 0 7.773 25H14v-2H7.698a5.63 5.63 0 0 1-5.603-4.486a5.506 5.506 0 0 1 4.434-6.43l1.349-.245l.214-1.11a8.21 8.21 0 0 1 6.742-6.642a8 8 0 0 1 3.014.13a8.14 8.14 0 0 1 6.053 6.446Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 23h-5v-5h-2v5h-5v2h5v5h2v-5h5z"/><path fill="currentColor" d="m24.127 11.84l1.181.213a5.8 5.8 0 0 1 2.625 1.144A5.42 5.42 0 0 1 29.953 18h2.03a7.5 7.5 0 0 0-6.15-7.885a10.01 10.01 0 0 0-7.94-7.933a10.003 10.003 0 0 0-11.72 7.933A7.506 7.506 0 0 0 .059 18.41A7.684 7.684 0 0 0 7.773 25H14v-2H7.698a5.63 5.63 0 0 1-5.603-4.486a5.506 5.506 0 0 1 4.434-6.43l1.349-.245l.214-1.11a8.21 8.21 0 0 1 6.742-6.642a8 8 0 0 1 3.014.13a8.14 8.14 0 0 1 6.053 6.446Z"/></svg> </template>
CSS
.icon-managed-solutions {
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%22M30%2023h-5v-5h-2v5h-5v2h5v5h2v-5h5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24.127%2011.84l1.181.213a5.8%205.8%200%200%201%202.625%201.144A5.42%205.42%200%200%201%2029.953%2018h2.03a7.5%207.5%200%200%200-6.15-7.885a10.01%2010.01%200%200%200-7.94-7.933a10.003%2010.003%200%200%200-11.72%207.933A7.506%207.506%200%200%200%20.059%2018.41A7.684%207.684%200%200%200%207.773%2025H14v-2H7.698a5.63%205.63%200%200%201-5.603-4.486a5.506%205.506%200%200%201%204.434-6.43l1.349-.245l.214-1.11a8.21%208.21%200%200%201%206.742-6.642a8%208%200%200%201%203.014.13a8.14%208.14%200%200%201%206.053%206.446Z%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%22M30%2023h-5v-5h-2v5h-5v2h5v5h2v-5h5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24.127%2011.84l1.181.213a5.8%205.8%200%200%201%202.625%201.144A5.42%205.42%200%200%201%2029.953%2018h2.03a7.5%207.5%200%200%200-6.15-7.885a10.01%2010.01%200%200%200-7.94-7.933a10.003%2010.003%200%200%200-11.72%207.933A7.506%207.506%200%200%200%20.059%2018.41A7.684%207.684%200%200%200%207.773%2025H14v-2H7.698a5.63%205.63%200%200%201-5.603-4.486a5.506%205.506%200%200%201%204.434-6.43l1.349-.245l.214-1.11a8.21%208.21%200%200%201%206.742-6.642a8%208%200%200%201%203.014.13a8.14%208.14%200%200%201%206.053%206.446Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/managed-solutions.svg?color=%231a73e8&size=48