octagon icon
octagon-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- octagon-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
octagonAkar IconsoctagonBootstrap IconsoctagonFont Awesome SolidoctagonFeather IconsoctagonHuge IconsoctagonIconParkoctagonIconPark OutlineoctagonIconPark SolidoctagonIconPark TwoToneoctagonIconoiroctagonLucideoctagonMaterial Design Iconsoctagon-fillMingCute IconoctagonMyna UI Iconsoctagon-fillRemix IconoctagonTabler IconsoctagonUnicons
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="m230.14 77.41l-51.55-51.55A19.85 19.85 0 0 0 164.45 20h-72.9a19.85 19.85 0 0 0-14.14 5.86L25.86 77.41A19.85 19.85 0 0 0 20 91.55v72.9a19.85 19.85 0 0 0 5.86 14.14l51.55 51.55A19.85 19.85 0 0 0 91.55 236h72.9a19.85 19.85 0 0 0 14.14-5.86l51.55-51.55a19.85 19.85 0 0 0 5.86-14.14v-72.9a19.85 19.85 0 0 0-5.86-14.14M212 162.79L162.79 212H93.21L44 162.79V93.21L93.21 44h69.58L212 93.21Z"/></svg>
React
import type { SVGProps } from "react";
export function PhOctagonBold(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="m230.14 77.41l-51.55-51.55A19.85 19.85 0 0 0 164.45 20h-72.9a19.85 19.85 0 0 0-14.14 5.86L25.86 77.41A19.85 19.85 0 0 0 20 91.55v72.9a19.85 19.85 0 0 0 5.86 14.14l51.55 51.55A19.85 19.85 0 0 0 91.55 236h72.9a19.85 19.85 0 0 0 14.14-5.86l51.55-51.55a19.85 19.85 0 0 0 5.86-14.14v-72.9a19.85 19.85 0 0 0-5.86-14.14M212 162.79L162.79 212H93.21L44 162.79V93.21L93.21 44h69.58L212 93.21Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m230.14 77.41l-51.55-51.55A19.85 19.85 0 0 0 164.45 20h-72.9a19.85 19.85 0 0 0-14.14 5.86L25.86 77.41A19.85 19.85 0 0 0 20 91.55v72.9a19.85 19.85 0 0 0 5.86 14.14l51.55 51.55A19.85 19.85 0 0 0 91.55 236h72.9a19.85 19.85 0 0 0 14.14-5.86l51.55-51.55a19.85 19.85 0 0 0 5.86-14.14v-72.9a19.85 19.85 0 0 0-5.86-14.14M212 162.79L162.79 212H93.21L44 162.79V93.21L93.21 44h69.58L212 93.21Z"/></svg> </template>
CSS
.icon-octagon-bold {
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%22m230.14%2077.41l-51.55-51.55A19.85%2019.85%200%200%200%20164.45%2020h-72.9a19.85%2019.85%200%200%200-14.14%205.86L25.86%2077.41A19.85%2019.85%200%200%200%2020%2091.55v72.9a19.85%2019.85%200%200%200%205.86%2014.14l51.55%2051.55A19.85%2019.85%200%200%200%2091.55%20236h72.9a19.85%2019.85%200%200%200%2014.14-5.86l51.55-51.55a19.85%2019.85%200%200%200%205.86-14.14v-72.9a19.85%2019.85%200%200%200-5.86-14.14M212%20162.79L162.79%20212H93.21L44%20162.79V93.21L93.21%2044h69.58L212%2093.21Z%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%22m230.14%2077.41l-51.55-51.55A19.85%2019.85%200%200%200%20164.45%2020h-72.9a19.85%2019.85%200%200%200-14.14%205.86L25.86%2077.41A19.85%2019.85%200%200%200%2020%2091.55v72.9a19.85%2019.85%200%200%200%205.86%2014.14l51.55%2051.55A19.85%2019.85%200%200%200%2091.55%20236h72.9a19.85%2019.85%200%200%200%2014.14-5.86l51.55-51.55a19.85%2019.85%200%200%200%205.86-14.14v-72.9a19.85%2019.85%200%200%200-5.86-14.14M212%20162.79L162.79%20212H93.21L44%20162.79V93.21L93.21%2044h69.58L212%2093.21Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/octagon-bold.svg?color=%231a73e8&size=48