network interface icon
network-interface from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- network-interface
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the network interface icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 18h-2V6H13V4h13c1.103 0 2 .897 2 2zM18 28H6c-1.103 0-2-.897-2-2V13h2v13h12zm8-7l-1.793 1.793l-5.508-5.508c.187-.39.3-.823.3-1.285c0-1.654-1.345-3-3-3a2.96 2.96 0 0 0-1.284.3L9.433 8.02C9.784 7.423 10 6.74 10 6c0-2.205-1.794-4-4-4S2 3.794 2 6s1.794 4 4 4c.74 0 1.424-.215 2.019-.567l5.282 5.282c-.188.39-.301.823-.301 1.285c0 1.654 1.346 3 3 3a2.96 2.96 0 0 0 1.285-.3l5.508 5.507L21 26l5 5l5-5zM4 6c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m11 10c0-.551.449-1 1-1s1 .449 1 1s-.448 1-1 1s-1-.449-1-1m8.829 10L26 23.829L28.171 26L26 28.171z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonNetworkInterface(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 18h-2V6H13V4h13c1.103 0 2 .897 2 2zM18 28H6c-1.103 0-2-.897-2-2V13h2v13h12zm8-7l-1.793 1.793l-5.508-5.508c.187-.39.3-.823.3-1.285c0-1.654-1.345-3-3-3a2.96 2.96 0 0 0-1.284.3L9.433 8.02C9.784 7.423 10 6.74 10 6c0-2.205-1.794-4-4-4S2 3.794 2 6s1.794 4 4 4c.74 0 1.424-.215 2.019-.567l5.282 5.282c-.188.39-.301.823-.301 1.285c0 1.654 1.346 3 3 3a2.96 2.96 0 0 0 1.285-.3l5.508 5.507L21 26l5 5l5-5zM4 6c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m11 10c0-.551.449-1 1-1s1 .449 1 1s-.448 1-1 1s-1-.449-1-1m8.829 10L26 23.829L28.171 26L26 28.171z"/></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 18h-2V6H13V4h13c1.103 0 2 .897 2 2zM18 28H6c-1.103 0-2-.897-2-2V13h2v13h12zm8-7l-1.793 1.793l-5.508-5.508c.187-.39.3-.823.3-1.285c0-1.654-1.345-3-3-3a2.96 2.96 0 0 0-1.284.3L9.433 8.02C9.784 7.423 10 6.74 10 6c0-2.205-1.794-4-4-4S2 3.794 2 6s1.794 4 4 4c.74 0 1.424-.215 2.019-.567l5.282 5.282c-.188.39-.301.823-.301 1.285c0 1.654 1.346 3 3 3a2.96 2.96 0 0 0 1.285-.3l5.508 5.507L21 26l5 5l5-5zM4 6c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m11 10c0-.551.449-1 1-1s1 .449 1 1s-.448 1-1 1s-1-.449-1-1m8.829 10L26 23.829L28.171 26L26 28.171z"/></svg> </template>
CSS
.icon-network-interface {
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%2018h-2V6H13V4h13c1.103%200%202%20.897%202%202zM18%2028H6c-1.103%200-2-.897-2-2V13h2v13h12zm8-7l-1.793%201.793l-5.508-5.508c.187-.39.3-.823.3-1.285c0-1.654-1.345-3-3-3a2.96%202.96%200%200%200-1.284.3L9.433%208.02C9.784%207.423%2010%206.74%2010%206c0-2.205-1.794-4-4-4S2%203.794%202%206s1.794%204%204%204c.74%200%201.424-.215%202.019-.567l5.282%205.282c-.188.39-.301.823-.301%201.285c0%201.654%201.346%203%203%203a2.96%202.96%200%200%200%201.285-.3l5.508%205.507L21%2026l5%205l5-5zM4%206c0-1.102.897-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2m11%2010c0-.551.449-1%201-1s1%20.449%201%201s-.448%201-1%201s-1-.449-1-1m8.829%2010L26%2023.829L28.171%2026L26%2028.171z%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%2018h-2V6H13V4h13c1.103%200%202%20.897%202%202zM18%2028H6c-1.103%200-2-.897-2-2V13h2v13h12zm8-7l-1.793%201.793l-5.508-5.508c.187-.39.3-.823.3-1.285c0-1.654-1.345-3-3-3a2.96%202.96%200%200%200-1.284.3L9.433%208.02C9.784%207.423%2010%206.74%2010%206c0-2.205-1.794-4-4-4S2%203.794%202%206s1.794%204%204%204c.74%200%201.424-.215%202.019-.567l5.282%205.282c-.188.39-.301.823-.301%201.285c0%201.654%201.346%203%203%203a2.96%202.96%200%200%200%201.285-.3l5.508%205.507L21%2026l5%205l5-5zM4%206c0-1.102.897-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2m11%2010c0-.551.449-1%201-1s1%20.449%201%201s-.448%201-1%201s-1-.449-1-1m8.829%2010L26%2023.829L28.171%2026L26%2028.171z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/network-interface.svg?color=%231a73e8&size=48