decagram icon
decagram-outline from Material Design Icons by Pictogrammers · Outline · Shape · Apache-2.0 Free for personal and commercial use.
- Name
- decagram-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Shape
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- starburst-outline
1 other variant in Material Design Icons
More shape icons from Material Design Icons
Use the decagram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 12l-2.44 2.78l.34 3.68l-3.61.82l-1.89 3.18L12 21l-3.4 1.47l-1.89-3.18l-3.61-.82l.34-3.69L1 12l2.44-2.79l-.34-3.68l3.61-.81L8.6 1.54L12 3l3.4-1.46l1.89 3.18l3.61.82l-.34 3.68zm-2.67 0L18.5 9.89l.24-2.79L16 6.5l-1.42-2.43L12 5.18L9.42 4.07L8 6.5l-2.74.59l.24 2.79L3.67 12l1.83 2.1l-.24 2.8l2.74.6l1.42 2.43L12 18.81l2.58 1.11L16 17.5l2.74-.61l-.24-2.79z"/></svg>
React
import type { SVGProps } from "react";
export function MdiDecagramOutline(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="m23 12l-2.44 2.78l.34 3.68l-3.61.82l-1.89 3.18L12 21l-3.4 1.47l-1.89-3.18l-3.61-.82l.34-3.69L1 12l2.44-2.79l-.34-3.68l3.61-.81L8.6 1.54L12 3l3.4-1.46l1.89 3.18l3.61.82l-.34 3.68zm-2.67 0L18.5 9.89l.24-2.79L16 6.5l-1.42-2.43L12 5.18L9.42 4.07L8 6.5l-2.74.59l.24 2.79L3.67 12l1.83 2.1l-.24 2.8l2.74.6l1.42 2.43L12 18.81l2.58 1.11L16 17.5l2.74-.61l-.24-2.79z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 12l-2.44 2.78l.34 3.68l-3.61.82l-1.89 3.18L12 21l-3.4 1.47l-1.89-3.18l-3.61-.82l.34-3.69L1 12l2.44-2.79l-.34-3.68l3.61-.81L8.6 1.54L12 3l3.4-1.46l1.89 3.18l3.61.82l-.34 3.68zm-2.67 0L18.5 9.89l.24-2.79L16 6.5l-1.42-2.43L12 5.18L9.42 4.07L8 6.5l-2.74.59l.24 2.79L3.67 12l1.83 2.1l-.24 2.8l2.74.6l1.42 2.43L12 18.81l2.58 1.11L16 17.5l2.74-.61l-.24-2.79z"/></svg> </template>
CSS
.icon-decagram-outline {
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%22m23%2012l-2.44%202.78l.34%203.68l-3.61.82l-1.89%203.18L12%2021l-3.4%201.47l-1.89-3.18l-3.61-.82l.34-3.69L1%2012l2.44-2.79l-.34-3.68l3.61-.81L8.6%201.54L12%203l3.4-1.46l1.89%203.18l3.61.82l-.34%203.68zm-2.67%200L18.5%209.89l.24-2.79L16%206.5l-1.42-2.43L12%205.18L9.42%204.07L8%206.5l-2.74.59l.24%202.79L3.67%2012l1.83%202.1l-.24%202.8l2.74.6l1.42%202.43L12%2018.81l2.58%201.11L16%2017.5l2.74-.61l-.24-2.79z%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%22m23%2012l-2.44%202.78l.34%203.68l-3.61.82l-1.89%203.18L12%2021l-3.4%201.47l-1.89-3.18l-3.61-.82l.34-3.69L1%2012l2.44-2.79l-.34-3.68l3.61-.81L8.6%201.54L12%203l3.4-1.46l1.89%203.18l3.61.82l-.34%203.68zm-2.67%200L18.5%209.89l.24-2.79L16%206.5l-1.42-2.43L12%205.18L9.42%204.07L8%206.5l-2.74.59l.24%202.79L3.67%2012l1.83%202.1l-.24%202.8l2.74.6l1.42%202.43L12%2018.81l2.58%201.11L16%2017.5l2.74-.61l-.24-2.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/decagram-outline.svg?color=%231a73e8&size=48