grade-outline-rounded from Material Symbols by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.

Name
grade-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols

Use the 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 12.775ZM7.05 21.05q-.275.225-.587.025t-.188-.55L8.15 14.4l-4.875-3.5q-.3-.2-.187-.55T3.55 10H9.6l1.925-6.4q.05-.2.188-.275T12 3.25q.15 0 .288.075t.187.275L14.4 10h6.05q.35 0 .463.35t-.188.55l-4.875 3.5l1.875 6.125q.125.35-.188.55t-.587-.025L12 17.3l-4.95 3.75Zm2.55-4.4L12 14.8l2.4 1.85l-.9-3.05l2.25-1.6h-2.8L12 8.9l-.95 3.1h-2.8l2.25 1.6l-.9 3.05Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGradeOutlineRounded(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 12.775ZM7.05 21.05q-.275.225-.587.025t-.188-.55L8.15 14.4l-4.875-3.5q-.3-.2-.187-.55T3.55 10H9.6l1.925-6.4q.05-.2.188-.275T12 3.25q.15 0 .288.075t.187.275L14.4 10h6.05q.35 0 .463.35t-.188.55l-4.875 3.5l1.875 6.125q.125.35-.188.55t-.587-.025L12 17.3l-4.95 3.75Zm2.55-4.4L12 14.8l2.4 1.85l-.9-3.05l2.25-1.6h-2.8L12 8.9l-.95 3.1h-2.8l2.25 1.6l-.9 3.05Z"/></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 12.775ZM7.05 21.05q-.275.225-.587.025t-.188-.55L8.15 14.4l-4.875-3.5q-.3-.2-.187-.55T3.55 10H9.6l1.925-6.4q.05-.2.188-.275T12 3.25q.15 0 .288.075t.187.275L14.4 10h6.05q.35 0 .463.35t-.188.55l-4.875 3.5l1.875 6.125q.125.35-.188.55t-.587-.025L12 17.3l-4.95 3.75Zm2.55-4.4L12 14.8l2.4 1.85l-.9-3.05l2.25-1.6h-2.8L12 8.9l-.95 3.1h-2.8l2.25 1.6l-.9 3.05Z"/></svg>
</template>

CSS

.icon-grade-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%22M12%2012.775ZM7.05%2021.05q-.275.225-.587.025t-.188-.55L8.15%2014.4l-4.875-3.5q-.3-.2-.187-.55T3.55%2010H9.6l1.925-6.4q.05-.2.188-.275T12%203.25q.15%200%20.288.075t.187.275L14.4%2010h6.05q.35%200%20.463.35t-.188.55l-4.875%203.5l1.875%206.125q.125.35-.188.55t-.587-.025L12%2017.3l-4.95%203.75Zm2.55-4.4L12%2014.8l2.4%201.85l-.9-3.05l2.25-1.6h-2.8L12%208.9l-.95%203.1h-2.8l2.25%201.6l-.9%203.05Z%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%2012.775ZM7.05%2021.05q-.275.225-.587.025t-.188-.55L8.15%2014.4l-4.875-3.5q-.3-.2-.187-.55T3.55%2010H9.6l1.925-6.4q.05-.2.188-.275T12%203.25q.15%200%20.288.075t.187.275L14.4%2010h6.05q.35%200%20.463.35t-.188.55l-4.875%203.5l1.875%206.125q.125.35-.188.55t-.587-.025L12%2017.3l-4.95%203.75Zm2.55-4.4L12%2014.8l2.4%201.85l-.9-3.05l2.25-1.6h-2.8L12%208.9l-.95%203.1h-2.8l2.25%201.6l-.9%203.05Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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