pentagon icon

pentagon-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
pentagon-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the pentagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228 84.38l-87.9-68.29l-.26-.2a19.92 19.92 0 0 0-23.66 0l-.26.2L28 84.38a20 20 0 0 0-7.09 22l32 107.51l.08.26A19.93 19.93 0 0 0 72 228h112a19.93 19.93 0 0 0 19-13.87l.08-.26l32-107.51A20 20 0 0 0 228 84.38M181 204H75L44.62 101.87L128 37.09l83.38 64.78Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPentagonBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228 84.38l-87.9-68.29l-.26-.2a19.92 19.92 0 0 0-23.66 0l-.26.2L28 84.38a20 20 0 0 0-7.09 22l32 107.51l.08.26A19.93 19.93 0 0 0 72 228h112a19.93 19.93 0 0 0 19-13.87l.08-.26l32-107.51A20 20 0 0 0 228 84.38M181 204H75L44.62 101.87L128 37.09l83.38 64.78Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228 84.38l-87.9-68.29l-.26-.2a19.92 19.92 0 0 0-23.66 0l-.26.2L28 84.38a20 20 0 0 0-7.09 22l32 107.51l.08.26A19.93 19.93 0 0 0 72 228h112a19.93 19.93 0 0 0 19-13.87l.08-.26l32-107.51A20 20 0 0 0 228 84.38M181 204H75L44.62 101.87L128 37.09l83.38 64.78Z"/></svg>
</template>

CSS

.icon-pentagon-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228%2084.38l-87.9-68.29l-.26-.2a19.92%2019.92%200%200%200-23.66%200l-.26.2L28%2084.38a20%2020%200%200%200-7.09%2022l32%20107.51l.08.26A19.93%2019.93%200%200%200%2072%20228h112a19.93%2019.93%200%200%200%2019-13.87l.08-.26l32-107.51A20%2020%200%200%200%20228%2084.38M181%20204H75L44.62%20101.87L128%2037.09l83.38%2064.78Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228%2084.38l-87.9-68.29l-.26-.2a19.92%2019.92%200%200%200-23.66%200l-.26.2L28%2084.38a20%2020%200%200%200-7.09%2022l32%20107.51l.08.26A19.93%2019.93%200%200%200%2072%20228h112a19.93%2019.93%200%200%200%2019-13.87l.08-.26l32-107.51A20%2020%200%200%200%20228%2084.38M181%20204H75L44.62%20101.87L128%2037.09l83.38%2064.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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