readiness score icon
readiness-score-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- readiness-score-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
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.059m.031-1q.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 .91-.25q.434-.25.86-.75q.8-.95 1.24-2.275t.44-2.744q0-3.35-2.325-5.678T12 5T6.325 7.35T4 13.05q0 1.425.472 2.775T5.75 18.1q.425.5.825.713t.85.212m5.641-4.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1 9.794q.39.37.671.8t.425.925q.068.189.202.325q.135.137.323.137q.27 0 .403-.226q.134-.226.047-.501q-.558-1.679-1.98-2.716Q13.767 7.5 12 7.5q-1.773 0-3.203 1.038q-1.43 1.037-1.987 2.716q-.087.275.056.5t.394.227q.188 0 .313-.137t.193-.325q.446-1.363 1.614-2.191T12 8.5q.612 0 1.201.18t1.113.505l-1.852 2.398q-.108-.039-.231-.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 MaterialSymbolsLightReadinessScoreOutlineRounded(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.059m.031-1q.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 .91-.25q.434-.25.86-.75q.8-.95 1.24-2.275t.44-2.744q0-3.35-2.325-5.678T12 5T6.325 7.35T4 13.05q0 1.425.472 2.775T5.75 18.1q.425.5.825.713t.85.212m5.641-4.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1 9.794q.39.37.671.8t.425.925q.068.189.202.325q.135.137.323.137q.27 0 .403-.226q.134-.226.047-.501q-.558-1.679-1.98-2.716Q13.767 7.5 12 7.5q-1.773 0-3.203 1.038q-1.43 1.037-1.987 2.716q-.087.275.056.5t.394.227q.188 0 .313-.137t.193-.325q.446-1.363 1.614-2.191T12 8.5q.612 0 1.201.18t1.113.505l-1.852 2.398q-.108-.039-.231-.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.059m.031-1q.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 .91-.25q.434-.25.86-.75q.8-.95 1.24-2.275t.44-2.744q0-3.35-2.325-5.678T12 5T6.325 7.35T4 13.05q0 1.425.472 2.775T5.75 18.1q.425.5.825.713t.85.212m5.641-4.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1 9.794q.39.37.671.8t.425.925q.068.189.202.325q.135.137.323.137q.27 0 .403-.226q.134-.226.047-.501q-.558-1.679-1.98-2.716Q13.767 7.5 12 7.5q-1.773 0-3.203 1.038q-1.43 1.037-1.987 2.716q-.087.275.056.5t.394.227q.188 0 .313-.137t.193-.325q.446-1.363 1.614-2.191T12 8.5q.612 0 1.201.18t1.113.505l-1.852 2.398q-.108-.039-.231-.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-outline-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.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.059m.031-1q.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.91-.25q.434-.25.86-.75q.8-.95%201.24-2.275t.44-2.744q0-3.35-2.325-5.678T12%205T6.325%207.35T4%2013.05q0%201.425.472%202.775T5.75%2018.1q.425.5.825.713t.85.212m5.641-4.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1%209.794q.39.37.671.8t.425.925q.068.189.202.325q.135.137.323.137q.27%200%20.403-.226q.134-.226.047-.501q-.558-1.679-1.98-2.716Q13.767%207.5%2012%207.5q-1.773%200-3.203%201.038q-1.43%201.037-1.987%202.716q-.087.275.056.5t.394.227q.188%200%20.313-.137t.193-.325q.446-1.363%201.614-2.191T12%208.5q.612%200%201.201.18t1.113.505l-1.852%202.398q-.108-.039-.231-.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.059m.031-1q.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.91-.25q.434-.25.86-.75q.8-.95%201.24-2.275t.44-2.744q0-3.35-2.325-5.678T12%205T6.325%207.35T4%2013.05q0%201.425.472%202.775T5.75%2018.1q.425.5.825.713t.85.212m5.641-4.959q.434-.433.434-1.066q0-.22-.066-.429q-.067-.21-.18-.39L15.1%209.794q.39.37.671.8t.425.925q.068.189.202.325q.135.137.323.137q.27%200%20.403-.226q.134-.226.047-.501q-.558-1.679-1.98-2.716Q13.767%207.5%2012%207.5q-1.773%200-3.203%201.038q-1.43%201.037-1.987%202.716q-.087.275.056.5t.394.227q.188%200%20.313-.137t.193-.325q.446-1.363%201.614-2.191T12%208.5q.612%200%201.201.18t1.113.505l-1.852%202.398q-.108-.039-.231-.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-outline-rounded.svg?color=%231a73e8&size=48