Disc Full icon

Disc Full is a Google Material Symbol from the Hardware 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

disc_full_outlined_fill0_wght400.svg

Disc Full 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=disc_full" />

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

Disc Full icon in React

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

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

Disc Full icon in Vue

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

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

Disc Full icon in Angular

With Angular Material and the font from the HTML tab:

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

Disc Full 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.disc_full, fill: 0, weight: 400)

Disc Full icon in Android

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

<!-- res/drawable/disc_full.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="M14.963 15.01q1.237-1.241 1.237-3.013T14.96 8.988Q13.719 7.75 11.947 7.75T8.938 8.991Q7.7 10.231 7.7 12.003t1.241 3.01q1.24 1.237 3.012 1.237t3.01-1.24Zm-3.725-2.297Q10.95 12.425 10.95 12t.288-.712Q11.525 11 11.95 11t.713 .288Q12.95 11.575 12.95 12t-.287 .713Q12.375 13 11.95 13t-.712-.287ZM11.95 22q-2.075 0-3.9-.787T4.875 19.075q-1.35-1.35-2.137-3.175T1.95 12q0-2.075 .788-3.9T4.875 4.925q1.35-1.35 3.175-2.137T11.95 2q3.2 0 5.788 1.825T21.45 8.65h-1.625q-1.125-2.3-3.225-3.725t-4.65-1.425q-3.559 0-6.03 2.475Q3.45 8.45 3.45 12t2.47 6.025q2.471 2.475 6.03 2.475 2.025 0 3.838-.912T18.925 17.1v2.075q-1.425 1.35-3.225 2.088T11.95 22Zm8.475-3.675v-8.175h1.5v8.175h-1.5Zm.238 3.263q-.238-.237-.238-.587t.237-.588q.237-.238 .588-.238t.588 .237q.237 .237 .237 .588t-.237 .588q-.237 .237-.587 .237t-.588-.237ZM11.7 11.775Z" />
</vector>

Disc Full icon in SVG

npm install @material-symbols/svg-400

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

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

Disc Full 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

NameDisc Full
Ligaturedisc_full
Code pointU+E610
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/disc_full.svg, disc_full-fill.svg
FlutterSymbols.disc_full
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaremediaalertfiledigitalmarkaudiowarningnotificationsoundcomputerentertainmentmusic

Related icons