diamond 02 icon
diamond-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- diamond-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the diamond 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5.782 4.182c.648-.499.972-.748 1.346-.909q.255-.109.527-.176C8.054 3 8.477 3 9.323 3h5.354c.846 0 1.27 0 1.668.097q.273.067.527.176c.374.16.698.41 1.346.909c2.146 1.652 3.22 2.479 3.588 3.549c.163.476.224.976.18 1.474c-.1 1.118-.948 2.141-2.643 4.188l-3.993 4.822C13.813 20.072 13.044 21 12 21s-1.813-.928-3.35-2.785l-3.993-4.822c-1.695-2.047-2.542-3.07-2.643-4.188a3.55 3.55 0 0 1 .18-1.474c.368-1.07 1.442-1.897 3.588-3.55Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 8.5h4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDiamond02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M5.782 4.182c.648-.499.972-.748 1.346-.909q.255-.109.527-.176C8.054 3 8.477 3 9.323 3h5.354c.846 0 1.27 0 1.668.097q.273.067.527.176c.374.16.698.41 1.346.909c2.146 1.652 3.22 2.479 3.588 3.549c.163.476.224.976.18 1.474c-.1 1.118-.948 2.141-2.643 4.188l-3.993 4.822C13.813 20.072 13.044 21 12 21s-1.813-.928-3.35-2.785l-3.993-4.822c-1.695-2.047-2.542-3.07-2.643-4.188a3.55 3.55 0 0 1 .18-1.474c.368-1.07 1.442-1.897 3.588-3.55Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M10 8.5h4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5.782 4.182c.648-.499.972-.748 1.346-.909q.255-.109.527-.176C8.054 3 8.477 3 9.323 3h5.354c.846 0 1.27 0 1.668.097q.273.067.527.176c.374.16.698.41 1.346.909c2.146 1.652 3.22 2.479 3.588 3.549c.163.476.224.976.18 1.474c-.1 1.118-.948 2.141-2.643 4.188l-3.993 4.822C13.813 20.072 13.044 21 12 21s-1.813-.928-3.35-2.785l-3.993-4.822c-1.695-2.047-2.542-3.07-2.643-4.188a3.55 3.55 0 0 1 .18-1.474c.368-1.07 1.442-1.897 3.588-3.55Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 8.5h4"/></g></svg> </template>
CSS
.icon-diamond-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.782%204.182c.648-.499.972-.748%201.346-.909q.255-.109.527-.176C8.054%203%208.477%203%209.323%203h5.354c.846%200%201.27%200%201.668.097q.273.067.527.176c.374.16.698.41%201.346.909c2.146%201.652%203.22%202.479%203.588%203.549c.163.476.224.976.18%201.474c-.1%201.118-.948%202.141-2.643%204.188l-3.993%204.822C13.813%2020.072%2013.044%2021%2012%2021s-1.813-.928-3.35-2.785l-3.993-4.822c-1.695-2.047-2.542-3.07-2.643-4.188a3.55%203.55%200%200%201%20.18-1.474c.368-1.07%201.442-1.897%203.588-3.55Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%208.5h4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.782%204.182c.648-.499.972-.748%201.346-.909q.255-.109.527-.176C8.054%203%208.477%203%209.323%203h5.354c.846%200%201.27%200%201.668.097q.273.067.527.176c.374.16.698.41%201.346.909c2.146%201.652%203.22%202.479%203.588%203.549c.163.476.224.976.18%201.474c-.1%201.118-.948%202.141-2.643%204.188l-3.993%204.822C13.813%2020.072%2013.044%2021%2012%2021s-1.813-.928-3.35-2.785l-3.993-4.822c-1.695-2.047-2.542-3.07-2.643-4.188a3.55%203.55%200%200%201%20.18-1.474c.368-1.07%201.442-1.897%203.588-3.55Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%208.5h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/diamond-02.svg?color=%231a73e8&size=48