pentagon icon

pentagon-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
pentagon-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="m223.61 102.83l-32 107.62A8 8 0 0 1 184 216H72a8 8 0 0 1-7.62-5.55l-32-107.62a8 8 0 0 1 2.88-8.9l88-68.38a8 8 0 0 1 9.46 0l88 68.38a8 8 0 0 1 2.89 8.9" opacity=".2"/><path d="m225.56 87.56l-87.92-68.31l-.18-.14a15.93 15.93 0 0 0-18.92 0l-.18.14l-87.92 68.31a16 16 0 0 0-5.7 17.63l32 107.54l.06.17A15.94 15.94 0 0 0 72 224h112a15.94 15.94 0 0 0 15.23-11.1l.06-.17l32-107.54a16 16 0 0 0-5.73-17.63m-9.62 13L184 208H72L40 100.56l-.06-.17l.18-.14L128 32l87.82 68.23l.18.14Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPentagonDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m223.61 102.83l-32 107.62A8 8 0 0 1 184 216H72a8 8 0 0 1-7.62-5.55l-32-107.62a8 8 0 0 1 2.88-8.9l88-68.38a8 8 0 0 1 9.46 0l88 68.38a8 8 0 0 1 2.89 8.9" opacity=".2"/><path d="m225.56 87.56l-87.92-68.31l-.18-.14a15.93 15.93 0 0 0-18.92 0l-.18.14l-87.92 68.31a16 16 0 0 0-5.7 17.63l32 107.54l.06.17A15.94 15.94 0 0 0 72 224h112a15.94 15.94 0 0 0 15.23-11.1l.06-.17l32-107.54a16 16 0 0 0-5.73-17.63m-9.62 13L184 208H72L40 100.56l-.06-.17l.18-.14L128 32l87.82 68.23l.18.14Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m223.61 102.83l-32 107.62A8 8 0 0 1 184 216H72a8 8 0 0 1-7.62-5.55l-32-107.62a8 8 0 0 1 2.88-8.9l88-68.38a8 8 0 0 1 9.46 0l88 68.38a8 8 0 0 1 2.89 8.9" opacity=".2"/><path d="m225.56 87.56l-87.92-68.31l-.18-.14a15.93 15.93 0 0 0-18.92 0l-.18.14l-87.92 68.31a16 16 0 0 0-5.7 17.63l32 107.54l.06.17A15.94 15.94 0 0 0 72 224h112a15.94 15.94 0 0 0 15.23-11.1l.06-.17l32-107.54a16 16 0 0 0-5.73-17.63m-9.62 13L184 208H72L40 100.56l-.06-.17l.18-.14L128 32l87.82 68.23l.18.14Z"/></g></svg>
</template>

CSS

.icon-pentagon-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m223.61%20102.83l-32%20107.62A8%208%200%200%201%20184%20216H72a8%208%200%200%201-7.62-5.55l-32-107.62a8%208%200%200%201%202.88-8.9l88-68.38a8%208%200%200%201%209.46%200l88%2068.38a8%208%200%200%201%202.89%208.9%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m225.56%2087.56l-87.92-68.31l-.18-.14a15.93%2015.93%200%200%200-18.92%200l-.18.14l-87.92%2068.31a16%2016%200%200%200-5.7%2017.63l32%20107.54l.06.17A15.94%2015.94%200%200%200%2072%20224h112a15.94%2015.94%200%200%200%2015.23-11.1l.06-.17l32-107.54a16%2016%200%200%200-5.73-17.63m-9.62%2013L184%20208H72L40%20100.56l-.06-.17l.18-.14L128%2032l87.82%2068.23l.18.14Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m223.61%20102.83l-32%20107.62A8%208%200%200%201%20184%20216H72a8%208%200%200%201-7.62-5.55l-32-107.62a8%208%200%200%201%202.88-8.9l88-68.38a8%208%200%200%201%209.46%200l88%2068.38a8%208%200%200%201%202.89%208.9%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m225.56%2087.56l-87.92-68.31l-.18-.14a15.93%2015.93%200%200%200-18.92%200l-.18.14l-87.92%2068.31a16%2016%200%200%200-5.7%2017.63l32%20107.54l.06.17A15.94%2015.94%200%200%200%2072%20224h112a15.94%2015.94%200%200%200%2015.23-11.1l.06-.17l32-107.54a16%2016%200%200%200-5.73-17.63m-9.62%2013L184%20208H72L40%20100.56l-.06-.17l.18-.14L128%2032l87.82%2068.23l.18.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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