octagon icon
octagon-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- octagon-light
- Set
- Phosphor
- Style
- Light
- 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="M225.9 81.65L174.35 30.1a13.92 13.92 0 0 0-9.9-4.1h-72.9a13.92 13.92 0 0 0-9.9 4.1L30.1 81.65a13.92 13.92 0 0 0-4.1 9.9v72.9a13.92 13.92 0 0 0 4.1 9.9l51.55 51.55a13.92 13.92 0 0 0 9.9 4.1h72.9a13.92 13.92 0 0 0 9.9-4.1l51.55-51.55a13.92 13.92 0 0 0 4.1-9.9v-72.9a13.92 13.92 0 0 0-4.1-9.9m-7.9 82.8a2 2 0 0 1-.59 1.42l-51.55 51.54a2 2 0 0 1-1.41.59h-72.9a2 2 0 0 1-1.42-.59l-51.54-51.54a2 2 0 0 1-.59-1.42v-72.9a2 2 0 0 1 .59-1.42l51.55-51.54a2 2 0 0 1 1.41-.59h72.9a2 2 0 0 1 1.42.59l51.54 51.55a2 2 0 0 1 .59 1.41Z"/></svg>
React
import type { SVGProps } from "react";
export function PhOctagonLight(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="M225.9 81.65L174.35 30.1a13.92 13.92 0 0 0-9.9-4.1h-72.9a13.92 13.92 0 0 0-9.9 4.1L30.1 81.65a13.92 13.92 0 0 0-4.1 9.9v72.9a13.92 13.92 0 0 0 4.1 9.9l51.55 51.55a13.92 13.92 0 0 0 9.9 4.1h72.9a13.92 13.92 0 0 0 9.9-4.1l51.55-51.55a13.92 13.92 0 0 0 4.1-9.9v-72.9a13.92 13.92 0 0 0-4.1-9.9m-7.9 82.8a2 2 0 0 1-.59 1.42l-51.55 51.54a2 2 0 0 1-1.41.59h-72.9a2 2 0 0 1-1.42-.59l-51.54-51.54a2 2 0 0 1-.59-1.42v-72.9a2 2 0 0 1 .59-1.42l51.55-51.54a2 2 0 0 1 1.41-.59h72.9a2 2 0 0 1 1.42.59l51.54 51.55a2 2 0 0 1 .59 1.41Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.9 81.65L174.35 30.1a13.92 13.92 0 0 0-9.9-4.1h-72.9a13.92 13.92 0 0 0-9.9 4.1L30.1 81.65a13.92 13.92 0 0 0-4.1 9.9v72.9a13.92 13.92 0 0 0 4.1 9.9l51.55 51.55a13.92 13.92 0 0 0 9.9 4.1h72.9a13.92 13.92 0 0 0 9.9-4.1l51.55-51.55a13.92 13.92 0 0 0 4.1-9.9v-72.9a13.92 13.92 0 0 0-4.1-9.9m-7.9 82.8a2 2 0 0 1-.59 1.42l-51.55 51.54a2 2 0 0 1-1.41.59h-72.9a2 2 0 0 1-1.42-.59l-51.54-51.54a2 2 0 0 1-.59-1.42v-72.9a2 2 0 0 1 .59-1.42l51.55-51.54a2 2 0 0 1 1.41-.59h72.9a2 2 0 0 1 1.42.59l51.54 51.55a2 2 0 0 1 .59 1.41Z"/></svg> </template>
CSS
.icon-octagon-light {
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%22M225.9%2081.65L174.35%2030.1a13.92%2013.92%200%200%200-9.9-4.1h-72.9a13.92%2013.92%200%200%200-9.9%204.1L30.1%2081.65a13.92%2013.92%200%200%200-4.1%209.9v72.9a13.92%2013.92%200%200%200%204.1%209.9l51.55%2051.55a13.92%2013.92%200%200%200%209.9%204.1h72.9a13.92%2013.92%200%200%200%209.9-4.1l51.55-51.55a13.92%2013.92%200%200%200%204.1-9.9v-72.9a13.92%2013.92%200%200%200-4.1-9.9m-7.9%2082.8a2%202%200%200%201-.59%201.42l-51.55%2051.54a2%202%200%200%201-1.41.59h-72.9a2%202%200%200%201-1.42-.59l-51.54-51.54a2%202%200%200%201-.59-1.42v-72.9a2%202%200%200%201%20.59-1.42l51.55-51.54a2%202%200%200%201%201.41-.59h72.9a2%202%200%200%201%201.42.59l51.54%2051.55a2%202%200%200%201%20.59%201.41Z%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%22M225.9%2081.65L174.35%2030.1a13.92%2013.92%200%200%200-9.9-4.1h-72.9a13.92%2013.92%200%200%200-9.9%204.1L30.1%2081.65a13.92%2013.92%200%200%200-4.1%209.9v72.9a13.92%2013.92%200%200%200%204.1%209.9l51.55%2051.55a13.92%2013.92%200%200%200%209.9%204.1h72.9a13.92%2013.92%200%200%200%209.9-4.1l51.55-51.55a13.92%2013.92%200%200%200%204.1-9.9v-72.9a13.92%2013.92%200%200%200-4.1-9.9m-7.9%2082.8a2%202%200%200%201-.59%201.42l-51.55%2051.54a2%202%200%200%201-1.41.59h-72.9a2%202%200%200%201-1.42-.59l-51.54-51.54a2%202%200%200%201-.59-1.42v-72.9a2%202%200%200%201%20.59-1.42l51.55-51.54a2%202%200%200%201%201.41-.59h72.9a2%202%200%200%201%201.42.59l51.54%2051.55a2%202%200%200%201%20.59%201.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/octagon-light.svg?color=%231a73e8&size=48