Readiness Score icon

Readiness Score is a Google Material Symbol from the Activities 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

readiness_score_outlined_fill0_wght400.svg

Readiness Score 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=readiness_score" />

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

Readiness Score icon in React

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

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

Readiness Score icon in Vue

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

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

Readiness Score icon in Angular

With Angular Material and the font from the HTML tab:

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

Readiness Score 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.readiness_score, fill: 0, weight: 400)

Readiness Score icon in Android

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

<!-- res/drawable/readiness_score.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="M7.375 21.025q-.9-.025-1.712-.462T4.125 19.275q-1-1.2-1.562-2.862T2 13q0-2.075 .788-3.9T4.925 5.925q1.35-1.35 3.175-2.137T12 3q2.075 0 3.9 .788T19.075 5.95q1.35 1.375 2.138 3.225T22 13.15q0 1.875-.6 3.55t-1.725 2.825q-.725 .75-1.512 1.125T16.55 21.025q-.45 0-.9-.112T14.75 20.575l-1.4-.7q-.325-.175-.662-.25t-.688-.075q-.35 0-.687 .075T10.65 19.875l-1.4 .7q-.475 .25-.937 .363T7.375 21.025Zm.075-1.5q.275 0 .563-.075t.562-.2l1.4-.7q.475-.225 .975-.35t1.025-.125q.525 0 1.025 .113t1 .362l1.425 .7q.275 .125 .55 .2t.55 .075q.575 0 1.113-.275t1.037-.825q.875-.95 1.35-2.337T20.5 13.15q0-3.65-2.462-6.15T12 4.5q-3.575 0-6.037 2.525T3.5 13.2q0 1.575 .475 2.938t1.35 2.312q.5 .55 1.025 .813t1.1 .262Zm4.55-7.525Zm1.238 2.238Q13.75 13.725 13.75 13q0-.2-.037-.4t-.138-.375l1.6-2.05q.3 .35 .525 .738t.35 .837h1.55q-.45-1.975-2.012-3.237T12 7.25q-2.025 0-3.6 1.263T6.4 11.75h1.55q.425-1.35 1.538-2.175T12 8.75q.525 0 1.038 .125t.962 .375l-1.6 2.05q-.1-.025-.2-.037t-.2-.013q-.725 0-1.237 .513T10.25 13q0 .725 .513 1.238T12 14.75q.725 0 1.238-.512Z" />
</vector>

Readiness Score icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/readiness_score.svg" width="24" height="24" alt="Readiness Score">

Readiness Score 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

NameReadiness Score
Ligaturereadiness_score
Code pointU+F6DD
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/readiness_score.svg, readiness_score-fill.svg
FlutterSymbols.readiness_score
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiesvideostatushealthprogresslevelmusicspeedperformancecontrolsmotionmeterfitness

Related icons