All Inclusive icon

All Inclusive is a Google Material Symbol from the Actions category. It's one of the 500 most used Material Symbols. 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

all_inclusive_outlined_fill0_wght400.svg

All Inclusive 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=all_inclusive" />

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

All Inclusive icon in React

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

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

All Inclusive icon in Vue

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

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

All Inclusive icon in Angular

With Angular Material and the font from the HTML tab:

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

All Inclusive 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.all_inclusive, fill: 0, weight: 400)

All Inclusive icon in Android

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

<!-- res/drawable/all_inclusive.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="M5.3 17.5q-2.25 0-3.775-1.637T0 11.95q0-2.25 1.538-3.85T5.3 6.5q.9 0 1.738 .3t1.487 .925l2.325 2.25-1.05 1.05-2.225-2.175q-.45-.45-1.037-.65t-1.238-.2q-1.6 0-2.7 1.163T1.5 11.95q0 1.65 1.088 2.85T5.3 16q.625 0 1.213-.2t1.062-.625l7.9-7.45q.65-.625 1.488-.925t1.712-.3q2.25 0 3.788 1.6T24 11.95q0 2.275-1.537 3.913T18.675 17.5q-.875 0-1.725-.287T15.475 16.3l-2.275-2.25 1.05-1.05 2.175 2.175q.425 .425 1.025 .625t1.225 .2q1.625 0 2.725-1.2t1.1-2.85q0-1.625-1.112-2.787T18.675 8q-.625 0-1.212 .225T16.425 8.875L8.525 16.325q-.65 .6-1.5 .888T5.3 17.5Z" />
</vector>

All Inclusive icon in SVG

npm install @material-symbols/svg-400

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

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

All Inclusive 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

NameAll Inclusive
Ligatureall_inclusive
Code pointU+EB3D
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/all_inclusive.svg, all_inclusive-fill.svg
FlutterSymbols.all_inclusive
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsabstractcompletefullconnectedcyclegloballoopconceptmathcontinuoussustainableuniversal

Related icons