network public icon
network-public from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- network-public
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the network public icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 13c-4.7 0-8.5 3.8-8.5 8.5s3.8 8.5 8.5 8.5s8.5-3.8 8.5-8.5s-3.8-8.5-8.5-8.5m6.5 8h-3c0-2-.3-4-.9-5.5c2.1 1 3.7 3 3.9 5.5m-6.5 7c-.4-.2-1.3-1.8-1.5-5h2.9c-.2 3.2-1 4.8-1.4 5M21 21c.1-3.8 1.1-5.8 1.4-6c.4.2 1.4 2.2 1.5 6zm-1.1-5.5c-.6 1.5-.8 3.5-.9 5.5h-3c.2-2.5 1.8-4.5 3.9-5.5M16.2 23H19c.1 1.6.4 3.2.9 4.5c-1.8-.8-3.2-2.5-3.7-4.5m8.9 4.5q.75-1.95.9-4.5h2.9c-.6 2-2 3.7-3.8 4.5"/><path fill="currentColor" d="M25.8 10c-.9-4.6-5-8-9.8-8s-8.9 3.4-9.8 8.1c-3.5.7-6.2 3.7-6.2 7.4C0 21.6 3.4 25 7.5 25H11v-2H7.5c-3 0-5.5-2.5-5.5-5.5c0-2.9 2.2-5.3 5.1-5.5H8v-.9c.5-4 3.9-7.1 8-7.1c3.7 0 6.8 2.6 7.7 6z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonNetworkPublic(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="M22.5 13c-4.7 0-8.5 3.8-8.5 8.5s3.8 8.5 8.5 8.5s8.5-3.8 8.5-8.5s-3.8-8.5-8.5-8.5m6.5 8h-3c0-2-.3-4-.9-5.5c2.1 1 3.7 3 3.9 5.5m-6.5 7c-.4-.2-1.3-1.8-1.5-5h2.9c-.2 3.2-1 4.8-1.4 5M21 21c.1-3.8 1.1-5.8 1.4-6c.4.2 1.4 2.2 1.5 6zm-1.1-5.5c-.6 1.5-.8 3.5-.9 5.5h-3c.2-2.5 1.8-4.5 3.9-5.5M16.2 23H19c.1 1.6.4 3.2.9 4.5c-1.8-.8-3.2-2.5-3.7-4.5m8.9 4.5q.75-1.95.9-4.5h2.9c-.6 2-2 3.7-3.8 4.5"/><path fill="currentColor" d="M25.8 10c-.9-4.6-5-8-9.8-8s-8.9 3.4-9.8 8.1c-3.5.7-6.2 3.7-6.2 7.4C0 21.6 3.4 25 7.5 25H11v-2H7.5c-3 0-5.5-2.5-5.5-5.5c0-2.9 2.2-5.3 5.1-5.5H8v-.9c.5-4 3.9-7.1 8-7.1c3.7 0 6.8 2.6 7.7 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 13c-4.7 0-8.5 3.8-8.5 8.5s3.8 8.5 8.5 8.5s8.5-3.8 8.5-8.5s-3.8-8.5-8.5-8.5m6.5 8h-3c0-2-.3-4-.9-5.5c2.1 1 3.7 3 3.9 5.5m-6.5 7c-.4-.2-1.3-1.8-1.5-5h2.9c-.2 3.2-1 4.8-1.4 5M21 21c.1-3.8 1.1-5.8 1.4-6c.4.2 1.4 2.2 1.5 6zm-1.1-5.5c-.6 1.5-.8 3.5-.9 5.5h-3c.2-2.5 1.8-4.5 3.9-5.5M16.2 23H19c.1 1.6.4 3.2.9 4.5c-1.8-.8-3.2-2.5-3.7-4.5m8.9 4.5q.75-1.95.9-4.5h2.9c-.6 2-2 3.7-3.8 4.5"/><path fill="currentColor" d="M25.8 10c-.9-4.6-5-8-9.8-8s-8.9 3.4-9.8 8.1c-3.5.7-6.2 3.7-6.2 7.4C0 21.6 3.4 25 7.5 25H11v-2H7.5c-3 0-5.5-2.5-5.5-5.5c0-2.9 2.2-5.3 5.1-5.5H8v-.9c.5-4 3.9-7.1 8-7.1c3.7 0 6.8 2.6 7.7 6z"/></svg> </template>
CSS
.icon-network-public {
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%22M22.5%2013c-4.7%200-8.5%203.8-8.5%208.5s3.8%208.5%208.5%208.5s8.5-3.8%208.5-8.5s-3.8-8.5-8.5-8.5m6.5%208h-3c0-2-.3-4-.9-5.5c2.1%201%203.7%203%203.9%205.5m-6.5%207c-.4-.2-1.3-1.8-1.5-5h2.9c-.2%203.2-1%204.8-1.4%205M21%2021c.1-3.8%201.1-5.8%201.4-6c.4.2%201.4%202.2%201.5%206zm-1.1-5.5c-.6%201.5-.8%203.5-.9%205.5h-3c.2-2.5%201.8-4.5%203.9-5.5M16.2%2023H19c.1%201.6.4%203.2.9%204.5c-1.8-.8-3.2-2.5-3.7-4.5m8.9%204.5q.75-1.95.9-4.5h2.9c-.6%202-2%203.7-3.8%204.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.8%2010c-.9-4.6-5-8-9.8-8s-8.9%203.4-9.8%208.1c-3.5.7-6.2%203.7-6.2%207.4C0%2021.6%203.4%2025%207.5%2025H11v-2H7.5c-3%200-5.5-2.5-5.5-5.5c0-2.9%202.2-5.3%205.1-5.5H8v-.9c.5-4%203.9-7.1%208-7.1c3.7%200%206.8%202.6%207.7%206z%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%22M22.5%2013c-4.7%200-8.5%203.8-8.5%208.5s3.8%208.5%208.5%208.5s8.5-3.8%208.5-8.5s-3.8-8.5-8.5-8.5m6.5%208h-3c0-2-.3-4-.9-5.5c2.1%201%203.7%203%203.9%205.5m-6.5%207c-.4-.2-1.3-1.8-1.5-5h2.9c-.2%203.2-1%204.8-1.4%205M21%2021c.1-3.8%201.1-5.8%201.4-6c.4.2%201.4%202.2%201.5%206zm-1.1-5.5c-.6%201.5-.8%203.5-.9%205.5h-3c.2-2.5%201.8-4.5%203.9-5.5M16.2%2023H19c.1%201.6.4%203.2.9%204.5c-1.8-.8-3.2-2.5-3.7-4.5m8.9%204.5q.75-1.95.9-4.5h2.9c-.6%202-2%203.7-3.8%204.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.8%2010c-.9-4.6-5-8-9.8-8s-8.9%203.4-9.8%208.1c-3.5.7-6.2%203.7-6.2%207.4C0%2021.6%203.4%2025%207.5%2025H11v-2H7.5c-3%200-5.5-2.5-5.5-5.5c0-2.9%202.2-5.3%205.1-5.5H8v-.9c.5-4%203.9-7.1%208-7.1c3.7%200%206.8%202.6%207.7%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/network-public.svg?color=%231a73e8&size=48