diamond icon

diamond from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.

Name
diamond
Set
Unicons
Style
Line
Category
Sports
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More sports icons from Unicons

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="m20 10.35l-5.78-7.41A3.06 3.06 0 0 0 9.75 3L4 10.35A3.05 3.05 0 0 0 3.51 12A3.1 3.1 0 0 0 4 13.58l.06.07l5.74 7.41A3 3 0 0 0 12 22a3.06 3.06 0 0 0 2.26-1L20 13.65a3 3 0 0 0-.06-3.3Zm-1.57 2.14l-5.67 7.22a1.11 1.11 0 0 1-1.42.07l-5.69-7.31a1 1 0 0 1-.14-.47a1.1 1.1 0 0 1 .1-.45l5.67-7.22a1.11 1.11 0 0 1 1.42-.07l5.63 7.28a1 1 0 0 1 .16.54a1.1 1.1 0 0 1-.1.41Z"/></svg>

React

import type { SVGProps } from "react";

export function UilDiamond(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="m20 10.35l-5.78-7.41A3.06 3.06 0 0 0 9.75 3L4 10.35A3.05 3.05 0 0 0 3.51 12A3.1 3.1 0 0 0 4 13.58l.06.07l5.74 7.41A3 3 0 0 0 12 22a3.06 3.06 0 0 0 2.26-1L20 13.65a3 3 0 0 0-.06-3.3Zm-1.57 2.14l-5.67 7.22a1.11 1.11 0 0 1-1.42.07l-5.69-7.31a1 1 0 0 1-.14-.47a1.1 1.1 0 0 1 .1-.45l5.67-7.22a1.11 1.11 0 0 1 1.42-.07l5.63 7.28a1 1 0 0 1 .16.54a1.1 1.1 0 0 1-.1.41Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 10.35l-5.78-7.41A3.06 3.06 0 0 0 9.75 3L4 10.35A3.05 3.05 0 0 0 3.51 12A3.1 3.1 0 0 0 4 13.58l.06.07l5.74 7.41A3 3 0 0 0 12 22a3.06 3.06 0 0 0 2.26-1L20 13.65a3 3 0 0 0-.06-3.3Zm-1.57 2.14l-5.67 7.22a1.11 1.11 0 0 1-1.42.07l-5.69-7.31a1 1 0 0 1-.14-.47a1.1 1.1 0 0 1 .1-.45l5.67-7.22a1.11 1.11 0 0 1 1.42-.07l5.63 7.28a1 1 0 0 1 .16.54a1.1 1.1 0 0 1-.1.41Z"/></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%22m20%2010.35l-5.78-7.41A3.06%203.06%200%200%200%209.75%203L4%2010.35A3.05%203.05%200%200%200%203.51%2012A3.1%203.1%200%200%200%204%2013.58l.06.07l5.74%207.41A3%203%200%200%200%2012%2022a3.06%203.06%200%200%200%202.26-1L20%2013.65a3%203%200%200%200-.06-3.3Zm-1.57%202.14l-5.67%207.22a1.11%201.11%200%200%201-1.42.07l-5.69-7.31a1%201%200%200%201-.14-.47a1.1%201.1%200%200%201%20.1-.45l5.67-7.22a1.11%201.11%200%200%201%201.42-.07l5.63%207.28a1%201%200%200%201%20.16.54a1.1%201.1%200%200%201-.1.41Z%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%22m20%2010.35l-5.78-7.41A3.06%203.06%200%200%200%209.75%203L4%2010.35A3.05%203.05%200%200%200%203.51%2012A3.1%203.1%200%200%200%204%2013.58l.06.07l5.74%207.41A3%203%200%200%200%2012%2022a3.06%203.06%200%200%200%202.26-1L20%2013.65a3%203%200%200%200-.06-3.3Zm-1.57%202.14l-5.67%207.22a1.11%201.11%200%200%201-1.42.07l-5.69-7.31a1%201%200%200%201-.14-.47a1.1%201.1%200%200%201%20.1-.45l5.67-7.22a1.11%201.11%200%200%201%201.42-.07l5.63%207.28a1%201%200%200%201%20.16.54a1.1%201.1%200%200%201-.1.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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