diamond plus icon

diamond-plus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
diamond-plus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the diamond plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.004 12.186c.073 1.664 1.418 3.01 4.11 5.7c2.69 2.692 4.036 4.037 5.7 4.11q.186.007.372 0c1.664-.073 3.01-1.418 5.7-4.11c2.692-2.69 4.037-4.036 4.11-5.7a4 4 0 0 0 0-.372c-.073-1.664-1.418-3.01-4.11-5.7c-2.69-2.692-4.036-4.037-5.7-4.11a4 4 0 0 0-.372 0c-1.664.073-3.01 1.418-5.7 4.11c-2.692 2.69-4.037 4.036-4.11 5.7a4 4 0 0 0 0 .372M8 12h8m-4.005 4.006v-8"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDiamondPlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2.004 12.186c.073 1.664 1.418 3.01 4.11 5.7c2.69 2.692 4.036 4.037 5.7 4.11q.186.007.372 0c1.664-.073 3.01-1.418 5.7-4.11c2.692-2.69 4.037-4.036 4.11-5.7a4 4 0 0 0 0-.372c-.073-1.664-1.418-3.01-4.11-5.7c-2.69-2.692-4.036-4.037-5.7-4.11a4 4 0 0 0-.372 0c-1.664.073-3.01 1.418-5.7 4.11c-2.692 2.69-4.037 4.036-4.11 5.7a4 4 0 0 0 0 .372M8 12h8m-4.005 4.006v-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.004 12.186c.073 1.664 1.418 3.01 4.11 5.7c2.69 2.692 4.036 4.037 5.7 4.11q.186.007.372 0c1.664-.073 3.01-1.418 5.7-4.11c2.692-2.69 4.037-4.036 4.11-5.7a4 4 0 0 0 0-.372c-.073-1.664-1.418-3.01-4.11-5.7c-2.69-2.692-4.036-4.037-5.7-4.11a4 4 0 0 0-.372 0c-1.664.073-3.01 1.418-5.7 4.11c-2.692 2.69-4.037 4.036-4.11 5.7a4 4 0 0 0 0 .372M8 12h8m-4.005 4.006v-8"/></svg>
</template>

CSS

.icon-diamond-plus {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.004%2012.186c.073%201.664%201.418%203.01%204.11%205.7c2.69%202.692%204.036%204.037%205.7%204.11q.186.007.372%200c1.664-.073%203.01-1.418%205.7-4.11c2.692-2.69%204.037-4.036%204.11-5.7a4%204%200%200%200%200-.372c-.073-1.664-1.418-3.01-4.11-5.7c-2.69-2.692-4.036-4.037-5.7-4.11a4%204%200%200%200-.372%200c-1.664.073-3.01%201.418-5.7%204.11c-2.692%202.69-4.037%204.036-4.11%205.7a4%204%200%200%200%200%20.372M8%2012h8m-4.005%204.006v-8%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.004%2012.186c.073%201.664%201.418%203.01%204.11%205.7c2.69%202.692%204.036%204.037%205.7%204.11q.186.007.372%200c1.664-.073%203.01-1.418%205.7-4.11c2.692-2.69%204.037-4.036%204.11-5.7a4%204%200%200%200%200-.372c-.073-1.664-1.418-3.01-4.11-5.7c-2.69-2.692-4.036-4.037-5.7-4.11a4%204%200%200%200-.372%200c-1.664.073-3.01%201.418-5.7%204.11c-2.692%202.69-4.037%204.036-4.11%205.7a4%204%200%200%200%200%20.372M8%2012h8m-4.005%204.006v-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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