star-of-david from Font Awesome 6 Solid by Dave Gandy · Regular · Religion · CC-BY-4.0 Attribution required.

Name
star-of-david
Set
Font Awesome 6 Solid
Style
Regular
Category
Religion
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More religion icons from Font Awesome 6 Solid

Use the star of david icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M404.2 309.5L383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88l54 88h122.8zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4H348.8l-56.2 91.5c-7.8 12.8-21.7 20.5-36.6 20.5s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87l-53.4-87c-3.6-5.9-5.5-12.7-5.5-19.6c0-20.6 16.8-37.4 37.4-37.4h109.8l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5l56.1 91.5h109.8c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6L437 256zm-54-88l21.1 34.5l21.2-34.5zM283 112l-27-44l-27 44zm-154.1 56H86.6l21.1 34.5zm-21.1 141.5L86.6 344h42.3zM229 400l27 44l27-44z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidStarOfDavid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M404.2 309.5L383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88l54 88h122.8zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4H348.8l-56.2 91.5c-7.8 12.8-21.7 20.5-36.6 20.5s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87l-53.4-87c-3.6-5.9-5.5-12.7-5.5-19.6c0-20.6 16.8-37.4 37.4-37.4h109.8l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5l56.1 91.5h109.8c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6L437 256zm-54-88l21.1 34.5l21.2-34.5zM283 112l-27-44l-27 44zm-154.1 56H86.6l21.1 34.5zm-21.1 141.5L86.6 344h42.3zM229 400l27 44l27-44z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M404.2 309.5L383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88l54 88h122.8zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4H348.8l-56.2 91.5c-7.8 12.8-21.7 20.5-36.6 20.5s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87l-53.4-87c-3.6-5.9-5.5-12.7-5.5-19.6c0-20.6 16.8-37.4 37.4-37.4h109.8l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5l56.1 91.5h109.8c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6L437 256zm-54-88l21.1 34.5l21.2-34.5zM283 112l-27-44l-27 44zm-154.1 56H86.6l21.1 34.5zm-21.1 141.5L86.6 344h42.3zM229 400l27 44l27-44z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M404.2%20309.5L383.1%20344h42.3l-21.1-34.5zM371.4%20256l-54-88H194.6l-54%2088l54%2088h122.8zm65.7%200l53.4%2087c3.6%205.9%205.5%2012.7%205.5%2019.6c0%2020.7-16.8%2037.4-37.4%2037.4H348.8l-56.2%2091.5c-7.8%2012.8-21.7%2020.5-36.6%2020.5s-28.8-7.7-36.6-20.5L163.3%20400H53.4C32.8%20400%2016%20383.2%2016%20362.6c0-6.9%201.9-13.7%205.5-19.6l53.4-87l-53.4-87c-3.6-5.9-5.5-12.7-5.5-19.6c0-20.6%2016.8-37.4%2037.4-37.4h109.8l56.2-91.5C227.2%207.7%20241.1%200%20256%200s28.8%207.7%2036.6%2020.5l56.1%2091.5h109.8c20.7%200%2037.4%2016.8%2037.4%2037.4c0%206.9-1.9%2013.7-5.5%2019.6L437%20256zm-54-88l21.1%2034.5l21.2-34.5zM283%20112l-27-44l-27%2044zm-154.1%2056H86.6l21.1%2034.5zm-21.1%20141.5L86.6%20344h42.3zM229%20400l27%2044l27-44z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M404.2%20309.5L383.1%20344h42.3l-21.1-34.5zM371.4%20256l-54-88H194.6l-54%2088l54%2088h122.8zm65.7%200l53.4%2087c3.6%205.9%205.5%2012.7%205.5%2019.6c0%2020.7-16.8%2037.4-37.4%2037.4H348.8l-56.2%2091.5c-7.8%2012.8-21.7%2020.5-36.6%2020.5s-28.8-7.7-36.6-20.5L163.3%20400H53.4C32.8%20400%2016%20383.2%2016%20362.6c0-6.9%201.9-13.7%205.5-19.6l53.4-87l-53.4-87c-3.6-5.9-5.5-12.7-5.5-19.6c0-20.6%2016.8-37.4%2037.4-37.4h109.8l56.2-91.5C227.2%207.7%20241.1%200%20256%200s28.8%207.7%2036.6%2020.5l56.1%2091.5h109.8c20.7%200%2037.4%2016.8%2037.4%2037.4c0%206.9-1.9%2013.7-5.5%2019.6L437%20256zm-54-88l21.1%2034.5l21.2-34.5zM283%20112l-27-44l-27%2044zm-154.1%2056H86.6l21.1%2034.5zm-21.1%20141.5L86.6%20344h42.3zM229%20400l27%2044l27-44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/star-of-david.svg?color=%231a73e8&size=48