diamond 01 icon
diamond-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- diamond-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the diamond 01 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-width="1.5" d="m6.959 7.034l1.085-1.306C10.11 3.243 11.142 2 12.5 2s2.39 1.243 4.456 3.728l1.085 1.306C20.014 9.41 21 10.596 21 12s-.986 2.591-2.959 4.966l-1.085 1.306C14.89 20.757 13.858 22 12.5 22s-2.39-1.243-4.456-3.728L6.96 16.966C4.986 14.59 4 13.404 4 12s.986-2.591 2.959-4.966Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDiamond01(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" strokeWidth="1.5" d="m6.959 7.034l1.085-1.306C10.11 3.243 11.142 2 12.5 2s2.39 1.243 4.456 3.728l1.085 1.306C20.014 9.41 21 10.596 21 12s-.986 2.591-2.959 4.966l-1.085 1.306C14.89 20.757 13.858 22 12.5 22s-2.39-1.243-4.456-3.728L6.96 16.966C4.986 14.59 4 13.404 4 12s.986-2.591 2.959-4.966Z"/></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-width="1.5" d="m6.959 7.034l1.085-1.306C10.11 3.243 11.142 2 12.5 2s2.39 1.243 4.456 3.728l1.085 1.306C20.014 9.41 21 10.596 21 12s-.986 2.591-2.959 4.966l-1.085 1.306C14.89 20.757 13.858 22 12.5 22s-2.39-1.243-4.456-3.728L6.96 16.966C4.986 14.59 4 13.404 4 12s.986-2.591 2.959-4.966Z"/></svg> </template>
CSS
.icon-diamond-01 {
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-width%3D%221.5%22%20d%3D%22m6.959%207.034l1.085-1.306C10.11%203.243%2011.142%202%2012.5%202s2.39%201.243%204.456%203.728l1.085%201.306C20.014%209.41%2021%2010.596%2021%2012s-.986%202.591-2.959%204.966l-1.085%201.306C14.89%2020.757%2013.858%2022%2012.5%2022s-2.39-1.243-4.456-3.728L6.96%2016.966C4.986%2014.59%204%2013.404%204%2012s.986-2.591%202.959-4.966Z%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-width%3D%221.5%22%20d%3D%22m6.959%207.034l1.085-1.306C10.11%203.243%2011.142%202%2012.5%202s2.39%201.243%204.456%203.728l1.085%201.306C20.014%209.41%2021%2010.596%2021%2012s-.986%202.591-2.959%204.966l-1.085%201.306C14.89%2020.757%2013.858%2022%2012.5%2022s-2.39-1.243-4.456-3.728L6.96%2016.966C4.986%2014.59%204%2013.404%204%2012s.986-2.591%202.959-4.966Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/diamond-01.svg?color=%231a73e8&size=48