pentagon-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
pentagon-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the pentagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.527 20.5q-.535 0-.954-.298q-.42-.298-.58-.808L2.974 10.33q-.161-.516 0-1.025q.162-.51.616-.808l7.49-5.235q.429-.292.919-.292t.92.292l7.49 5.235q.454.298.615.808q.162.51 0 1.025l-3.017 9.065q-.162.51-.581.808q-.42.298-.954.298z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPentagonRounded(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.527 20.5q-.535 0-.954-.298q-.42-.298-.58-.808L2.974 10.33q-.161-.516 0-1.025q.162-.51.616-.808l7.49-5.235q.429-.292.919-.292t.92.292l7.49 5.235q.454.298.615.808q.162.51 0 1.025l-3.017 9.065q-.162.51-.581.808q-.42.298-.954.298z"/></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.527 20.5q-.535 0-.954-.298q-.42-.298-.58-.808L2.974 10.33q-.161-.516 0-1.025q.162-.51.616-.808l7.49-5.235q.429-.292.919-.292t.92.292l7.49 5.235q.454.298.615.808q.162.51 0 1.025l-3.017 9.065q-.162.51-.581.808q-.42.298-.954.298z"/></svg>
</template>

CSS

.icon-pentagon-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.527%2020.5q-.535%200-.954-.298q-.42-.298-.58-.808L2.974%2010.33q-.161-.516%200-1.025q.162-.51.616-.808l7.49-5.235q.429-.292.919-.292t.92.292l7.49%205.235q.454.298.615.808q.162.51%200%201.025l-3.017%209.065q-.162.51-.581.808q-.42.298-.954.298z%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.527%2020.5q-.535%200-.954-.298q-.42-.298-.58-.808L2.974%2010.33q-.161-.516%200-1.025q.162-.51.616-.808l7.49-5.235q.429-.292.919-.292t.92.292l7.49%205.235q.454.298.615.808q.162.51%200%201.025l-3.017%209.065q-.162.51-.581.808q-.42.298-.954.298z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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