diamonds four icon

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

Name
diamonds-four-thin
Set
Phosphor
Style
Thin
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="M125.17 106.83a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66ZM128 29.66L162.34 64L128 98.34L93.66 64Zm2.83 119.51a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66ZM128 226.34L93.66 192L128 157.66L162.34 192Zm106.83-101.17l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M192 162.34L157.66 128L192 93.66L226.34 128Zm-85.17-37.17l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M64 162.34L29.66 128L64 93.66L98.34 128Z"/></svg>

React

import type { SVGProps } from "react";

export function PhDiamondsFourThin(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="M125.17 106.83a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66ZM128 29.66L162.34 64L128 98.34L93.66 64Zm2.83 119.51a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66ZM128 226.34L93.66 192L128 157.66L162.34 192Zm106.83-101.17l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M192 162.34L157.66 128L192 93.66L226.34 128Zm-85.17-37.17l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M64 162.34L29.66 128L64 93.66L98.34 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="M125.17 106.83a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66ZM128 29.66L162.34 64L128 98.34L93.66 64Zm2.83 119.51a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66ZM128 226.34L93.66 192L128 157.66L162.34 192Zm106.83-101.17l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M192 162.34L157.66 128L192 93.66L226.34 128Zm-85.17-37.17l-40-40a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M64 162.34L29.66 128L64 93.66L98.34 128Z"/></svg>
</template>

CSS

.icon-diamonds-four-thin {
  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%22M125.17%20106.83a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66l-40-40a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66ZM128%2029.66L162.34%2064L128%2098.34L93.66%2064Zm2.83%20119.51a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66ZM128%20226.34L93.66%20192L128%20157.66L162.34%20192Zm106.83-101.17l-40-40a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66M192%20162.34L157.66%20128L192%2093.66L226.34%20128Zm-85.17-37.17l-40-40a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66M64%20162.34L29.66%20128L64%2093.66L98.34%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%22M125.17%20106.83a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66l-40-40a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66ZM128%2029.66L162.34%2064L128%2098.34L93.66%2064Zm2.83%20119.51a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66ZM128%20226.34L93.66%20192L128%20157.66L162.34%20192Zm106.83-101.17l-40-40a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66M192%20162.34L157.66%20128L192%2093.66L226.34%20128Zm-85.17-37.17l-40-40a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66M64%20162.34L29.66%20128L64%2093.66L98.34%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-thin.svg?color=%231a73e8&size=48