octagon icon
octagon from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- octagon
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
octagonAkar IconsoctagonBootstrap IconsoctagonFont Awesome SolidoctagonFeather IconsoctagonIconParkoctagonIconPark OutlineoctagonIconPark SolidoctagonIconPark TwoToneoctagonIconoiroctagonLucideoctagonMaterial Design Iconsoctagon-fillMingCute IconoctagonMyna UI IconsoctagonPhosphoroctagon-fillRemix IconoctagonTabler IconsoctagonUnicons
Related icons in Huge Icons
Use the octagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M13.515 2c1.226 0 1.839 0 2.39.228c.551.229.985.662 1.852 1.53l2.485 2.485c.867.867 1.301 1.3 1.53 1.852c.228.55.228 1.164.228 2.39v3.03c0 1.226 0 1.84-.229 2.39c-.228.552-.662.985-1.529 1.852l-2.485 2.486c-.867.867-1.3 1.3-1.852 1.529c-.551.228-1.164.228-2.39.228h-3.03c-1.226 0-1.84 0-2.39-.228c-.552-.229-.985-.662-1.853-1.53l-2.485-2.485c-.867-.867-1.3-1.3-1.529-1.852C2 15.355 2 14.741 2 13.515v-3.03c0-1.226 0-1.84.228-2.39c.229-.552.662-.985 1.53-1.852l2.484-2.486c.868-.867 1.301-1.3 1.852-1.529S9.26 2 10.485 2z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOctagon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M13.515 2c1.226 0 1.839 0 2.39.228c.551.229.985.662 1.852 1.53l2.485 2.485c.867.867 1.301 1.3 1.53 1.852c.228.55.228 1.164.228 2.39v3.03c0 1.226 0 1.84-.229 2.39c-.228.552-.662.985-1.529 1.852l-2.485 2.486c-.867.867-1.3 1.3-1.852 1.529c-.551.228-1.164.228-2.39.228h-3.03c-1.226 0-1.84 0-2.39-.228c-.552-.229-.985-.662-1.853-1.53l-2.485-2.485c-.867-.867-1.3-1.3-1.529-1.852C2 15.355 2 14.741 2 13.515v-3.03c0-1.226 0-1.84.228-2.39c.229-.552.662-.985 1.53-1.852l2.484-2.486c.868-.867 1.301-1.3 1.852-1.529S9.26 2 10.485 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M13.515 2c1.226 0 1.839 0 2.39.228c.551.229.985.662 1.852 1.53l2.485 2.485c.867.867 1.301 1.3 1.53 1.852c.228.55.228 1.164.228 2.39v3.03c0 1.226 0 1.84-.229 2.39c-.228.552-.662.985-1.529 1.852l-2.485 2.486c-.867.867-1.3 1.3-1.852 1.529c-.551.228-1.164.228-2.39.228h-3.03c-1.226 0-1.84 0-2.39-.228c-.552-.229-.985-.662-1.853-1.53l-2.485-2.485c-.867-.867-1.3-1.3-1.529-1.852C2 15.355 2 14.741 2 13.515v-3.03c0-1.226 0-1.84.228-2.39c.229-.552.662-.985 1.53-1.852l2.484-2.486c.868-.867 1.301-1.3 1.852-1.529S9.26 2 10.485 2z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M13.515%202c1.226%200%201.839%200%202.39.228c.551.229.985.662%201.852%201.53l2.485%202.485c.867.867%201.301%201.3%201.53%201.852c.228.55.228%201.164.228%202.39v3.03c0%201.226%200%201.84-.229%202.39c-.228.552-.662.985-1.529%201.852l-2.485%202.486c-.867.867-1.3%201.3-1.852%201.529c-.551.228-1.164.228-2.39.228h-3.03c-1.226%200-1.84%200-2.39-.228c-.552-.229-.985-.662-1.853-1.53l-2.485-2.485c-.867-.867-1.3-1.3-1.529-1.852C2%2015.355%202%2014.741%202%2013.515v-3.03c0-1.226%200-1.84.228-2.39c.229-.552.662-.985%201.53-1.852l2.484-2.486c.868-.867%201.301-1.3%201.852-1.529S9.26%202%2010.485%202z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M13.515%202c1.226%200%201.839%200%202.39.228c.551.229.985.662%201.852%201.53l2.485%202.485c.867.867%201.301%201.3%201.53%201.852c.228.55.228%201.164.228%202.39v3.03c0%201.226%200%201.84-.229%202.39c-.228.552-.662.985-1.529%201.852l-2.485%202.486c-.867.867-1.3%201.3-1.852%201.529c-.551.228-1.164.228-2.39.228h-3.03c-1.226%200-1.84%200-2.39-.228c-.552-.229-.985-.662-1.853-1.53l-2.485-2.485c-.867-.867-1.3-1.3-1.529-1.852C2%2015.355%202%2014.741%202%2013.515v-3.03c0-1.226%200-1.84.228-2.39c.229-.552.662-.985%201.53-1.852l2.484-2.486c.868-.867%201.301-1.3%201.852-1.529S9.26%202%2010.485%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/octagon.svg?color=%231a73e8&size=48