black octagon emoji
black-octagon from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.
- Name
- black-octagon
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Unicode
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras unicode icons from OpenMoji
alabama-flagandalusia-flaganticlockwise-triangle-headed-top-u-shaped-arrowaragon-flagasturian-flagbalearic-islands-flagbari-flagbasque-flagbavaria-flagberlin-flagblack-chess-bishopblack-chess-kingblack-chess-knightblack-chess-queenblack-chess-rookblack-hexagonblack-large-circleblack-pentagonblack-rectangleblack-starblack-vertical-ellipseblack-vertical-rectangleboys-symbolbretagne-flag
Use the black octagon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/><path fill="#3f3f3f" d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/><path fill="none" stroke="#000" stroke-width="2" d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBlackOctagon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/><path fill="#3f3f3f" d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/><path fill="none" stroke="#000" strokeWidth="2" d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/><path fill="#3f3f3f" d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/><path fill="none" stroke="#000" stroke-width="2" d="M15.78 16.83a1.94 1.94 0 0 1 1.05-1.05l18.427-7.632a1.94 1.94 0 0 1 1.486 0l18.426 7.632a1.94 1.94 0 0 1 1.05 1.05l7.633 18.427a1.94 1.94 0 0 1 0 1.486L56.22 55.169a1.94 1.94 0 0 1-1.05 1.05l-18.427 7.633a1.94 1.94 0 0 1-1.486 0L16.831 56.22a1.94 1.94 0 0 1-1.05-1.05L8.147 36.742a1.94 1.94 0 0 1 0-1.486z"/></svg> </template>
CSS
.icon-black-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%2072%2072%22%3E%3Cpath%20d%3D%22M15.78%2016.83a1.94%201.94%200%200%201%201.05-1.05l18.427-7.632a1.94%201.94%200%200%201%201.486%200l18.426%207.632a1.94%201.94%200%200%201%201.05%201.05l7.633%2018.427a1.94%201.94%200%200%201%200%201.486L56.22%2055.169a1.94%201.94%200%200%201-1.05%201.05l-18.427%207.633a1.94%201.94%200%200%201-1.486%200L16.831%2056.22a1.94%201.94%200%200%201-1.05-1.05L8.147%2036.742a1.94%201.94%200%200%201%200-1.486z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M15.78%2016.83a1.94%201.94%200%200%201%201.05-1.05l18.427-7.632a1.94%201.94%200%200%201%201.486%200l18.426%207.632a1.94%201.94%200%200%201%201.05%201.05l7.633%2018.427a1.94%201.94%200%200%201%200%201.486L56.22%2055.169a1.94%201.94%200%200%201-1.05%201.05l-18.427%207.633a1.94%201.94%200%200%201-1.486%200L16.831%2056.22a1.94%201.94%200%200%201-1.05-1.05L8.147%2036.742a1.94%201.94%200%200%201%200-1.486z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M15.78%2016.83a1.94%201.94%200%200%201%201.05-1.05l18.427-7.632a1.94%201.94%200%200%201%201.486%200l18.426%207.632a1.94%201.94%200%200%201%201.05%201.05l7.633%2018.427a1.94%201.94%200%200%201%200%201.486L56.22%2055.169a1.94%201.94%200%200%201-1.05%201.05l-18.427%207.633a1.94%201.94%200%200%201-1.486%200L16.831%2056.22a1.94%201.94%200%200%201-1.05-1.05L8.147%2036.742a1.94%201.94%200%200%201%200-1.486z%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%2072%2072%22%3E%3Cpath%20d%3D%22M15.78%2016.83a1.94%201.94%200%200%201%201.05-1.05l18.427-7.632a1.94%201.94%200%200%201%201.486%200l18.426%207.632a1.94%201.94%200%200%201%201.05%201.05l7.633%2018.427a1.94%201.94%200%200%201%200%201.486L56.22%2055.169a1.94%201.94%200%200%201-1.05%201.05l-18.427%207.633a1.94%201.94%200%200%201-1.486%200L16.831%2056.22a1.94%201.94%200%200%201-1.05-1.05L8.147%2036.742a1.94%201.94%200%200%201%200-1.486z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M15.78%2016.83a1.94%201.94%200%200%201%201.05-1.05l18.427-7.632a1.94%201.94%200%200%201%201.486%200l18.426%207.632a1.94%201.94%200%200%201%201.05%201.05l7.633%2018.427a1.94%201.94%200%200%201%200%201.486L56.22%2055.169a1.94%201.94%200%200%201-1.05%201.05l-18.427%207.633a1.94%201.94%200%200%201-1.486%200L16.831%2056.22a1.94%201.94%200%200%201-1.05-1.05L8.147%2036.742a1.94%201.94%200%200%201%200-1.486z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M15.78%2016.83a1.94%201.94%200%200%201%201.05-1.05l18.427-7.632a1.94%201.94%200%200%201%201.486%200l18.426%207.632a1.94%201.94%200%200%201%201.05%201.05l7.633%2018.427a1.94%201.94%200%200%201%200%201.486L56.22%2055.169a1.94%201.94%200%200%201-1.05%201.05l-18.427%207.633a1.94%201.94%200%200%201-1.486%200L16.831%2056.22a1.94%201.94%200%200%201-1.05-1.05L8.147%2036.742a1.94%201.94%200%200%201%200-1.486z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/black-octagon.svg?color=%231a73e8&size=48