round-grade from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-grade
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round grade icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 17.27l5.17 3.12c.38.23.85-.11.75-.54l-1.37-5.88l4.56-3.95c.33-.29.16-.84-.29-.88l-6.01-.51l-2.35-5.54a.498.498 0 0 0-.92 0L9.19 8.63l-6.01.51a.5.5 0 0 0-.28.88l4.56 3.95l-1.37 5.88c-.1.43.37.77.75.54z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundGrade(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="m12 17.27l5.17 3.12c.38.23.85-.11.75-.54l-1.37-5.88l4.56-3.95c.33-.29.16-.84-.29-.88l-6.01-.51l-2.35-5.54a.498.498 0 0 0-.92 0L9.19 8.63l-6.01.51a.5.5 0 0 0-.28.88l4.56 3.95l-1.37 5.88c-.1.43.37.77.75.54z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 17.27l5.17 3.12c.38.23.85-.11.75-.54l-1.37-5.88l4.56-3.95c.33-.29.16-.84-.29-.88l-6.01-.51l-2.35-5.54a.498.498 0 0 0-.92 0L9.19 8.63l-6.01.51a.5.5 0 0 0-.28.88l4.56 3.95l-1.37 5.88c-.1.43.37.77.75.54z"/></svg>
</template>

CSS

.icon-round-grade {
  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%22m12%2017.27l5.17%203.12c.38.23.85-.11.75-.54l-1.37-5.88l4.56-3.95c.33-.29.16-.84-.29-.88l-6.01-.51l-2.35-5.54a.498.498%200%200%200-.92%200L9.19%208.63l-6.01.51a.5.5%200%200%200-.28.88l4.56%203.95l-1.37%205.88c-.1.43.37.77.75.54z%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%22m12%2017.27l5.17%203.12c.38.23.85-.11.75-.54l-1.37-5.88l4.56-3.95c.33-.29.16-.84-.29-.88l-6.01-.51l-2.35-5.54a.498.498%200%200%200-.92%200L9.19%208.63l-6.01.51a.5.5%200%200%200-.28.88l4.56%203.95l-1.37%205.88c-.1.43.37.77.75.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-grade.svg?color=%231a73e8&size=48