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

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

The same icon in other sets

Related icons in Font Awesome Solid

Use the hexagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M65.5 284.3c-12.7 22.2-12.7 49.4 0 71.5l96.2 168.1c12.8 22.4 36.7 36.2 62.5 36.2h191.6c25.8 0 49.7-13.8 62.5-36.2l96.2-168.1c12.7-22.2 12.7-49.4 0-71.5l-96.2-168.1C465.5 93.8 441.6 80 415.8 80H224.2c-25.8 0-49.7 13.8-62.5 36.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHexagon(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="M65.5 284.3c-12.7 22.2-12.7 49.4 0 71.5l96.2 168.1c12.8 22.4 36.7 36.2 62.5 36.2h191.6c25.8 0 49.7-13.8 62.5-36.2l96.2-168.1c12.7-22.2 12.7-49.4 0-71.5l-96.2-168.1C465.5 93.8 441.6 80 415.8 80H224.2c-25.8 0-49.7 13.8-62.5 36.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M65.5 284.3c-12.7 22.2-12.7 49.4 0 71.5l96.2 168.1c12.8 22.4 36.7 36.2 62.5 36.2h191.6c25.8 0 49.7-13.8 62.5-36.2l96.2-168.1c12.7-22.2 12.7-49.4 0-71.5l-96.2-168.1C465.5 93.8 441.6 80 415.8 80H224.2c-25.8 0-49.7 13.8-62.5 36.2z"/></svg>
</template>

CSS

.icon-hexagon {
  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%22M65.5%20284.3c-12.7%2022.2-12.7%2049.4%200%2071.5l96.2%20168.1c12.8%2022.4%2036.7%2036.2%2062.5%2036.2h191.6c25.8%200%2049.7-13.8%2062.5-36.2l96.2-168.1c12.7-22.2%2012.7-49.4%200-71.5l-96.2-168.1C465.5%2093.8%20441.6%2080%20415.8%2080H224.2c-25.8%200-49.7%2013.8-62.5%2036.2z%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%22M65.5%20284.3c-12.7%2022.2-12.7%2049.4%200%2071.5l96.2%20168.1c12.8%2022.4%2036.7%2036.2%2062.5%2036.2h191.6c25.8%200%2049.7-13.8%2062.5-36.2l96.2-168.1c12.7-22.2%2012.7-49.4%200-71.5l-96.2-168.1C465.5%2093.8%20441.6%2080%20415.8%2080H224.2c-25.8%200-49.7%2013.8-62.5%2036.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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