five diamond icon
five-diamond-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- five-diamond-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
Related icons in Myna UI Icons
Use the five diamond icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.765 2.176a3.16 3.16 0 0 1 4.47 0l7.588 7.589a3.16 3.16 0 0 1 0 4.47l-7.588 7.588a3.16 3.16 0 0 1-4.47 0l-7.588-7.588a3.16 3.16 0 0 1 0-4.47zm-.74 5.244A.75.75 0 0 0 8.75 8v2.852a.75.75 0 0 0 .75.75h2.778c.927 0 1.472.621 1.472 1.152v1.12c0 .453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75 0 0 0-1.5 0c0 .961.434 1.71 1.08 2.198c.624.471 1.417.68 2.173.678c.755-.003 1.547-.218 2.169-.689a2.67 2.67 0 0 0 1.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064 2.123.07 3.235-.208a.75.75 0 0 0-.364-1.456c-.749.188-1.601.22-2.356.19a13 13 0 0 1-1.431-.134a11 11 0 0 1-.364-.06a.77.77 0 0 0-.642.152"/></svg>
React
import type { SVGProps } from "react";
export function MynauiFiveDiamondSolid(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="M9.765 2.176a3.16 3.16 0 0 1 4.47 0l7.588 7.589a3.16 3.16 0 0 1 0 4.47l-7.588 7.588a3.16 3.16 0 0 1-4.47 0l-7.588-7.588a3.16 3.16 0 0 1 0-4.47zm-.74 5.244A.75.75 0 0 0 8.75 8v2.852a.75.75 0 0 0 .75.75h2.778c.927 0 1.472.621 1.472 1.152v1.12c0 .453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75 0 0 0-1.5 0c0 .961.434 1.71 1.08 2.198c.624.471 1.417.68 2.173.678c.755-.003 1.547-.218 2.169-.689a2.67 2.67 0 0 0 1.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064 2.123.07 3.235-.208a.75.75 0 0 0-.364-1.456c-.749.188-1.601.22-2.356.19a13 13 0 0 1-1.431-.134a11 11 0 0 1-.364-.06a.77.77 0 0 0-.642.152"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.765 2.176a3.16 3.16 0 0 1 4.47 0l7.588 7.589a3.16 3.16 0 0 1 0 4.47l-7.588 7.588a3.16 3.16 0 0 1-4.47 0l-7.588-7.588a3.16 3.16 0 0 1 0-4.47zm-.74 5.244A.75.75 0 0 0 8.75 8v2.852a.75.75 0 0 0 .75.75h2.778c.927 0 1.472.621 1.472 1.152v1.12c0 .453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75 0 0 0-1.5 0c0 .961.434 1.71 1.08 2.198c.624.471 1.417.68 2.173.678c.755-.003 1.547-.218 2.169-.689a2.67 2.67 0 0 0 1.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064 2.123.07 3.235-.208a.75.75 0 0 0-.364-1.456c-.749.188-1.601.22-2.356.19a13 13 0 0 1-1.431-.134a11 11 0 0 1-.364-.06a.77.77 0 0 0-.642.152"/></svg> </template>
CSS
.icon-five-diamond-solid {
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%22M9.765%202.176a3.16%203.16%200%200%201%204.47%200l7.588%207.589a3.16%203.16%200%200%201%200%204.47l-7.588%207.588a3.16%203.16%200%200%201-4.47%200l-7.588-7.588a3.16%203.16%200%200%201%200-4.47zm-.74%205.244A.75.75%200%200%200%208.75%208v2.852a.75.75%200%200%200%20.75.75h2.778c.927%200%201.472.621%201.472%201.152v1.12c0%20.453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75%200%200%200-1.5%200c0%20.961.434%201.71%201.08%202.198c.624.471%201.417.68%202.173.678c.755-.003%201.547-.218%202.169-.689a2.67%202.67%200%200%200%201.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064%202.123.07%203.235-.208a.75.75%200%200%200-.364-1.456c-.749.188-1.601.22-2.356.19a13%2013%200%200%201-1.431-.134a11%2011%200%200%201-.364-.06a.77.77%200%200%200-.642.152%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%22M9.765%202.176a3.16%203.16%200%200%201%204.47%200l7.588%207.589a3.16%203.16%200%200%201%200%204.47l-7.588%207.588a3.16%203.16%200%200%201-4.47%200l-7.588-7.588a3.16%203.16%200%200%201%200-4.47zm-.74%205.244A.75.75%200%200%200%208.75%208v2.852a.75.75%200%200%200%20.75.75h2.778c.927%200%201.472.621%201.472%201.152v1.12c0%20.453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75%200%200%200-1.5%200c0%20.961.434%201.71%201.08%202.198c.624.471%201.417.68%202.173.678c.755-.003%201.547-.218%202.169-.689a2.67%202.67%200%200%200%201.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064%202.123.07%203.235-.208a.75.75%200%200%200-.364-1.456c-.749.188-1.601.22-2.356.19a13%2013%200%200%201-1.431-.134a11%2011%200%200%201-.364-.06a.77.77%200%200%200-.642.152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/five-diamond-solid.svg?color=%231a73e8&size=48