storage pool icon
storage-pool from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- storage-pool
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the storage pool icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2M4 4v24h24V4Z"/><path fill="currentColor" d="M17.5 13A3.5 3.5 0 1 1 21 9.5a3.504 3.504 0 0 1-3.5 3.5m0-5A1.5 1.5 0 1 0 19 9.5A1.5 1.5 0 0 0 17.5 8m-3 18a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5m-5-3a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 9.5 18m0-5a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 9.5 13m13 8a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function CarbonStoragePool(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="M28 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2M4 4v24h24V4Z"/><path fill="currentColor" d="M17.5 13A3.5 3.5 0 1 1 21 9.5a3.504 3.504 0 0 1-3.5 3.5m0-5A1.5 1.5 0 1 0 19 9.5A1.5 1.5 0 0 0 17.5 8m-3 18a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5m-5-3a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 9.5 18m0-5a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 9.5 13m13 8a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2M4 4v24h24V4Z"/><path fill="currentColor" d="M17.5 13A3.5 3.5 0 1 1 21 9.5a3.504 3.504 0 0 1-3.5 3.5m0-5A1.5 1.5 0 1 0 19 9.5A1.5 1.5 0 0 0 17.5 8m-3 18a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5m-5-3a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 9.5 18m0-5a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 9.5 13m13 8a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg> </template>
CSS
.icon-storage-pool {
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%22M28%2030H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v24a2%202%200%200%201-2%202M4%204v24h24V4Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2013A3.5%203.5%200%201%201%2021%209.5a3.504%203.504%200%200%201-3.5%203.5m0-5A1.5%201.5%200%201%200%2019%209.5A1.5%201.5%200%200%200%2017.5%208m-3%2018a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5m-5-3a3.5%203.5%200%201%201%203.5-3.5A3.504%203.504%200%200%201%209.5%2018m0-5a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%209.5%2013m13%208a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%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%22M28%2030H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v24a2%202%200%200%201-2%202M4%204v24h24V4Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2013A3.5%203.5%200%201%201%2021%209.5a3.504%203.504%200%200%201-3.5%203.5m0-5A1.5%201.5%200%201%200%2019%209.5A1.5%201.5%200%200%200%2017.5%208m-3%2018a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5m-5-3a3.5%203.5%200%201%201%203.5-3.5A3.504%203.504%200%200%201%209.5%2018m0-5a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%209.5%2013m13%208a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/storage-pool.svg?color=%231a73e8&size=48