pentagon from Unicons Solid by Iconscout · Solid · Shape · Apache-2.0 Free for personal and commercial use.

Name
pentagon
Set
Unicons Solid
Style
Solid
Category
Shape
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More shape icons from Unicons Solid

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="m21.6 9.2l-9-6.5q-.6-.45-1.2 0l-9 6.5c-.3.2-.5.7-.4 1.1l3.4 10.6c.1.4.5.7 1 .7h11.1c.4 0 .8-.3 1-.7L22 10.3c.1-.4-.1-.9-.4-1.1"/></svg>

React

import type { SVGProps } from "react";

export function UisPentagon(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="m21.6 9.2l-9-6.5q-.6-.45-1.2 0l-9 6.5c-.3.2-.5.7-.4 1.1l3.4 10.6c.1.4.5.7 1 .7h11.1c.4 0 .8-.3 1-.7L22 10.3c.1-.4-.1-.9-.4-1.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.6 9.2l-9-6.5q-.6-.45-1.2 0l-9 6.5c-.3.2-.5.7-.4 1.1l3.4 10.6c.1.4.5.7 1 .7h11.1c.4 0 .8-.3 1-.7L22 10.3c.1-.4-.1-.9-.4-1.1"/></svg>
</template>

CSS

.icon-pentagon {
  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%22m21.6%209.2l-9-6.5q-.6-.45-1.2%200l-9%206.5c-.3.2-.5.7-.4%201.1l3.4%2010.6c.1.4.5.7%201%20.7h11.1c.4%200%20.8-.3%201-.7L22%2010.3c.1-.4-.1-.9-.4-1.1%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%22m21.6%209.2l-9-6.5q-.6-.45-1.2%200l-9%206.5c-.3.2-.5.7-.4%201.1l3.4%2010.6c.1.4.5.7%201%20.7h11.1c.4%200%20.8-.3%201-.7L22%2010.3c.1-.4-.1-.9-.4-1.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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