pentagram icon
pentagram from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- pentagram
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the pentagram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.15 14.4l2.56 7.86L12 17.4l-6.72 4.9l2.57-7.93l-6.7-4.87h8.29L12 1.61l2.56 7.89h8.33zm-2.85 2.07l2.56 1.86l-.98-3.01zM11 9.5h2l-1-3.03zm-.26 6.97L9.13 15.3l-1 3.07zM18.28 11h-3.23l.62 1.9zm-7.75 0l-.91 2.8L12 15.54l2.39-1.72l-.92-2.82zm-4.77 0l2.58 1.87l.61-1.87z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPentagram(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="m16.15 14.4l2.56 7.86L12 17.4l-6.72 4.9l2.57-7.93l-6.7-4.87h8.29L12 1.61l2.56 7.89h8.33zm-2.85 2.07l2.56 1.86l-.98-3.01zM11 9.5h2l-1-3.03zm-.26 6.97L9.13 15.3l-1 3.07zM18.28 11h-3.23l.62 1.9zm-7.75 0l-.91 2.8L12 15.54l2.39-1.72l-.92-2.82zm-4.77 0l2.58 1.87l.61-1.87z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.15 14.4l2.56 7.86L12 17.4l-6.72 4.9l2.57-7.93l-6.7-4.87h8.29L12 1.61l2.56 7.89h8.33zm-2.85 2.07l2.56 1.86l-.98-3.01zM11 9.5h2l-1-3.03zm-.26 6.97L9.13 15.3l-1 3.07zM18.28 11h-3.23l.62 1.9zm-7.75 0l-.91 2.8L12 15.54l2.39-1.72l-.92-2.82zm-4.77 0l2.58 1.87l.61-1.87z"/></svg> </template>
CSS
.icon-pentagram {
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%22m16.15%2014.4l2.56%207.86L12%2017.4l-6.72%204.9l2.57-7.93l-6.7-4.87h8.29L12%201.61l2.56%207.89h8.33zm-2.85%202.07l2.56%201.86l-.98-3.01zM11%209.5h2l-1-3.03zm-.26%206.97L9.13%2015.3l-1%203.07zM18.28%2011h-3.23l.62%201.9zm-7.75%200l-.91%202.8L12%2015.54l2.39-1.72l-.92-2.82zm-4.77%200l2.58%201.87l.61-1.87z%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%22m16.15%2014.4l2.56%207.86L12%2017.4l-6.72%204.9l2.57-7.93l-6.7-4.87h8.29L12%201.61l2.56%207.89h8.33zm-2.85%202.07l2.56%201.86l-.98-3.01zM11%209.5h2l-1-3.03zm-.26%206.97L9.13%2015.3l-1%203.07zM18.28%2011h-3.23l.62%201.9zm-7.75%200l-.91%202.8L12%2015.54l2.39-1.72l-.92-2.82zm-4.77%200l2.58%201.87l.61-1.87z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pentagram.svg?color=%231a73e8&size=48