point of presence icon
point-of-presence from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- point-of-presence
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the point of presence icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 30H18a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2h2v2h-2v10h10V18h-2v-2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2M14 16H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h-2V4H4v10h10v-2h2v2a2 2 0 0 1-2 2"/><path fill="currentColor" d="M26 9a2.993 2.993 0 0 0-5.816-1H9v2h11.184A3 3 0 0 0 22 11.815V23h2V11.816A3 3 0 0 0 26 9m-3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPointOfPresence(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 30H18a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2h2v2h-2v10h10V18h-2v-2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2M14 16H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h-2V4H4v10h10v-2h2v2a2 2 0 0 1-2 2"/><path fill="currentColor" d="M26 9a2.993 2.993 0 0 0-5.816-1H9v2h11.184A3 3 0 0 0 22 11.815V23h2V11.816A3 3 0 0 0 26 9m-3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 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="M28 30H18a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2h2v2h-2v10h10V18h-2v-2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2M14 16H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h-2V4H4v10h10v-2h2v2a2 2 0 0 1-2 2"/><path fill="currentColor" d="M26 9a2.993 2.993 0 0 0-5.816-1H9v2h11.184A3 3 0 0 0 22 11.815V23h2V11.816A3 3 0 0 0 26 9m-3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg> </template>
CSS
.icon-point-of-presence {
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%2030H18a2%202%200%200%201-2-2V18a2%202%200%200%201%202-2h2v2h-2v10h10V18h-2v-2h2a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202M14%2016H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v2h-2V4H4v10h10v-2h2v2a2%202%200%200%201-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%209a2.993%202.993%200%200%200-5.816-1H9v2h11.184A3%203%200%200%200%2022%2011.815V23h2V11.816A3%203%200%200%200%2026%209m-3%201a1%201%200%201%201%201-1a1%201%200%200%201-1%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%22M28%2030H18a2%202%200%200%201-2-2V18a2%202%200%200%201%202-2h2v2h-2v10h10V18h-2v-2h2a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202M14%2016H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v2h-2V4H4v10h10v-2h2v2a2%202%200%200%201-2%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%209a2.993%202.993%200%200%200-5.816-1H9v2h11.184A3%203%200%200%200%2022%2011.815V23h2V11.816A3%203%200%200%200%2026%209m-3%201a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/point-of-presence.svg?color=%231a73e8&size=48