octagon icon

octagon from IconPark by ByteDance · Color · Graphics · Apache-2.0 Free for personal and commercial use.

Name
octagon
Set
IconPark
Style
Color
Category
Graphics
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More graphics icons from IconPark

Use the octagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M15.4102 42.3887L5.56076 32.1812C5.20103 31.8083 5 31.3105 5 30.7924V17.2076C5 16.6895 5.20103 16.1917 5.56076 15.8188L15.4102 5.61126C15.7871 5.22064 16.3066 5 16.8494 5H31.1506C31.6934 5 32.2129 5.22064 32.5898 5.61126L42.4392 15.8188C42.799 16.1917 43 16.6895 43 17.2076V30.7924C43 31.3105 42.799 31.8083 42.4392 32.1812L32.5898 42.3887C32.2129 42.7794 31.6934 43 31.1506 43H16.8494C16.3066 43 15.7871 42.7794 15.4102 42.3887Z"/></svg>

React

import type { SVGProps } from "react";

export function IconParkOctagon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" strokeWidth="4" d="M15.4102 42.3887L5.56076 32.1812C5.20103 31.8083 5 31.3105 5 30.7924V17.2076C5 16.6895 5.20103 16.1917 5.56076 15.8188L15.4102 5.61126C15.7871 5.22064 16.3066 5 16.8494 5H31.1506C31.6934 5 32.2129 5.22064 32.5898 5.61126L42.4392 15.8188C42.799 16.1917 43 16.6895 43 17.2076V30.7924C43 31.3105 42.799 31.8083 42.4392 32.1812L32.5898 42.3887C32.2129 42.7794 31.6934 43 31.1506 43H16.8494C16.3066 43 15.7871 42.7794 15.4102 42.3887Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M15.4102 42.3887L5.56076 32.1812C5.20103 31.8083 5 31.3105 5 30.7924V17.2076C5 16.6895 5.20103 16.1917 5.56076 15.8188L15.4102 5.61126C15.7871 5.22064 16.3066 5 16.8494 5H31.1506C31.6934 5 32.2129 5.22064 32.5898 5.61126L42.4392 15.8188C42.799 16.1917 43 16.6895 43 17.2076V30.7924C43 31.3105 42.799 31.8083 42.4392 32.1812L32.5898 42.3887C32.2129 42.7794 31.6934 43 31.1506 43H16.8494C16.3066 43 15.7871 42.7794 15.4102 42.3887Z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M15.4102%2042.3887L5.56076%2032.1812C5.20103%2031.8083%205%2031.3105%205%2030.7924V17.2076C5%2016.6895%205.20103%2016.1917%205.56076%2015.8188L15.4102%205.61126C15.7871%205.22064%2016.3066%205%2016.8494%205H31.1506C31.6934%205%2032.2129%205.22064%2032.5898%205.61126L42.4392%2015.8188C42.799%2016.1917%2043%2016.6895%2043%2017.2076V30.7924C43%2031.3105%2042.799%2031.8083%2042.4392%2032.1812L32.5898%2042.3887C32.2129%2042.7794%2031.6934%2043%2031.1506%2043H16.8494C16.3066%2043%2015.7871%2042.7794%2015.4102%2042.3887Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M15.4102%2042.3887L5.56076%2032.1812C5.20103%2031.8083%205%2031.3105%205%2030.7924V17.2076C5%2016.6895%205.20103%2016.1917%205.56076%2015.8188L15.4102%205.61126C15.7871%205.22064%2016.3066%205%2016.8494%205H31.1506C31.6934%205%2032.2129%205.22064%2032.5898%205.61126L42.4392%2015.8188C42.799%2016.1917%2043%2016.6895%2043%2017.2076V30.7924C43%2031.3105%2042.799%2031.8083%2042.4392%2032.1812L32.5898%2042.3887C32.2129%2042.7794%2031.6934%2043%2031.1506%2043H16.8494C16.3066%2043%2015.7871%2042.7794%2015.4102%2042.3887Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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