readiness-score from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
readiness-score
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
readiness-score-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the readiness score icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.394 20.025q-.688-.025-1.309-.357q-.62-.331-1.172-.97q-.904-1.027-1.408-2.526Q3 14.673 3 13.058q0-1.883.701-3.535t1.926-2.877t2.867-1.935T12 4t3.506.714t2.857 1.934t1.926 2.87T21 13.04q0 1.617-.52 3.109t-1.438 2.566q-.584.661-1.196.985q-.611.324-1.296.324q-.354 0-.688-.084q-.335-.083-.67-.25l-1.4-.7q-.415-.208-.877-.312q-.463-.104-.934-.104q-.49 0-.943.104t-.85.312l-1.38.7q-.36.192-.697.275q-.338.084-.717.059m5.672-5.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1 9.794q.366.344.64.784t.456.941h1.05q-.49-1.796-1.941-2.908T12 7.5T8.683 8.615t-1.948 2.904h1.03q.485-1.369 1.656-2.194T12 8.5q.637 0 1.214.18t1.1.505l-1.853 2.398q-.107-.039-.23-.061T12 11.5q-.633 0-1.066.434q-.434.433-.434 1.066t.434 1.066T12 14.5t1.066-.434"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightReadinessScore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.394 20.025q-.688-.025-1.309-.357q-.62-.331-1.172-.97q-.904-1.027-1.408-2.526Q3 14.673 3 13.058q0-1.883.701-3.535t1.926-2.877t2.867-1.935T12 4t3.506.714t2.857 1.934t1.926 2.87T21 13.04q0 1.617-.52 3.109t-1.438 2.566q-.584.661-1.196.985q-.611.324-1.296.324q-.354 0-.688-.084q-.335-.083-.67-.25l-1.4-.7q-.415-.208-.877-.312q-.463-.104-.934-.104q-.49 0-.943.104t-.85.312l-1.38.7q-.36.192-.697.275q-.338.084-.717.059m5.672-5.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1 9.794q.366.344.64.784t.456.941h1.05q-.49-1.796-1.941-2.908T12 7.5T8.683 8.615t-1.948 2.904h1.03q.485-1.369 1.656-2.194T12 8.5q.637 0 1.214.18t1.1.505l-1.853 2.398q-.107-.039-.23-.061T12 11.5q-.633 0-1.066.434q-.434.433-.434 1.066t.434 1.066T12 14.5t1.066-.434"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.394 20.025q-.688-.025-1.309-.357q-.62-.331-1.172-.97q-.904-1.027-1.408-2.526Q3 14.673 3 13.058q0-1.883.701-3.535t1.926-2.877t2.867-1.935T12 4t3.506.714t2.857 1.934t1.926 2.87T21 13.04q0 1.617-.52 3.109t-1.438 2.566q-.584.661-1.196.985q-.611.324-1.296.324q-.354 0-.688-.084q-.335-.083-.67-.25l-1.4-.7q-.415-.208-.877-.312q-.463-.104-.934-.104q-.49 0-.943.104t-.85.312l-1.38.7q-.36.192-.697.275q-.338.084-.717.059m5.672-5.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1 9.794q.366.344.64.784t.456.941h1.05q-.49-1.796-1.941-2.908T12 7.5T8.683 8.615t-1.948 2.904h1.03q.485-1.369 1.656-2.194T12 8.5q.637 0 1.214.18t1.1.505l-1.853 2.398q-.107-.039-.23-.061T12 11.5q-.633 0-1.066.434q-.434.433-.434 1.066t.434 1.066T12 14.5t1.066-.434"/></svg>
</template>

CSS

.icon-readiness-score {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.394%2020.025q-.688-.025-1.309-.357q-.62-.331-1.172-.97q-.904-1.027-1.408-2.526Q3%2014.673%203%2013.058q0-1.883.701-3.535t1.926-2.877t2.867-1.935T12%204t3.506.714t2.857%201.934t1.926%202.87T21%2013.04q0%201.617-.52%203.109t-1.438%202.566q-.584.661-1.196.985q-.611.324-1.296.324q-.354%200-.688-.084q-.335-.083-.67-.25l-1.4-.7q-.415-.208-.877-.312q-.463-.104-.934-.104q-.49%200-.943.104t-.85.312l-1.38.7q-.36.192-.697.275q-.338.084-.717.059m5.672-5.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1%209.794q.366.344.64.784t.456.941h1.05q-.49-1.796-1.941-2.908T12%207.5T8.683%208.615t-1.948%202.904h1.03q.485-1.369%201.656-2.194T12%208.5q.637%200%201.214.18t1.1.505l-1.853%202.398q-.107-.039-.23-.061T12%2011.5q-.633%200-1.066.434q-.434.433-.434%201.066t.434%201.066T12%2014.5t1.066-.434%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.394%2020.025q-.688-.025-1.309-.357q-.62-.331-1.172-.97q-.904-1.027-1.408-2.526Q3%2014.673%203%2013.058q0-1.883.701-3.535t1.926-2.877t2.867-1.935T12%204t3.506.714t2.857%201.934t1.926%202.87T21%2013.04q0%201.617-.52%203.109t-1.438%202.566q-.584.661-1.196.985q-.611.324-1.296.324q-.354%200-.688-.084q-.335-.083-.67-.25l-1.4-.7q-.415-.208-.877-.312q-.463-.104-.934-.104q-.49%200-.943.104t-.85.312l-1.38.7q-.36.192-.697.275q-.338.084-.717.059m5.672-5.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1%209.794q.366.344.64.784t.456.941h1.05q-.49-1.796-1.941-2.908T12%207.5T8.683%208.615t-1.948%202.904h1.03q.485-1.369%201.656-2.194T12%208.5q.637%200%201.214.18t1.1.505l-1.853%202.398q-.107-.039-.23-.061T12%2011.5q-.633%200-1.066.434q-.434.433-.434%201.066t.434%201.066T12%2014.5t1.066-.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/readiness-score.svg?color=%231a73e8&size=48