diamond from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
diamond
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-diamond

The same icon in other sets

Use the diamond icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.813 3.838A2 2 0 0 0 16.187 3H7.813c-.644 0-1.252.313-1.667.899l-4 6.581a1 1 0 0 0 .111 1.188l9 10a.995.995 0 0 0 1.486.001l9-10a1 1 0 0 0 .111-1.188zM12 19.505L5.245 12h13.509zM4.777 10l3.036-5l8.332-.062L19.222 10z"/></svg>

React

import type { SVGProps } from "react";

export function BxDiamond(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="M17.813 3.838A2 2 0 0 0 16.187 3H7.813c-.644 0-1.252.313-1.667.899l-4 6.581a1 1 0 0 0 .111 1.188l9 10a.995.995 0 0 0 1.486.001l9-10a1 1 0 0 0 .111-1.188zM12 19.505L5.245 12h13.509zM4.777 10l3.036-5l8.332-.062L19.222 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.813 3.838A2 2 0 0 0 16.187 3H7.813c-.644 0-1.252.313-1.667.899l-4 6.581a1 1 0 0 0 .111 1.188l9 10a.995.995 0 0 0 1.486.001l9-10a1 1 0 0 0 .111-1.188zM12 19.505L5.245 12h13.509zM4.777 10l3.036-5l8.332-.062L19.222 10z"/></svg>
</template>

CSS

.icon-diamond {
  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%22M17.813%203.838A2%202%200%200%200%2016.187%203H7.813c-.644%200-1.252.313-1.667.899l-4%206.581a1%201%200%200%200%20.111%201.188l9%2010a.995.995%200%200%200%201.486.001l9-10a1%201%200%200%200%20.111-1.188zM12%2019.505L5.245%2012h13.509zM4.777%2010l3.036-5l8.332-.062L19.222%2010z%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%22M17.813%203.838A2%202%200%200%200%2016.187%203H7.813c-.644%200-1.252.313-1.667.899l-4%206.581a1%201%200%200%200%20.111%201.188l9%2010a.995.995%200%200%200%201.486.001l9-10a1%201%200%200%200%20.111-1.188zM12%2019.505L5.245%2012h13.509zM4.777%2010l3.036-5l8.332-.062L19.222%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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