readiness score icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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.375 21.025q-.9-.025-1.713-.462t-1.537-1.288q-1-1.2-1.562-2.862T2 13q0-2.075.788-3.9t2.137-3.175T8.1 3.788T12 3t3.9.8t3.175 2.175T21.213 9.2T22 13.175q0 1.925-.625 3.6T19.6 19.6q-.7.7-1.475 1.063t-1.575.362q-.45 0-.9-.112t-.9-.338l-1.4-.7q-.3-.15-.638-.225T12 19.575t-.712.075t-.638.225l-1.4.7q-.475.25-.937.363t-.938.087m.05-2q.225 0 .463-.05t.462-.175l1.4-.7q.525-.275 1.088-.4t1.137-.125t1.15.125t1.1.4l1.425.7q.225.125.45.175t.45.05q.475 0 .9-.25t.85-.75q.8-.95 1.25-2.275t.45-2.725q0-3.35-2.325-5.687T12 5T6.325 7.35T4 13.05q0 1.425.462 2.775T5.75 18.1q.425.5.825.713t.85.212m5.988-4.612Q14 13.824 14 13q0-.2-.038-.4t-.112-.4l1.25-1.675q.25.325.438.687t.312.788h2.05q-.375-2.2-2.037-3.6T12 7T8.125 8.413T6.1 12h2.05q.35-1.35 1.425-2.175T12 9q.425 0 .8.075t.725.225l-1.275 1.725q-.05 0-.125-.013T12 11q-.825 0-1.412.588T10 13t.588 1.413T12 15t1.413-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReadinessScoreOutline(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.375 21.025q-.9-.025-1.713-.462t-1.537-1.288q-1-1.2-1.562-2.862T2 13q0-2.075.788-3.9t2.137-3.175T8.1 3.788T12 3t3.9.8t3.175 2.175T21.213 9.2T22 13.175q0 1.925-.625 3.6T19.6 19.6q-.7.7-1.475 1.063t-1.575.362q-.45 0-.9-.112t-.9-.338l-1.4-.7q-.3-.15-.638-.225T12 19.575t-.712.075t-.638.225l-1.4.7q-.475.25-.937.363t-.938.087m.05-2q.225 0 .463-.05t.462-.175l1.4-.7q.525-.275 1.088-.4t1.137-.125t1.15.125t1.1.4l1.425.7q.225.125.45.175t.45.05q.475 0 .9-.25t.85-.75q.8-.95 1.25-2.275t.45-2.725q0-3.35-2.325-5.687T12 5T6.325 7.35T4 13.05q0 1.425.462 2.775T5.75 18.1q.425.5.825.713t.85.212m5.988-4.612Q14 13.824 14 13q0-.2-.038-.4t-.112-.4l1.25-1.675q.25.325.438.687t.312.788h2.05q-.375-2.2-2.037-3.6T12 7T8.125 8.413T6.1 12h2.05q.35-1.35 1.425-2.175T12 9q.425 0 .8.075t.725.225l-1.275 1.725q-.05 0-.125-.013T12 11q-.825 0-1.412.588T10 13t.588 1.413T12 15t1.413-.587"/></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.375 21.025q-.9-.025-1.713-.462t-1.537-1.288q-1-1.2-1.562-2.862T2 13q0-2.075.788-3.9t2.137-3.175T8.1 3.788T12 3t3.9.8t3.175 2.175T21.213 9.2T22 13.175q0 1.925-.625 3.6T19.6 19.6q-.7.7-1.475 1.063t-1.575.362q-.45 0-.9-.112t-.9-.338l-1.4-.7q-.3-.15-.638-.225T12 19.575t-.712.075t-.638.225l-1.4.7q-.475.25-.937.363t-.938.087m.05-2q.225 0 .463-.05t.462-.175l1.4-.7q.525-.275 1.088-.4t1.137-.125t1.15.125t1.1.4l1.425.7q.225.125.45.175t.45.05q.475 0 .9-.25t.85-.75q.8-.95 1.25-2.275t.45-2.725q0-3.35-2.325-5.687T12 5T6.325 7.35T4 13.05q0 1.425.462 2.775T5.75 18.1q.425.5.825.713t.85.212m5.988-4.612Q14 13.824 14 13q0-.2-.038-.4t-.112-.4l1.25-1.675q.25.325.438.687t.312.788h2.05q-.375-2.2-2.037-3.6T12 7T8.125 8.413T6.1 12h2.05q.35-1.35 1.425-2.175T12 9q.425 0 .8.075t.725.225l-1.275 1.725q-.05 0-.125-.013T12 11q-.825 0-1.412.588T10 13t.588 1.413T12 15t1.413-.587"/></svg>
</template>

CSS

.icon-readiness-score-outline {
  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.375%2021.025q-.9-.025-1.713-.462t-1.537-1.288q-1-1.2-1.562-2.862T2%2013q0-2.075.788-3.9t2.137-3.175T8.1%203.788T12%203t3.9.8t3.175%202.175T21.213%209.2T22%2013.175q0%201.925-.625%203.6T19.6%2019.6q-.7.7-1.475%201.063t-1.575.362q-.45%200-.9-.112t-.9-.338l-1.4-.7q-.3-.15-.638-.225T12%2019.575t-.712.075t-.638.225l-1.4.7q-.475.25-.937.363t-.938.087m.05-2q.225%200%20.463-.05t.462-.175l1.4-.7q.525-.275%201.088-.4t1.137-.125t1.15.125t1.1.4l1.425.7q.225.125.45.175t.45.05q.475%200%20.9-.25t.85-.75q.8-.95%201.25-2.275t.45-2.725q0-3.35-2.325-5.687T12%205T6.325%207.35T4%2013.05q0%201.425.462%202.775T5.75%2018.1q.425.5.825.713t.85.212m5.988-4.612Q14%2013.824%2014%2013q0-.2-.038-.4t-.112-.4l1.25-1.675q.25.325.438.687t.312.788h2.05q-.375-2.2-2.037-3.6T12%207T8.125%208.413T6.1%2012h2.05q.35-1.35%201.425-2.175T12%209q.425%200%20.8.075t.725.225l-1.275%201.725q-.05%200-.125-.013T12%2011q-.825%200-1.412.588T10%2013t.588%201.413T12%2015t1.413-.587%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.375%2021.025q-.9-.025-1.713-.462t-1.537-1.288q-1-1.2-1.562-2.862T2%2013q0-2.075.788-3.9t2.137-3.175T8.1%203.788T12%203t3.9.8t3.175%202.175T21.213%209.2T22%2013.175q0%201.925-.625%203.6T19.6%2019.6q-.7.7-1.475%201.063t-1.575.362q-.45%200-.9-.112t-.9-.338l-1.4-.7q-.3-.15-.638-.225T12%2019.575t-.712.075t-.638.225l-1.4.7q-.475.25-.937.363t-.938.087m.05-2q.225%200%20.463-.05t.462-.175l1.4-.7q.525-.275%201.088-.4t1.137-.125t1.15.125t1.1.4l1.425.7q.225.125.45.175t.45.05q.475%200%20.9-.25t.85-.75q.8-.95%201.25-2.275t.45-2.725q0-3.35-2.325-5.687T12%205T6.325%207.35T4%2013.05q0%201.425.462%202.775T5.75%2018.1q.425.5.825.713t.85.212m5.988-4.612Q14%2013.824%2014%2013q0-.2-.038-.4t-.112-.4l1.25-1.675q.25.325.438.687t.312.788h2.05q-.375-2.2-2.037-3.6T12%207T8.125%208.413T6.1%2012h2.05q.35-1.35%201.425-2.175T12%209q.425%200%20.8.075t.725.225l-1.275%201.725q-.05%200-.125-.013T12%2011q-.825%200-1.412.588T10%2013t.588%201.413T12%2015t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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