diamonds icon
diamonds-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- diamonds-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All diamonds icons →More newicons icons from Reicon
Use the diamonds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.77 9.798l-.8-1.8l-1.76-3.96c-.47-1.04-1.21-1.89-2.91-1.89H7.7c-1.7 0-2.44.85-2.91 1.89l-1.76 3.96l-.8 1.8c-.46 1.05-.21 2.59.56 3.44l6.85 7.54c1.3 1.43 3.42 1.43 4.72 0l6.85-7.54c.77-.85 1.02-2.39.56-3.44"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDiamondsFilled(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="m21.77 9.798l-.8-1.8l-1.76-3.96c-.47-1.04-1.21-1.89-2.91-1.89H7.7c-1.7 0-2.44.85-2.91 1.89l-1.76 3.96l-.8 1.8c-.46 1.05-.21 2.59.56 3.44l6.85 7.54c1.3 1.43 3.42 1.43 4.72 0l6.85-7.54c.77-.85 1.02-2.39.56-3.44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.77 9.798l-.8-1.8l-1.76-3.96c-.47-1.04-1.21-1.89-2.91-1.89H7.7c-1.7 0-2.44.85-2.91 1.89l-1.76 3.96l-.8 1.8c-.46 1.05-.21 2.59.56 3.44l6.85 7.54c1.3 1.43 3.42 1.43 4.72 0l6.85-7.54c.77-.85 1.02-2.39.56-3.44"/></svg> </template>
CSS
.icon-diamonds-filled {
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%22m21.77%209.798l-.8-1.8l-1.76-3.96c-.47-1.04-1.21-1.89-2.91-1.89H7.7c-1.7%200-2.44.85-2.91%201.89l-1.76%203.96l-.8%201.8c-.46%201.05-.21%202.59.56%203.44l6.85%207.54c1.3%201.43%203.42%201.43%204.72%200l6.85-7.54c.77-.85%201.02-2.39.56-3.44%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%22m21.77%209.798l-.8-1.8l-1.76-3.96c-.47-1.04-1.21-1.89-2.91-1.89H7.7c-1.7%200-2.44.85-2.91%201.89l-1.76%203.96l-.8%201.8c-.46%201.05-.21%202.59.56%203.44l6.85%207.54c1.3%201.43%203.42%201.43%204.72%200l6.85-7.54c.77-.85%201.02-2.39.56-3.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/diamonds-filled.svg?color=%231a73e8&size=48