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

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

The same icon in other sets

More religion icons from Font Awesome Solid

Use the star of david icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M479.9 375.9L452.1 424h55.7L480 375.9zM447.6 320l-60.2-104H252.6l-60.2 104l60.2 104h134.8zm64.7 0l58.4 100.9c3.5 6 5.3 12.8 5.3 19.7c0 21.7-17.6 39.4-39.4 39.4h-117l-61.3 105.8c-7.8 13.8-22.5 22.2-38.3 22.2s-30.5-8.4-38.4-22.2L220.3 480h-117c-21.7 0-39.4-17.6-39.4-39.4c0-6.9 1.8-13.7 5.3-19.7L127.7 320L69.3 219.1c-3.5-6-5.3-12.8-5.3-19.7c0-21.8 17.6-39.4 39.4-39.4h117l61.3-105.8C289.5 40.4 304.2 32 320 32s30.5 8.4 38.4 22.2L419.7 160h117c21.7 0 39.4 17.6 39.4 39.4c0 6.9-1.8 13.7-5.3 19.7zm-60.2-104l27.8 48.1l27.8-48.1H452zM355 160l-35-60.4l-35 60.4zm-167.1 56h-55.7l27.8 48.1l27.8-48.1zm-27.8 159.9L132.3 424H188l-27.8-48.1zM285 480l35 60.4l35-60.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidStarOfDavid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M479.9 375.9L452.1 424h55.7L480 375.9zM447.6 320l-60.2-104H252.6l-60.2 104l60.2 104h134.8zm64.7 0l58.4 100.9c3.5 6 5.3 12.8 5.3 19.7c0 21.7-17.6 39.4-39.4 39.4h-117l-61.3 105.8c-7.8 13.8-22.5 22.2-38.3 22.2s-30.5-8.4-38.4-22.2L220.3 480h-117c-21.7 0-39.4-17.6-39.4-39.4c0-6.9 1.8-13.7 5.3-19.7L127.7 320L69.3 219.1c-3.5-6-5.3-12.8-5.3-19.7c0-21.8 17.6-39.4 39.4-39.4h117l61.3-105.8C289.5 40.4 304.2 32 320 32s30.5 8.4 38.4 22.2L419.7 160h117c21.7 0 39.4 17.6 39.4 39.4c0 6.9-1.8 13.7-5.3 19.7zm-60.2-104l27.8 48.1l27.8-48.1H452zM355 160l-35-60.4l-35 60.4zm-167.1 56h-55.7l27.8 48.1l27.8-48.1zm-27.8 159.9L132.3 424H188l-27.8-48.1zM285 480l35 60.4l35-60.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M479.9 375.9L452.1 424h55.7L480 375.9zM447.6 320l-60.2-104H252.6l-60.2 104l60.2 104h134.8zm64.7 0l58.4 100.9c3.5 6 5.3 12.8 5.3 19.7c0 21.7-17.6 39.4-39.4 39.4h-117l-61.3 105.8c-7.8 13.8-22.5 22.2-38.3 22.2s-30.5-8.4-38.4-22.2L220.3 480h-117c-21.7 0-39.4-17.6-39.4-39.4c0-6.9 1.8-13.7 5.3-19.7L127.7 320L69.3 219.1c-3.5-6-5.3-12.8-5.3-19.7c0-21.8 17.6-39.4 39.4-39.4h117l61.3-105.8C289.5 40.4 304.2 32 320 32s30.5 8.4 38.4 22.2L419.7 160h117c21.7 0 39.4 17.6 39.4 39.4c0 6.9-1.8 13.7-5.3 19.7zm-60.2-104l27.8 48.1l27.8-48.1H452zM355 160l-35-60.4l-35 60.4zm-167.1 56h-55.7l27.8 48.1l27.8-48.1zm-27.8 159.9L132.3 424H188l-27.8-48.1zM285 480l35 60.4l35-60.4z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M479.9%20375.9L452.1%20424h55.7L480%20375.9zM447.6%20320l-60.2-104H252.6l-60.2%20104l60.2%20104h134.8zm64.7%200l58.4%20100.9c3.5%206%205.3%2012.8%205.3%2019.7c0%2021.7-17.6%2039.4-39.4%2039.4h-117l-61.3%20105.8c-7.8%2013.8-22.5%2022.2-38.3%2022.2s-30.5-8.4-38.4-22.2L220.3%20480h-117c-21.7%200-39.4-17.6-39.4-39.4c0-6.9%201.8-13.7%205.3-19.7L127.7%20320L69.3%20219.1c-3.5-6-5.3-12.8-5.3-19.7c0-21.8%2017.6-39.4%2039.4-39.4h117l61.3-105.8C289.5%2040.4%20304.2%2032%20320%2032s30.5%208.4%2038.4%2022.2L419.7%20160h117c21.7%200%2039.4%2017.6%2039.4%2039.4c0%206.9-1.8%2013.7-5.3%2019.7zm-60.2-104l27.8%2048.1l27.8-48.1H452zM355%20160l-35-60.4l-35%2060.4zm-167.1%2056h-55.7l27.8%2048.1l27.8-48.1zm-27.8%20159.9L132.3%20424H188l-27.8-48.1zM285%20480l35%2060.4l35-60.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M479.9%20375.9L452.1%20424h55.7L480%20375.9zM447.6%20320l-60.2-104H252.6l-60.2%20104l60.2%20104h134.8zm64.7%200l58.4%20100.9c3.5%206%205.3%2012.8%205.3%2019.7c0%2021.7-17.6%2039.4-39.4%2039.4h-117l-61.3%20105.8c-7.8%2013.8-22.5%2022.2-38.3%2022.2s-30.5-8.4-38.4-22.2L220.3%20480h-117c-21.7%200-39.4-17.6-39.4-39.4c0-6.9%201.8-13.7%205.3-19.7L127.7%20320L69.3%20219.1c-3.5-6-5.3-12.8-5.3-19.7c0-21.8%2017.6-39.4%2039.4-39.4h117l61.3-105.8C289.5%2040.4%20304.2%2032%20320%2032s30.5%208.4%2038.4%2022.2L419.7%20160h117c21.7%200%2039.4%2017.6%2039.4%2039.4c0%206.9-1.8%2013.7-5.3%2019.7zm-60.2-104l27.8%2048.1l27.8-48.1H452zM355%20160l-35-60.4l-35%2060.4zm-167.1%2056h-55.7l27.8%2048.1l27.8-48.1zm-27.8%20159.9L132.3%20424H188l-27.8-48.1zM285%20480l35%2060.4l35-60.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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