diamonds four icon

diamonds-four from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
diamonds-four
Set
Phosphor
Style
Regular
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"><path fill="currentColor" 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"/></svg>

React

import type { SVGProps } from "react";

export function PhDiamondsFour(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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"/></svg>
</template>

CSS

.icon-diamonds-four {
  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%3Cpath%20fill%3D%22currentColor%22%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%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%3Cpath%20fill%3D%22currentColor%22%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%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/diamonds-four.svg?color=%231a73e8&size=48