white hexagon emoji
white-hexagon from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.
- Name
- white-hexagon
- 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-octagonblack-pentagonblack-rectangleblack-starblack-vertical-ellipseblack-vertical-rectangleboys-symbol
Use the white hexagon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M35 7.577a2 2 0 0 1 2 0l23.115 13.346c.619.357 1 1.017 1 1.732v26.69c0 .715-.381 1.375-1 1.732L37 64.423a2 2 0 0 1-2 0L11.885 51.077a2 2 0 0 1-1-1.732v-26.69c0-.715.381-1.375 1-1.732z"/><path fill="none" stroke="#000" stroke-width="2" d="M35 7.577a2 2 0 0 1 2 0l23.115 13.346c.619.357 1 1.017 1 1.732v26.69c0 .715-.381 1.375-1 1.732L37 64.423a2 2 0 0 1-2 0L11.885 51.077a2 2 0 0 1-1-1.732v-26.69c0-.715.381-1.375 1-1.732z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWhiteHexagon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M35 7.577a2 2 0 0 1 2 0l23.115 13.346c.619.357 1 1.017 1 1.732v26.69c0 .715-.381 1.375-1 1.732L37 64.423a2 2 0 0 1-2 0L11.885 51.077a2 2 0 0 1-1-1.732v-26.69c0-.715.381-1.375 1-1.732z"/><path fill="none" stroke="#000" strokeWidth="2" d="M35 7.577a2 2 0 0 1 2 0l23.115 13.346c.619.357 1 1.017 1 1.732v26.69c0 .715-.381 1.375-1 1.732L37 64.423a2 2 0 0 1-2 0L11.885 51.077a2 2 0 0 1-1-1.732v-26.69c0-.715.381-1.375 1-1.732z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M35 7.577a2 2 0 0 1 2 0l23.115 13.346c.619.357 1 1.017 1 1.732v26.69c0 .715-.381 1.375-1 1.732L37 64.423a2 2 0 0 1-2 0L11.885 51.077a2 2 0 0 1-1-1.732v-26.69c0-.715.381-1.375 1-1.732z"/><path fill="none" stroke="#000" stroke-width="2" d="M35 7.577a2 2 0 0 1 2 0l23.115 13.346c.619.357 1 1.017 1 1.732v26.69c0 .715-.381 1.375-1 1.732L37 64.423a2 2 0 0 1-2 0L11.885 51.077a2 2 0 0 1-1-1.732v-26.69c0-.715.381-1.375 1-1.732z"/></svg> </template>
CSS
.icon-white-hexagon {
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%20fill%3D%22%23fff%22%20d%3D%22M35%207.577a2%202%200%200%201%202%200l23.115%2013.346c.619.357%201%201.017%201%201.732v26.69c0%20.715-.381%201.375-1%201.732L37%2064.423a2%202%200%200%201-2%200L11.885%2051.077a2%202%200%200%201-1-1.732v-26.69c0-.715.381-1.375%201-1.732z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M35%207.577a2%202%200%200%201%202%200l23.115%2013.346c.619.357%201%201.017%201%201.732v26.69c0%20.715-.381%201.375-1%201.732L37%2064.423a2%202%200%200%201-2%200L11.885%2051.077a2%202%200%200%201-1-1.732v-26.69c0-.715.381-1.375%201-1.732z%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%20fill%3D%22%23fff%22%20d%3D%22M35%207.577a2%202%200%200%201%202%200l23.115%2013.346c.619.357%201%201.017%201%201.732v26.69c0%20.715-.381%201.375-1%201.732L37%2064.423a2%202%200%200%201-2%200L11.885%2051.077a2%202%200%200%201-1-1.732v-26.69c0-.715.381-1.375%201-1.732z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M35%207.577a2%202%200%200%201%202%200l23.115%2013.346c.619.357%201%201.017%201%201.732v26.69c0%20.715-.381%201.375-1%201.732L37%2064.423a2%202%200%200%201-2%200L11.885%2051.077a2%202%200%200%201-1-1.732v-26.69c0-.715.381-1.375%201-1.732z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/white-hexagon.svg?color=%231a73e8&size=48