star of david icon
star-of-david-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- star-of-david-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the star of david icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m198.91 128l30.3-53a6 6 0 0 0-5.21-9h-60.51l-30.28-53a6 6 0 0 0-10.42 0L92.5 66H32a6 6 0 0 0-5.21 9l30.28 53l-30.28 53a6 6 0 0 0 5.21 9h60.5l30.29 53a6 6 0 0 0 10.42 0l30.28-53H224a6 6 0 0 0 5.21-9Zm14.75-50L192 115.91L170.34 78Zm-28.57 50l-28.56 50H99.46L70.9 128l28.56-50h57.07ZM128 28.09L149.67 66h-43.35ZM42.34 78h43.3L64 115.91Zm0 99.92L64 140.09L85.64 178ZM128 227.91L106.32 190h43.35ZM170.34 178L192 140.09L213.66 178Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStarOfDavidLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m198.91 128l30.3-53a6 6 0 0 0-5.21-9h-60.51l-30.28-53a6 6 0 0 0-10.42 0L92.5 66H32a6 6 0 0 0-5.21 9l30.28 53l-30.28 53a6 6 0 0 0 5.21 9h60.5l30.29 53a6 6 0 0 0 10.42 0l30.28-53H224a6 6 0 0 0 5.21-9Zm14.75-50L192 115.91L170.34 78Zm-28.57 50l-28.56 50H99.46L70.9 128l28.56-50h57.07ZM128 28.09L149.67 66h-43.35ZM42.34 78h43.3L64 115.91Zm0 99.92L64 140.09L85.64 178ZM128 227.91L106.32 190h43.35ZM170.34 178L192 140.09L213.66 178Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m198.91 128l30.3-53a6 6 0 0 0-5.21-9h-60.51l-30.28-53a6 6 0 0 0-10.42 0L92.5 66H32a6 6 0 0 0-5.21 9l30.28 53l-30.28 53a6 6 0 0 0 5.21 9h60.5l30.29 53a6 6 0 0 0 10.42 0l30.28-53H224a6 6 0 0 0 5.21-9Zm14.75-50L192 115.91L170.34 78Zm-28.57 50l-28.56 50H99.46L70.9 128l28.56-50h57.07ZM128 28.09L149.67 66h-43.35ZM42.34 78h43.3L64 115.91Zm0 99.92L64 140.09L85.64 178ZM128 227.91L106.32 190h43.35ZM170.34 178L192 140.09L213.66 178Z"/></svg> </template>
CSS
.icon-star-of-david-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m198.91%20128l30.3-53a6%206%200%200%200-5.21-9h-60.51l-30.28-53a6%206%200%200%200-10.42%200L92.5%2066H32a6%206%200%200%200-5.21%209l30.28%2053l-30.28%2053a6%206%200%200%200%205.21%209h60.5l30.29%2053a6%206%200%200%200%2010.42%200l30.28-53H224a6%206%200%200%200%205.21-9Zm14.75-50L192%20115.91L170.34%2078Zm-28.57%2050l-28.56%2050H99.46L70.9%20128l28.56-50h57.07ZM128%2028.09L149.67%2066h-43.35ZM42.34%2078h43.3L64%20115.91Zm0%2099.92L64%20140.09L85.64%20178ZM128%20227.91L106.32%20190h43.35ZM170.34%20178L192%20140.09L213.66%20178Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m198.91%20128l30.3-53a6%206%200%200%200-5.21-9h-60.51l-30.28-53a6%206%200%200%200-10.42%200L92.5%2066H32a6%206%200%200%200-5.21%209l30.28%2053l-30.28%2053a6%206%200%200%200%205.21%209h60.5l30.29%2053a6%206%200%200%200%2010.42%200l30.28-53H224a6%206%200%200%200%205.21-9Zm14.75-50L192%20115.91L170.34%2078Zm-28.57%2050l-28.56%2050H99.46L70.9%20128l28.56-50h57.07ZM128%2028.09L149.67%2066h-43.35ZM42.34%2078h43.3L64%20115.91Zm0%2099.92L64%20140.09L85.64%20178ZM128%20227.91L106.32%20190h43.35ZM170.34%20178L192%20140.09L213.66%20178Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/star-of-david-light.svg?color=%231a73e8&size=48