octagon icon

octagon from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
octagon
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the octagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m227.31 80.24l-51.55-51.55A15.86 15.86 0 0 0 164.45 24h-72.9a15.86 15.86 0 0 0-11.31 4.69L28.69 80.24A15.86 15.86 0 0 0 24 91.55v72.9a15.86 15.86 0 0 0 4.69 11.31l51.55 51.55A15.86 15.86 0 0 0 91.55 232h72.9a15.86 15.86 0 0 0 11.31-4.69l51.55-51.55a15.86 15.86 0 0 0 4.69-11.31v-72.9a15.86 15.86 0 0 0-4.69-11.31M216 164.45L164.45 216h-72.9L40 164.45v-72.9L91.55 40h72.9L216 91.55Z"/></svg>

React

import type { SVGProps } from "react";

export function PhOctagon(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="m227.31 80.24l-51.55-51.55A15.86 15.86 0 0 0 164.45 24h-72.9a15.86 15.86 0 0 0-11.31 4.69L28.69 80.24A15.86 15.86 0 0 0 24 91.55v72.9a15.86 15.86 0 0 0 4.69 11.31l51.55 51.55A15.86 15.86 0 0 0 91.55 232h72.9a15.86 15.86 0 0 0 11.31-4.69l51.55-51.55a15.86 15.86 0 0 0 4.69-11.31v-72.9a15.86 15.86 0 0 0-4.69-11.31M216 164.45L164.45 216h-72.9L40 164.45v-72.9L91.55 40h72.9L216 91.55Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m227.31 80.24l-51.55-51.55A15.86 15.86 0 0 0 164.45 24h-72.9a15.86 15.86 0 0 0-11.31 4.69L28.69 80.24A15.86 15.86 0 0 0 24 91.55v72.9a15.86 15.86 0 0 0 4.69 11.31l51.55 51.55A15.86 15.86 0 0 0 91.55 232h72.9a15.86 15.86 0 0 0 11.31-4.69l51.55-51.55a15.86 15.86 0 0 0 4.69-11.31v-72.9a15.86 15.86 0 0 0-4.69-11.31M216 164.45L164.45 216h-72.9L40 164.45v-72.9L91.55 40h72.9L216 91.55Z"/></svg>
</template>

CSS

.icon-octagon {
  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%22m227.31%2080.24l-51.55-51.55A15.86%2015.86%200%200%200%20164.45%2024h-72.9a15.86%2015.86%200%200%200-11.31%204.69L28.69%2080.24A15.86%2015.86%200%200%200%2024%2091.55v72.9a15.86%2015.86%200%200%200%204.69%2011.31l51.55%2051.55A15.86%2015.86%200%200%200%2091.55%20232h72.9a15.86%2015.86%200%200%200%2011.31-4.69l51.55-51.55a15.86%2015.86%200%200%200%204.69-11.31v-72.9a15.86%2015.86%200%200%200-4.69-11.31M216%20164.45L164.45%20216h-72.9L40%20164.45v-72.9L91.55%2040h72.9L216%2091.55Z%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%22m227.31%2080.24l-51.55-51.55A15.86%2015.86%200%200%200%20164.45%2024h-72.9a15.86%2015.86%200%200%200-11.31%204.69L28.69%2080.24A15.86%2015.86%200%200%200%2024%2091.55v72.9a15.86%2015.86%200%200%200%204.69%2011.31l51.55%2051.55A15.86%2015.86%200%200%200%2091.55%20232h72.9a15.86%2015.86%200%200%200%2011.31-4.69l51.55-51.55a15.86%2015.86%200%200%200%204.69-11.31v-72.9a15.86%2015.86%200%200%200-4.69-11.31M216%20164.45L164.45%20216h-72.9L40%20164.45v-72.9L91.55%2040h72.9L216%2091.55Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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