star of david emoji
star-of-david from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- star-of-david
- 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 star of david emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.696" paint-order="stroke fill markers"><path d="m36 18.67l14.97 25.96H21.03l7.486-12.98z"/><path d="m21.01 27.39l29.97.019l-14.97 25.93l-7.5-12.97z"/></g><path fill="#8967aa" d="M12 12.08h48v47.83H12z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m36 18.67l14.97 25.96H21.03l7.486-12.98z" paint-order="stroke fill markers"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m21.01 27.39l29.97.019l-14.97 25.93l-7.5-12.97z" paint-order="stroke fill markers"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 12h48v48H12z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiStarOfDavid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.696" paintOrder="stroke fill markers"><path d="m36 18.67l14.97 25.96H21.03l7.486-12.98z"/><path d="m21.01 27.39l29.97.019l-14.97 25.93l-7.5-12.97z"/></g><path fill="#8967aa" d="M12 12.08h48v47.83H12z"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3" d="m36 18.67l14.97 25.96H21.03l7.486-12.98z" paintOrder="stroke fill markers"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3" d="m21.01 27.39l29.97.019l-14.97 25.93l-7.5-12.97z" paintOrder="stroke fill markers"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 12h48v48H12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.696" paint-order="stroke fill markers"><path d="m36 18.67l14.97 25.96H21.03l7.486-12.98z"/><path d="m21.01 27.39l29.97.019l-14.97 25.93l-7.5-12.97z"/></g><path fill="#8967aa" d="M12 12.08h48v47.83H12z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m36 18.67l14.97 25.96H21.03l7.486-12.98z" paint-order="stroke fill markers"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m21.01 27.39l29.97.019l-14.97 25.93l-7.5-12.97z" paint-order="stroke fill markers"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 12h48v48H12z"/></svg> </template>
CSS
.icon-star-of-david {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.696%22%20paint-order%3D%22stroke%20fill%20markers%22%3E%3Cpath%20d%3D%22m36%2018.67l14.97%2025.96H21.03l7.486-12.98z%22%2F%3E%3Cpath%20d%3D%22m21.01%2027.39l29.97.019l-14.97%2025.93l-7.5-12.97z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M12%2012.08h48v47.83H12z%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%223%22%20d%3D%22m36%2018.67l14.97%2025.96H21.03l7.486-12.98z%22%20paint-order%3D%22stroke%20fill%20markers%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%223%22%20d%3D%22m21.01%2027.39l29.97.019l-14.97%2025.93l-7.5-12.97z%22%20paint-order%3D%22stroke%20fill%20markers%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%22M12%2012h48v48H12z%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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.696%22%20paint-order%3D%22stroke%20fill%20markers%22%3E%3Cpath%20d%3D%22m36%2018.67l14.97%2025.96H21.03l7.486-12.98z%22%2F%3E%3Cpath%20d%3D%22m21.01%2027.39l29.97.019l-14.97%2025.93l-7.5-12.97z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M12%2012.08h48v47.83H12z%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%223%22%20d%3D%22m36%2018.67l14.97%2025.96H21.03l7.486-12.98z%22%20paint-order%3D%22stroke%20fill%20markers%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%223%22%20d%3D%22m21.01%2027.39l29.97.019l-14.97%2025.93l-7.5-12.97z%22%20paint-order%3D%22stroke%20fill%20markers%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%22M12%2012h48v48H12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/star-of-david.svg?color=%231a73e8&size=48