Bring Your Own Ip icon

Bring Your Own Ip is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

bring_your_own_ip_outlined_fill0_wght400.svg

Bring Your Own Ip icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=bring_your_own_ip" />

<span class="material-symbols-outlined">bring_your_own_ip</span>

Bring Your Own Ip icon in React

// With the font from the HTML tab:
export function BringYourOwnIpIcon() {
  return (
    <span className="material-symbols-outlined">
      bring_your_own_ip
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import BringYourOwnIpIcon from "@material-symbols/svg-400/outlined/bring_your_own_ip.svg?react";

Bring Your Own Ip icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">bring_your_own_ip</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import BringYourOwnIpIcon from "@material-symbols/svg-400/outlined/bring_your_own_ip.svg?component"; -->

Bring Your Own Ip icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">bring_your_own_ip</mat-icon>

Bring Your Own Ip icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.bring_your_own_ip, fill: 0, weight: 400)

Bring Your Own Ip icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/bring_your_own_ip.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.1 21.213q-1.825-.788-3.175-2.146-1.35-1.358-2.137-3.194Q2 14.037 2 11.95q0-2.069 .788-3.888Q3.575 6.242 4.925 4.896T8.1 2.775q1.825-.775 3.9-.775 .575 0 1.125 .063t1.125 .187v1.5q-.575-.125-1.125-.187t-1.125-.063q-1.05 .875-1.55 2.15t-.85 2.6h4.65v1.5H9.325q-.075 .55-.112 1.1t-.038 1.1q0 .569 .038 1.138T9.325 14.225h5.365q.085-.575 .123-1.137t.037-1.125q0-.563-.037-1.113t-.113-1.1h1.525q.063 .55 .094 1.1t.031 1.1q0 .567-.05 1.133-.05 .567-.1 1.142h4.006q.147-.57 .22-1.14 .074-.57 .074-1.14t-.075-1.112q-.075-.541-.225-1.083h1.575q.125 .55 .175 1.087t.05 1.113q0 2.087-.787 3.923Q20.425 17.709 19.075 19.067 17.725 20.425 15.9 21.213 14.075 22 12 22t-3.9-.787ZM3.793 14.225H7.775q-.05-.569-.075-1.137t-.025-1.138q0-.55 .031-1.1t.094-1.1H3.795q-.148 .542-.221 1.083Q3.5 11.375 3.5 11.945q0 .57 .073 1.14t.22 1.14ZM9.875 20.25q-.675-1.05-1.112-2.187T8.04 15.725H4.3q.875 1.65 2.338 2.788T9.875 20.25ZM4.3 8.25h3.775q.25-1.2 .688-2.325t1.087-2.15q-1.825 .45-3.275 1.625t-2.275 2.85Zm7.7 12.3q.95-.975 1.525-2.225t.9-2.6H9.6q.3 1.35 .875 2.588t1.525 2.237Zm2.15-.325q1.775-.55 3.225-1.7t2.325-2.8H15.984Q15.7 16.925 15.263 18.063T14.15 20.225Zm2.35-12.725v-5.5h5.5v5.5H16.5Zm2.5-2.5h2.5v-2.5H19v2.5Z" />
</vector>

Bring Your Own Ip icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/bring_your_own_ip.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/bring_your_own_ip.svg" width="24" height="24" alt="Bring Your Own Ip">

Bring Your Own Ip icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameBring Your Own Ip
Ligaturebring_your_own_ip
Code pointU+E016
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bring_your_own_ip.svg, bring_your_own_ip-fill.svg
FlutterSymbols.bring_your_own_ip
LicenseApache License 2.0 (© Google LLC)

Keywords

socialnetworkconnectioninternetinputboxmovecomputerstorageconfigurationtransferuploaddownload

Related icons