rhombus icon
rhombus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rhombus
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the rhombus 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-linejoin="round" stroke-width="1.5" d="M6.914 5.996C9.312 3.332 10.51 2 12 2s2.688 1.332 5.086 3.996l.318.353C19.8 9.013 21 10.345 21 12s-1.199 2.987-3.596 5.651l-.318.353C14.688 20.668 13.49 22 12 22s-2.688-1.332-5.086-3.996l-.318-.353C4.2 14.987 3 13.655 3 12s1.199-2.987 3.596-5.651z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRhombus(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" strokeLinejoin="round" strokeWidth="1.5" d="M6.914 5.996C9.312 3.332 10.51 2 12 2s2.688 1.332 5.086 3.996l.318.353C19.8 9.013 21 10.345 21 12s-1.199 2.987-3.596 5.651l-.318.353C14.688 20.668 13.49 22 12 22s-2.688-1.332-5.086-3.996l-.318-.353C4.2 14.987 3 13.655 3 12s1.199-2.987 3.596-5.651z"/></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-linejoin="round" stroke-width="1.5" d="M6.914 5.996C9.312 3.332 10.51 2 12 2s2.688 1.332 5.086 3.996l.318.353C19.8 9.013 21 10.345 21 12s-1.199 2.987-3.596 5.651l-.318.353C14.688 20.668 13.49 22 12 22s-2.688-1.332-5.086-3.996l-.318-.353C4.2 14.987 3 13.655 3 12s1.199-2.987 3.596-5.651z"/></svg> </template>
CSS
.icon-rhombus {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.914%205.996C9.312%203.332%2010.51%202%2012%202s2.688%201.332%205.086%203.996l.318.353C19.8%209.013%2021%2010.345%2021%2012s-1.199%202.987-3.596%205.651l-.318.353C14.688%2020.668%2013.49%2022%2012%2022s-2.688-1.332-5.086-3.996l-.318-.353C4.2%2014.987%203%2013.655%203%2012s1.199-2.987%203.596-5.651z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.914%205.996C9.312%203.332%2010.51%202%2012%202s2.688%201.332%205.086%203.996l.318.353C19.8%209.013%2021%2010.345%2021%2012s-1.199%202.987-3.596%205.651l-.318.353C14.688%2020.668%2013.49%2022%2012%2022s-2.688-1.332-5.086-3.996l-.318-.353C4.2%2014.987%203%2013.655%203%2012s1.199-2.987%203.596-5.651z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rhombus.svg?color=%231a73e8&size=48