private network icon
private-network from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- private-network
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the private network icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 23v3H8.5C6 26 4 24 4 21.5S6 17 8.5 17H9v-2h-.5C4.9 15 2 17.9 2 21.5S4.9 28 8.5 28H23v3h8v-8zm6 6h-4v-4h4zM23.5 4H9V1H1v8h8V6h14.5C26 6 28 8 28 10.5S26 15 23.5 15H23v2h.5c3.6 0 6.5-2.9 6.5-6.5S27.1 4 23.5 4M7 7H3V3h4zm13 8h-1v-2c0-1.7-1.3-3-3-3s-3 1.3-3 3v2h-1c-.6 0-1 .4-1 1v5c0 .6.4 1 1 1h8c.6 0 1-.4 1-1v-5c0-.6-.4-1-1-1m-5-2c0-.6.4-1 1-1s1 .4 1 1v2h-2zm4 7h-6v-3h6z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPrivateNetwork(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="M23 23v3H8.5C6 26 4 24 4 21.5S6 17 8.5 17H9v-2h-.5C4.9 15 2 17.9 2 21.5S4.9 28 8.5 28H23v3h8v-8zm6 6h-4v-4h4zM23.5 4H9V1H1v8h8V6h14.5C26 6 28 8 28 10.5S26 15 23.5 15H23v2h.5c3.6 0 6.5-2.9 6.5-6.5S27.1 4 23.5 4M7 7H3V3h4zm13 8h-1v-2c0-1.7-1.3-3-3-3s-3 1.3-3 3v2h-1c-.6 0-1 .4-1 1v5c0 .6.4 1 1 1h8c.6 0 1-.4 1-1v-5c0-.6-.4-1-1-1m-5-2c0-.6.4-1 1-1s1 .4 1 1v2h-2zm4 7h-6v-3h6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 23v3H8.5C6 26 4 24 4 21.5S6 17 8.5 17H9v-2h-.5C4.9 15 2 17.9 2 21.5S4.9 28 8.5 28H23v3h8v-8zm6 6h-4v-4h4zM23.5 4H9V1H1v8h8V6h14.5C26 6 28 8 28 10.5S26 15 23.5 15H23v2h.5c3.6 0 6.5-2.9 6.5-6.5S27.1 4 23.5 4M7 7H3V3h4zm13 8h-1v-2c0-1.7-1.3-3-3-3s-3 1.3-3 3v2h-1c-.6 0-1 .4-1 1v5c0 .6.4 1 1 1h8c.6 0 1-.4 1-1v-5c0-.6-.4-1-1-1m-5-2c0-.6.4-1 1-1s1 .4 1 1v2h-2zm4 7h-6v-3h6z"/></svg> </template>
CSS
.icon-private-network {
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%22M23%2023v3H8.5C6%2026%204%2024%204%2021.5S6%2017%208.5%2017H9v-2h-.5C4.9%2015%202%2017.9%202%2021.5S4.9%2028%208.5%2028H23v3h8v-8zm6%206h-4v-4h4zM23.5%204H9V1H1v8h8V6h14.5C26%206%2028%208%2028%2010.5S26%2015%2023.5%2015H23v2h.5c3.6%200%206.5-2.9%206.5-6.5S27.1%204%2023.5%204M7%207H3V3h4zm13%208h-1v-2c0-1.7-1.3-3-3-3s-3%201.3-3%203v2h-1c-.6%200-1%20.4-1%201v5c0%20.6.4%201%201%201h8c.6%200%201-.4%201-1v-5c0-.6-.4-1-1-1m-5-2c0-.6.4-1%201-1s1%20.4%201%201v2h-2zm4%207h-6v-3h6z%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%22M23%2023v3H8.5C6%2026%204%2024%204%2021.5S6%2017%208.5%2017H9v-2h-.5C4.9%2015%202%2017.9%202%2021.5S4.9%2028%208.5%2028H23v3h8v-8zm6%206h-4v-4h4zM23.5%204H9V1H1v8h8V6h14.5C26%206%2028%208%2028%2010.5S26%2015%2023.5%2015H23v2h.5c3.6%200%206.5-2.9%206.5-6.5S27.1%204%2023.5%204M7%207H3V3h4zm13%208h-1v-2c0-1.7-1.3-3-3-3s-3%201.3-3%203v2h-1c-.6%200-1%20.4-1%201v5c0%20.6.4%201%201%201h8c.6%200%201-.4%201-1v-5c0-.6-.4-1-1-1m-5-2c0-.6.4-1%201-1s1%20.4%201%201v2h-2zm4%207h-6v-3h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/private-network.svg?color=%231a73e8&size=48