readiness score icon

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

Name
readiness-score-rounded
Set
Material Symbols
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

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.087m6.038-6.612Q14 13.825 14 13q0-.2-.038-.4t-.112-.4l1.25-1.675q.275.35.45.712t.3.763t.375.7t.65.3q.5 0 .788-.438t.162-.962q-.5-2.025-2.125-3.312T12 7Q9.9 7 8.287 8.288T6.176 11.6q-.125.525.163.963t.787.437q.4 0 .65-.3t.375-.7q.35-1.325 1.413-2.162T12 9q.4 0 .788.075t.737.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 MaterialSymbolsReadinessScoreRounded(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.087m6.038-6.612Q14 13.825 14 13q0-.2-.038-.4t-.112-.4l1.25-1.675q.275.35.45.712t.3.763t.375.7t.65.3q.5 0 .788-.438t.162-.962q-.5-2.025-2.125-3.312T12 7Q9.9 7 8.287 8.288T6.176 11.6q-.125.525.163.963t.787.437q.4 0 .65-.3t.375-.7q.35-1.325 1.413-2.162T12 9q.4 0 .788.075t.737.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.087m6.038-6.612Q14 13.825 14 13q0-.2-.038-.4t-.112-.4l1.25-1.675q.275.35.45.712t.3.763t.375.7t.65.3q.5 0 .788-.438t.162-.962q-.5-2.025-2.125-3.312T12 7Q9.9 7 8.287 8.288T6.176 11.6q-.125.525.163.963t.787.437q.4 0 .65-.3t.375-.7q.35-1.325 1.413-2.162T12 9q.4 0 .788.075t.737.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-rounded {
  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.087m6.038-6.612Q14%2013.825%2014%2013q0-.2-.038-.4t-.112-.4l1.25-1.675q.275.35.45.712t.3.763t.375.7t.65.3q.5%200%20.788-.438t.162-.962q-.5-2.025-2.125-3.312T12%207Q9.9%207%208.287%208.288T6.176%2011.6q-.125.525.163.963t.787.437q.4%200%20.65-.3t.375-.7q.35-1.325%201.413-2.162T12%209q.4%200%20.788.075t.737.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.087m6.038-6.612Q14%2013.825%2014%2013q0-.2-.038-.4t-.112-.4l1.25-1.675q.275.35.45.712t.3.763t.375.7t.65.3q.5%200%20.788-.438t.162-.962q-.5-2.025-2.125-3.312T12%207Q9.9%207%208.287%208.288T6.176%2011.6q-.125.525.163.963t.787.437q.4%200%20.65-.3t.375-.7q.35-1.325%201.413-2.162T12%209q.4%200%20.788.075t.737.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-rounded.svg?color=%231a73e8&size=48