octagon from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
octagon
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

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 640 640"><path fill="currentColor" d="M252.6 64.1c-17 0-33.3 6.7-45.3 18.7L83.2 207c-12 12-18.7 28.2-18.7 45.2v135.6c0 17 6.7 33.3 18.7 45.3l124.2 124.1c12 12 28.3 18.7 45.3 18.7h135.6c17 0 33.3-6.7 45.3-18.7l124-124.2c12-12 18.7-28.3 18.7-45.3V252.1c0-17-6.7-33.3-18.7-45.3l-124.1-124c-12-12-28.3-18.7-45.3-18.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidOctagon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M252.6 64.1c-17 0-33.3 6.7-45.3 18.7L83.2 207c-12 12-18.7 28.2-18.7 45.2v135.6c0 17 6.7 33.3 18.7 45.3l124.2 124.1c12 12 28.3 18.7 45.3 18.7h135.6c17 0 33.3-6.7 45.3-18.7l124-124.2c12-12 18.7-28.3 18.7-45.3V252.1c0-17-6.7-33.3-18.7-45.3l-124.1-124c-12-12-28.3-18.7-45.3-18.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M252.6 64.1c-17 0-33.3 6.7-45.3 18.7L83.2 207c-12 12-18.7 28.2-18.7 45.2v135.6c0 17 6.7 33.3 18.7 45.3l124.2 124.1c12 12 28.3 18.7 45.3 18.7h135.6c17 0 33.3-6.7 45.3-18.7l124-124.2c12-12 18.7-28.3 18.7-45.3V252.1c0-17-6.7-33.3-18.7-45.3l-124.1-124c-12-12-28.3-18.7-45.3-18.7z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252.6%2064.1c-17%200-33.3%206.7-45.3%2018.7L83.2%20207c-12%2012-18.7%2028.2-18.7%2045.2v135.6c0%2017%206.7%2033.3%2018.7%2045.3l124.2%20124.1c12%2012%2028.3%2018.7%2045.3%2018.7h135.6c17%200%2033.3-6.7%2045.3-18.7l124-124.2c12-12%2018.7-28.3%2018.7-45.3V252.1c0-17-6.7-33.3-18.7-45.3l-124.1-124c-12-12-28.3-18.7-45.3-18.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252.6%2064.1c-17%200-33.3%206.7-45.3%2018.7L83.2%20207c-12%2012-18.7%2028.2-18.7%2045.2v135.6c0%2017%206.7%2033.3%2018.7%2045.3l124.2%20124.1c12%2012%2028.3%2018.7%2045.3%2018.7h135.6c17%200%2033.3-6.7%2045.3-18.7l124-124.2c12-12%2018.7-28.3%2018.7-45.3V252.1c0-17-6.7-33.3-18.7-45.3l-124.1-124c-12-12-28.3-18.7-45.3-18.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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