pentagram icon

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

Name
pentagram-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the pentagram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m228.69 102.47l-54.21 39l20.77 64a8 8 0 0 1-12.31 8.95L128 174.91l-54.94 39.53a8 8 0 0 1-12.31-8.95l20.77-64l-54.21-39A8 8 0 0 1 32 88h66.87l21.52-66.32a7.94 7.94 0 0 1 15.22 0L157.13 88H224a8 8 0 0 1 4.69 14.47" opacity=".2"/><path d="M239.2 91.06A15.76 15.76 0 0 0 224 80h-61l-19.7-60.74a15.94 15.94 0 0 0-30.46-.05L93.06 80H32a16 16 0 0 0-9.38 29l49.47 35.59L53.14 203A15.77 15.77 0 0 0 59 220.91a15.77 15.77 0 0 0 18.78 0L128 184.77l50.24 36.14A16 16 0 0 0 202.86 203l-19-58.46l49.5-35.62a15.76 15.76 0 0 0 5.84-17.86M128 24.15L146.12 80h-36.24ZM32 96h55.87L77.3 128.58Zm36.36 112l17.39-53.59l28.55 20.54Zm22.57-69.57L104.69 96h46.62l13.76 42.39L128 165.06ZM187.64 208l-45.91-33l28.55-20.54Zm-8.94-79.38L168.13 96H224Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPentagramDuotone(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="m228.69 102.47l-54.21 39l20.77 64a8 8 0 0 1-12.31 8.95L128 174.91l-54.94 39.53a8 8 0 0 1-12.31-8.95l20.77-64l-54.21-39A8 8 0 0 1 32 88h66.87l21.52-66.32a7.94 7.94 0 0 1 15.22 0L157.13 88H224a8 8 0 0 1 4.69 14.47" opacity=".2"/><path d="M239.2 91.06A15.76 15.76 0 0 0 224 80h-61l-19.7-60.74a15.94 15.94 0 0 0-30.46-.05L93.06 80H32a16 16 0 0 0-9.38 29l49.47 35.59L53.14 203A15.77 15.77 0 0 0 59 220.91a15.77 15.77 0 0 0 18.78 0L128 184.77l50.24 36.14A16 16 0 0 0 202.86 203l-19-58.46l49.5-35.62a15.76 15.76 0 0 0 5.84-17.86M128 24.15L146.12 80h-36.24ZM32 96h55.87L77.3 128.58Zm36.36 112l17.39-53.59l28.55 20.54Zm22.57-69.57L104.69 96h46.62l13.76 42.39L128 165.06ZM187.64 208l-45.91-33l28.55-20.54Zm-8.94-79.38L168.13 96H224Z"/></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="m228.69 102.47l-54.21 39l20.77 64a8 8 0 0 1-12.31 8.95L128 174.91l-54.94 39.53a8 8 0 0 1-12.31-8.95l20.77-64l-54.21-39A8 8 0 0 1 32 88h66.87l21.52-66.32a7.94 7.94 0 0 1 15.22 0L157.13 88H224a8 8 0 0 1 4.69 14.47" opacity=".2"/><path d="M239.2 91.06A15.76 15.76 0 0 0 224 80h-61l-19.7-60.74a15.94 15.94 0 0 0-30.46-.05L93.06 80H32a16 16 0 0 0-9.38 29l49.47 35.59L53.14 203A15.77 15.77 0 0 0 59 220.91a15.77 15.77 0 0 0 18.78 0L128 184.77l50.24 36.14A16 16 0 0 0 202.86 203l-19-58.46l49.5-35.62a15.76 15.76 0 0 0 5.84-17.86M128 24.15L146.12 80h-36.24ZM32 96h55.87L77.3 128.58Zm36.36 112l17.39-53.59l28.55 20.54Zm22.57-69.57L104.69 96h46.62l13.76 42.39L128 165.06ZM187.64 208l-45.91-33l28.55-20.54Zm-8.94-79.38L168.13 96H224Z"/></g></svg>
</template>

CSS

.icon-pentagram-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%22m228.69%20102.47l-54.21%2039l20.77%2064a8%208%200%200%201-12.31%208.95L128%20174.91l-54.94%2039.53a8%208%200%200%201-12.31-8.95l20.77-64l-54.21-39A8%208%200%200%201%2032%2088h66.87l21.52-66.32a7.94%207.94%200%200%201%2015.22%200L157.13%2088H224a8%208%200%200%201%204.69%2014.47%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M239.2%2091.06A15.76%2015.76%200%200%200%20224%2080h-61l-19.7-60.74a15.94%2015.94%200%200%200-30.46-.05L93.06%2080H32a16%2016%200%200%200-9.38%2029l49.47%2035.59L53.14%20203A15.77%2015.77%200%200%200%2059%20220.91a15.77%2015.77%200%200%200%2018.78%200L128%20184.77l50.24%2036.14A16%2016%200%200%200%20202.86%20203l-19-58.46l49.5-35.62a15.76%2015.76%200%200%200%205.84-17.86M128%2024.15L146.12%2080h-36.24ZM32%2096h55.87L77.3%20128.58Zm36.36%20112l17.39-53.59l28.55%2020.54Zm22.57-69.57L104.69%2096h46.62l13.76%2042.39L128%20165.06ZM187.64%20208l-45.91-33l28.55-20.54Zm-8.94-79.38L168.13%2096H224Z%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%22m228.69%20102.47l-54.21%2039l20.77%2064a8%208%200%200%201-12.31%208.95L128%20174.91l-54.94%2039.53a8%208%200%200%201-12.31-8.95l20.77-64l-54.21-39A8%208%200%200%201%2032%2088h66.87l21.52-66.32a7.94%207.94%200%200%201%2015.22%200L157.13%2088H224a8%208%200%200%201%204.69%2014.47%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M239.2%2091.06A15.76%2015.76%200%200%200%20224%2080h-61l-19.7-60.74a15.94%2015.94%200%200%200-30.46-.05L93.06%2080H32a16%2016%200%200%200-9.38%2029l49.47%2035.59L53.14%20203A15.77%2015.77%200%200%200%2059%20220.91a15.77%2015.77%200%200%200%2018.78%200L128%20184.77l50.24%2036.14A16%2016%200%200%200%20202.86%20203l-19-58.46l49.5-35.62a15.76%2015.76%200%200%200%205.84-17.86M128%2024.15L146.12%2080h-36.24ZM32%2096h55.87L77.3%20128.58Zm36.36%20112l17.39-53.59l28.55%2020.54Zm22.57-69.57L104.69%2096h46.62l13.76%2042.39L128%20165.06ZM187.64%20208l-45.91-33l28.55-20.54Zm-8.94-79.38L168.13%2096H224Z%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/pentagram-duotone.svg?color=%231a73e8&size=48