star of david icon
star-of-david-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- star-of-david-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m192 128l32 56h-64l-32 56l-32-56H32l32-56l-32-56h64l32-56l32 56h64Z" opacity=".2"/><path d="M201.21 128L231 76a8 8 0 0 0-7-12h-59.35L135 12a8 8 0 0 0-13.9 0L91.33 64H32a8 8 0 0 0-6.95 12l29.72 52l-29.72 52a8 8 0 0 0 7 12h59.28l29.72 52a8 8 0 0 0 13.9 0l29.7-52H224a8 8 0 0 0 7-12Zm9-48L192 111.88L173.79 80Zm-27.42 48l-27.42 48h-54.75L73.2 128l27.42-48h54.75ZM128 32.12L146.22 64h-36.45ZM45.78 80h36.41L64 111.88Zm0 95.92L64 144.12L82.19 176ZM128 223.88L109.77 192h36.45ZM173.79 176L192 144.12L210.21 176Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhStarOfDavidDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m192 128l32 56h-64l-32 56l-32-56H32l32-56l-32-56h64l32-56l32 56h64Z" opacity=".2"/><path d="M201.21 128L231 76a8 8 0 0 0-7-12h-59.35L135 12a8 8 0 0 0-13.9 0L91.33 64H32a8 8 0 0 0-6.95 12l29.72 52l-29.72 52a8 8 0 0 0 7 12h59.28l29.72 52a8 8 0 0 0 13.9 0l29.7-52H224a8 8 0 0 0 7-12Zm9-48L192 111.88L173.79 80Zm-27.42 48l-27.42 48h-54.75L73.2 128l27.42-48h54.75ZM128 32.12L146.22 64h-36.45ZM45.78 80h36.41L64 111.88Zm0 95.92L64 144.12L82.19 176ZM128 223.88L109.77 192h36.45ZM173.79 176L192 144.12L210.21 176Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m192 128l32 56h-64l-32 56l-32-56H32l32-56l-32-56h64l32-56l32 56h64Z" opacity=".2"/><path d="M201.21 128L231 76a8 8 0 0 0-7-12h-59.35L135 12a8 8 0 0 0-13.9 0L91.33 64H32a8 8 0 0 0-6.95 12l29.72 52l-29.72 52a8 8 0 0 0 7 12h59.28l29.72 52a8 8 0 0 0 13.9 0l29.7-52H224a8 8 0 0 0 7-12Zm9-48L192 111.88L173.79 80Zm-27.42 48l-27.42 48h-54.75L73.2 128l27.42-48h54.75ZM128 32.12L146.22 64h-36.45ZM45.78 80h36.41L64 111.88Zm0 95.92L64 144.12L82.19 176ZM128 223.88L109.77 192h36.45ZM173.79 176L192 144.12L210.21 176Z"/></g></svg> </template>
CSS
.icon-star-of-david-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m192%20128l32%2056h-64l-32%2056l-32-56H32l32-56l-32-56h64l32-56l32%2056h64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M201.21%20128L231%2076a8%208%200%200%200-7-12h-59.35L135%2012a8%208%200%200%200-13.9%200L91.33%2064H32a8%208%200%200%200-6.95%2012l29.72%2052l-29.72%2052a8%208%200%200%200%207%2012h59.28l29.72%2052a8%208%200%200%200%2013.9%200l29.7-52H224a8%208%200%200%200%207-12Zm9-48L192%20111.88L173.79%2080Zm-27.42%2048l-27.42%2048h-54.75L73.2%20128l27.42-48h54.75ZM128%2032.12L146.22%2064h-36.45ZM45.78%2080h36.41L64%20111.88Zm0%2095.92L64%20144.12L82.19%20176ZM128%20223.88L109.77%20192h36.45ZM173.79%20176L192%20144.12L210.21%20176Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m192%20128l32%2056h-64l-32%2056l-32-56H32l32-56l-32-56h64l32-56l32%2056h64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M201.21%20128L231%2076a8%208%200%200%200-7-12h-59.35L135%2012a8%208%200%200%200-13.9%200L91.33%2064H32a8%208%200%200%200-6.95%2012l29.72%2052l-29.72%2052a8%208%200%200%200%207%2012h59.28l29.72%2052a8%208%200%200%200%2013.9%200l29.7-52H224a8%208%200%200%200%207-12Zm9-48L192%20111.88L173.79%2080Zm-27.42%2048l-27.42%2048h-54.75L73.2%20128l27.42-48h54.75ZM128%2032.12L146.22%2064h-36.45ZM45.78%2080h36.41L64%20111.88Zm0%2095.92L64%20144.12L82.19%20176ZM128%20223.88L109.77%20192h36.45ZM173.79%20176L192%20144.12L210.21%20176Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/star-of-david-duotone.svg?color=%231a73e8&size=48