star david icon
star-david from Material Design Icons by Pictogrammers · Filled · Religion · Apache-2.0 Free for personal and commercial use.
- Name
- star-david
- Set
- Material Design Icons
- Style
- Filled
- Category
- Religion
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- jewish, judaism, magen-david, religion-judaic
More religion icons from Material Design Icons
Use the star david icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2L9.1 7H3.3l3 5l-3 5h5.8l2.9 5l2.9-5h5.8l-3-5l3-5h-5.8zm0 3l1.2 2h-2.4zM8.2 8.5l-1.1 2l-1.2-2zm1.8 0h4l2 3.5l-2 3.5h-4L8 12zm8 0l-1.2 2l-1.1-2zm-10.9 5l1.1 2H6zm9.8 0l1.2 2h-2.3zM13.3 17L12 19l-1.2-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiStarDavid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2L9.1 7H3.3l3 5l-3 5h5.8l2.9 5l2.9-5h5.8l-3-5l3-5h-5.8zm0 3l1.2 2h-2.4zM8.2 8.5l-1.1 2l-1.2-2zm1.8 0h4l2 3.5l-2 3.5h-4L8 12zm8 0l-1.2 2l-1.1-2zm-10.9 5l1.1 2H6zm9.8 0l1.2 2h-2.3zM13.3 17L12 19l-1.2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2L9.1 7H3.3l3 5l-3 5h5.8l2.9 5l2.9-5h5.8l-3-5l3-5h-5.8zm0 3l1.2 2h-2.4zM8.2 8.5l-1.1 2l-1.2-2zm1.8 0h4l2 3.5l-2 3.5h-4L8 12zm8 0l-1.2 2l-1.1-2zm-10.9 5l1.1 2H6zm9.8 0l1.2 2h-2.3zM13.3 17L12 19l-1.2-2z"/></svg> </template>
CSS
.icon-star-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202L9.1%207H3.3l3%205l-3%205h5.8l2.9%205l2.9-5h5.8l-3-5l3-5h-5.8zm0%203l1.2%202h-2.4zM8.2%208.5l-1.1%202l-1.2-2zm1.8%200h4l2%203.5l-2%203.5h-4L8%2012zm8%200l-1.2%202l-1.1-2zm-10.9%205l1.1%202H6zm9.8%200l1.2%202h-2.3zM13.3%2017L12%2019l-1.2-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202L9.1%207H3.3l3%205l-3%205h5.8l2.9%205l2.9-5h5.8l-3-5l3-5h-5.8zm0%203l1.2%202h-2.4zM8.2%208.5l-1.1%202l-1.2-2zm1.8%200h4l2%203.5l-2%203.5h-4L8%2012zm8%200l-1.2%202l-1.1-2zm-10.9%205l1.1%202H6zm9.8%200l1.2%202h-2.3zM13.3%2017L12%2019l-1.2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/star-david.svg?color=%231a73e8&size=48