credit score icon
credit-score-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- credit-score-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the credit score icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.175q0 .35-.238.588t-.587.237q-.75 0-1.475.138t-1.25.662l-3.5 3.525l-.75-.725q-.875-.875-2.1-.862t-2.1.887q-.8.8-.888 1.738t.388 1.812q.15.275.013.55T9.1 20zM4 8v4h16V8zm10.95 11.15l4.925-4.925q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-5.65 5.65q-.15.15-.325.225t-.375.075t-.375-.075t-.325-.225l-2.85-2.85q-.275-.275-.288-.687t.288-.713q.275-.275.688-.275t.712.275z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCreditScoreRounded(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="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.175q0 .35-.238.588t-.587.237q-.75 0-1.475.138t-1.25.662l-3.5 3.525l-.75-.725q-.875-.875-2.1-.862t-2.1.887q-.8.8-.888 1.738t.388 1.812q.15.275.013.55T9.1 20zM4 8v4h16V8zm10.95 11.15l4.925-4.925q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-5.65 5.65q-.15.15-.325.225t-.375.075t-.375-.075t-.325-.225l-2.85-2.85q-.275-.275-.288-.687t.288-.713q.275-.275.688-.275t.712.275z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.175q0 .35-.238.588t-.587.237q-.75 0-1.475.138t-1.25.662l-3.5 3.525l-.75-.725q-.875-.875-2.1-.862t-2.1.887q-.8.8-.888 1.738t.388 1.812q.15.275.013.55T9.1 20zM4 8v4h16V8zm10.95 11.15l4.925-4.925q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-5.65 5.65q-.15.15-.325.225t-.375.075t-.375-.075t-.325-.225l-2.85-2.85q-.275-.275-.288-.687t.288-.713q.275-.275.688-.275t.712.275z"/></svg> </template>
CSS
.icon-credit-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%22M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v5.175q0%20.35-.238.588t-.587.237q-.75%200-1.475.138t-1.25.662l-3.5%203.525l-.75-.725q-.875-.875-2.1-.862t-2.1.887q-.8.8-.888%201.738t.388%201.812q.15.275.013.55T9.1%2020zM4%208v4h16V8zm10.95%2011.15l4.925-4.925q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-5.65%205.65q-.15.15-.325.225t-.375.075t-.375-.075t-.325-.225l-2.85-2.85q-.275-.275-.288-.687t.288-.713q.275-.275.688-.275t.712.275z%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%22M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v5.175q0%20.35-.238.588t-.587.237q-.75%200-1.475.138t-1.25.662l-3.5%203.525l-.75-.725q-.875-.875-2.1-.862t-2.1.887q-.8.8-.888%201.738t.388%201.812q.15.275.013.55T9.1%2020zM4%208v4h16V8zm10.95%2011.15l4.925-4.925q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-5.65%205.65q-.15.15-.325.225t-.375.075t-.375-.075t-.325-.225l-2.85-2.85q-.275-.275-.288-.687t.288-.713q.275-.275.688-.275t.712.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/credit-score-rounded.svg?color=%231a73e8&size=48