diamonds four icon
diamonds-four-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- diamonds-four-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the diamonds four icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 104L88 64l40-40l40 40Zm-40 88l40 40l40-40l-40-40ZM192 88l-40 40l40 40l40-40ZM64 88l-40 40l40 40l40-40Z" opacity=".2"/><path d="M122.34 109.66a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32ZM128 35.31L156.69 64L128 92.69L99.31 64Zm5.66 111a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32ZM128 220.69L99.31 192L128 163.31L156.69 192Zm109.66-98.35l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M192 156.69L163.31 128L192 99.31L220.69 128Zm-82.34-34.35l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M64 156.69L35.31 128L64 99.31L92.69 128Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhDiamondsFourDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 104L88 64l40-40l40 40Zm-40 88l40 40l40-40l-40-40ZM192 88l-40 40l40 40l40-40ZM64 88l-40 40l40 40l40-40Z" opacity=".2"/><path d="M122.34 109.66a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32ZM128 35.31L156.69 64L128 92.69L99.31 64Zm5.66 111a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32ZM128 220.69L99.31 192L128 163.31L156.69 192Zm109.66-98.35l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M192 156.69L163.31 128L192 99.31L220.69 128Zm-82.34-34.35l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M64 156.69L35.31 128L64 99.31L92.69 128Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 104L88 64l40-40l40 40Zm-40 88l40 40l40-40l-40-40ZM192 88l-40 40l40 40l40-40ZM64 88l-40 40l40 40l40-40Z" opacity=".2"/><path d="M122.34 109.66a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32ZM128 35.31L156.69 64L128 92.69L99.31 64Zm5.66 111a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32ZM128 220.69L99.31 192L128 163.31L156.69 192Zm109.66-98.35l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M192 156.69L163.31 128L192 99.31L220.69 128Zm-82.34-34.35l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M64 156.69L35.31 128L64 99.31L92.69 128Z"/></g></svg> </template>
CSS
.icon-diamonds-four-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%20104L88%2064l40-40l40%2040Zm-40%2088l40%2040l40-40l-40-40ZM192%2088l-40%2040l40%2040l40-40ZM64%2088l-40%2040l40%2040l40-40Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M122.34%20109.66a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32l-40-40a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32ZM128%2035.31L156.69%2064L128%2092.69L99.31%2064Zm5.66%20111a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32ZM128%20220.69L99.31%20192L128%20163.31L156.69%20192Zm109.66-98.35l-40-40a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32M192%20156.69L163.31%20128L192%2099.31L220.69%20128Zm-82.34-34.35l-40-40a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32M64%20156.69L35.31%20128L64%2099.31L92.69%20128Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%20104L88%2064l40-40l40%2040Zm-40%2088l40%2040l40-40l-40-40ZM192%2088l-40%2040l40%2040l40-40ZM64%2088l-40%2040l40%2040l40-40Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M122.34%20109.66a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32l-40-40a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32ZM128%2035.31L156.69%2064L128%2092.69L99.31%2064Zm5.66%20111a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32ZM128%20220.69L99.31%20192L128%20163.31L156.69%20192Zm109.66-98.35l-40-40a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32M192%20156.69L163.31%20128L192%2099.31L220.69%20128Zm-82.34-34.35l-40-40a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32M64%20156.69L35.31%20128L64%2099.31L92.69%20128Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/diamonds-four-duotone.svg?color=%231a73e8&size=48