star of david icon
star-of-david from Line Awesome by Icons8 · Line · Religion · Apache-2.0 Free for personal and commercial use.
- Name
- star-of-david
- Set
- Line Awesome
- Style
- Line
- Category
- Religion
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- star-of-david-solid
The same icon in other sets
More religion icons from Line Awesome
Use the star of david icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 2.063l-.844 1.406L11.781 9H3.312l.907 1.531L7.53 16l-3.31 5.469L3.312 23h8.47l3.374 5.531l.844 1.407l.844-1.407L20.219 23h8.562l-.937-1.531L24.5 16l3.344-5.469L28.78 9h-8.56l-3.375-5.531zm0 3.843L17.875 9h-3.75zM6.875 11h3.719l-1.875 3.063zm6.031 0h6.219l3.031 5l-3.031 5h-6.219l-3-5zm8.531 0h3.782l-1.875 3.094zm1.907 6.906L25.219 21h-3.782zm-14.625.032L10.594 21H6.875zM14.125 23h3.75L16 26.094z"/></svg>
React
import type { SVGProps } from "react";
export function LaStarOfDavid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 2.063l-.844 1.406L11.781 9H3.312l.907 1.531L7.53 16l-3.31 5.469L3.312 23h8.47l3.374 5.531l.844 1.407l.844-1.407L20.219 23h8.562l-.937-1.531L24.5 16l3.344-5.469L28.78 9h-8.56l-3.375-5.531zm0 3.843L17.875 9h-3.75zM6.875 11h3.719l-1.875 3.063zm6.031 0h6.219l3.031 5l-3.031 5h-6.219l-3-5zm8.531 0h3.782l-1.875 3.094zm1.907 6.906L25.219 21h-3.782zm-14.625.032L10.594 21H6.875zM14.125 23h3.75L16 26.094z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 2.063l-.844 1.406L11.781 9H3.312l.907 1.531L7.53 16l-3.31 5.469L3.312 23h8.47l3.374 5.531l.844 1.407l.844-1.407L20.219 23h8.562l-.937-1.531L24.5 16l3.344-5.469L28.78 9h-8.56l-3.375-5.531zm0 3.843L17.875 9h-3.75zM6.875 11h3.719l-1.875 3.063zm6.031 0h6.219l3.031 5l-3.031 5h-6.219l-3-5zm8.531 0h3.782l-1.875 3.094zm1.907 6.906L25.219 21h-3.782zm-14.625.032L10.594 21H6.875zM14.125 23h3.75L16 26.094z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%202.063l-.844%201.406L11.781%209H3.312l.907%201.531L7.53%2016l-3.31%205.469L3.312%2023h8.47l3.374%205.531l.844%201.407l.844-1.407L20.219%2023h8.562l-.937-1.531L24.5%2016l3.344-5.469L28.78%209h-8.56l-3.375-5.531zm0%203.843L17.875%209h-3.75zM6.875%2011h3.719l-1.875%203.063zm6.031%200h6.219l3.031%205l-3.031%205h-6.219l-3-5zm8.531%200h3.782l-1.875%203.094zm1.907%206.906L25.219%2021h-3.782zm-14.625.032L10.594%2021H6.875zM14.125%2023h3.75L16%2026.094z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%202.063l-.844%201.406L11.781%209H3.312l.907%201.531L7.53%2016l-3.31%205.469L3.312%2023h8.47l3.374%205.531l.844%201.407l.844-1.407L20.219%2023h8.562l-.937-1.531L24.5%2016l3.344-5.469L28.78%209h-8.56l-3.375-5.531zm0%203.843L17.875%209h-3.75zM6.875%2011h3.719l-1.875%203.063zm6.031%200h6.219l3.031%205l-3.031%205h-6.219l-3-5zm8.531%200h3.782l-1.875%203.094zm1.907%206.906L25.219%2021h-3.782zm-14.625.032L10.594%2021H6.875zM14.125%2023h3.75L16%2026.094z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/star-of-david.svg?color=%231a73e8&size=48