star of david icon
star-of-david-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- star-of-david-thin
- Set
- Phosphor
- Style
- Thin
- 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="m196.61 128l30.86-54a4 4 0 0 0-3.47-6h-61.67l-30.86-54a4 4 0 0 0-6.94 0L93.66 68H32a4 4 0 0 0-3.47 6l30.85 54l-30.85 54a4 4 0 0 0 3.47 6h61.66l30.87 54a4 4 0 0 0 6.94 0l30.86-54H224a4 4 0 0 0 3.47-6Zm20.5-52L192 119.94L166.9 76Zm-29.72 52l-29.7 52H98.3l-29.71-52L98.3 76h59.39ZM128 24.06l25.12 44h-50.25ZM38.89 76h50.19L64 119.94Zm0 103.92L64 136.06L89.08 180Zm89.11 52l-25.13-44h50.25ZM166.9 180l25.1-43.94L217.11 180Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStarOfDavidThin(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="m196.61 128l30.86-54a4 4 0 0 0-3.47-6h-61.67l-30.86-54a4 4 0 0 0-6.94 0L93.66 68H32a4 4 0 0 0-3.47 6l30.85 54l-30.85 54a4 4 0 0 0 3.47 6h61.66l30.87 54a4 4 0 0 0 6.94 0l30.86-54H224a4 4 0 0 0 3.47-6Zm20.5-52L192 119.94L166.9 76Zm-29.72 52l-29.7 52H98.3l-29.71-52L98.3 76h59.39ZM128 24.06l25.12 44h-50.25ZM38.89 76h50.19L64 119.94Zm0 103.92L64 136.06L89.08 180Zm89.11 52l-25.13-44h50.25ZM166.9 180l25.1-43.94L217.11 180Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m196.61 128l30.86-54a4 4 0 0 0-3.47-6h-61.67l-30.86-54a4 4 0 0 0-6.94 0L93.66 68H32a4 4 0 0 0-3.47 6l30.85 54l-30.85 54a4 4 0 0 0 3.47 6h61.66l30.87 54a4 4 0 0 0 6.94 0l30.86-54H224a4 4 0 0 0 3.47-6Zm20.5-52L192 119.94L166.9 76Zm-29.72 52l-29.7 52H98.3l-29.71-52L98.3 76h59.39ZM128 24.06l25.12 44h-50.25ZM38.89 76h50.19L64 119.94Zm0 103.92L64 136.06L89.08 180Zm89.11 52l-25.13-44h50.25ZM166.9 180l25.1-43.94L217.11 180Z"/></svg> </template>
CSS
.icon-star-of-david-thin {
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%22m196.61%20128l30.86-54a4%204%200%200%200-3.47-6h-61.67l-30.86-54a4%204%200%200%200-6.94%200L93.66%2068H32a4%204%200%200%200-3.47%206l30.85%2054l-30.85%2054a4%204%200%200%200%203.47%206h61.66l30.87%2054a4%204%200%200%200%206.94%200l30.86-54H224a4%204%200%200%200%203.47-6Zm20.5-52L192%20119.94L166.9%2076Zm-29.72%2052l-29.7%2052H98.3l-29.71-52L98.3%2076h59.39ZM128%2024.06l25.12%2044h-50.25ZM38.89%2076h50.19L64%20119.94Zm0%20103.92L64%20136.06L89.08%20180Zm89.11%2052l-25.13-44h50.25ZM166.9%20180l25.1-43.94L217.11%20180Z%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%22m196.61%20128l30.86-54a4%204%200%200%200-3.47-6h-61.67l-30.86-54a4%204%200%200%200-6.94%200L93.66%2068H32a4%204%200%200%200-3.47%206l30.85%2054l-30.85%2054a4%204%200%200%200%203.47%206h61.66l30.87%2054a4%204%200%200%200%206.94%200l30.86-54H224a4%204%200%200%200%203.47-6Zm20.5-52L192%20119.94L166.9%2076Zm-29.72%2052l-29.7%2052H98.3l-29.71-52L98.3%2076h59.39ZM128%2024.06l25.12%2044h-50.25ZM38.89%2076h50.19L64%20119.94Zm0%20103.92L64%20136.06L89.08%20180Zm89.11%2052l-25.13-44h50.25ZM166.9%20180l25.1-43.94L217.11%20180Z%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-thin.svg?color=%231a73e8&size=48