eight spoked asterisk emoji
eight-spoked-asterisk from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- eight-spoked-asterisk
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the eight spoked asterisk emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 20.981v30.038M51.019 36H20.981M46.62 25.38L25.38 46.62m21.24 0L25.38 25.38"/><path fill="#5c9e31" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 20.939v30.038m15.019-15.019H20.981m25.639-10.62l-21.24 21.24m21.24 0l-21.24-21.24"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M60 61H12a.945.945 0 0 1-1-1V12a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiEightSpokedAsterisk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M36 20.981v30.038M51.019 36H20.981M46.62 25.38L25.38 46.62m21.24 0L25.38 25.38"/><path fill="#5c9e31" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M36 20.939v30.038m15.019-15.019H20.981m25.639-10.62l-21.24 21.24m21.24 0l-21.24-21.24"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M60 61H12a.945.945 0 0 1-1-1V12a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 20.981v30.038M51.019 36H20.981M46.62 25.38L25.38 46.62m21.24 0L25.38 25.38"/><path fill="#5c9e31" d="M60 60.958H12a.945.945 0 0 1-1-1v-48a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 20.939v30.038m15.019-15.019H20.981m25.639-10.62l-21.24 21.24m21.24 0l-21.24-21.24"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M60 61H12a.945.945 0 0 1-1-1V12a.945.945 0 0 1 1-1h48a.945.945 0 0 1 1 1v48a.945.945 0 0 1-1 1"/></svg> </template>
CSS
.icon-eight-spoked-asterisk {
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%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2020.981v30.038M51.019%2036H20.981M46.62%2025.38L25.38%2046.62m21.24%200L25.38%2025.38%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M60%2060.958H12a.945.945%200%200%201-1-1v-48a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2020.939v30.038m15.019-15.019H20.981m25.639-10.62l-21.24%2021.24m21.24%200l-21.24-21.24%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M60%2061H12a.945.945%200%200%201-1-1V12a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%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%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2020.981v30.038M51.019%2036H20.981M46.62%2025.38L25.38%2046.62m21.24%200L25.38%2025.38%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M60%2060.958H12a.945.945%200%200%201-1-1v-48a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2020.939v30.038m15.019-15.019H20.981m25.639-10.62l-21.24%2021.24m21.24%200l-21.24-21.24%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M60%2061H12a.945.945%200%200%201-1-1V12a.945.945%200%200%201%201-1h48a.945.945%200%200%201%201%201v48a.945.945%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/eight-spoked-asterisk.svg?color=%231a73e8&size=48