clubs 01 icon
clubs-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- clubs-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the clubs 01 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m14 13l-2-3l-2 3"/><path d="M14.5 5.5C14.5 8 12 10 12 10S9.5 8 9.5 5.5S10.62 2 12 2s2.5 1 2.5 3.5Zm4 10C16 15.5 14 13 14 13s2-2.5 4.5-2.5S22 11.62 22 13s-1 2.5-3.5 2.5Zm-13 0C8 15.5 10 13 10 13s-2-2.5-4.5-2.5S2 11.62 2 13s1 2.5 3.5 2.5Z"/><path stroke-linecap="round" d="M16 22s-3-6-6-9"/><path stroke-linecap="round" d="M8 22s3-6 6-9"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsClubs01(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m14 13l-2-3l-2 3"/><path d="M14.5 5.5C14.5 8 12 10 12 10S9.5 8 9.5 5.5S10.62 2 12 2s2.5 1 2.5 3.5Zm4 10C16 15.5 14 13 14 13s2-2.5 4.5-2.5S22 11.62 22 13s-1 2.5-3.5 2.5Zm-13 0C8 15.5 10 13 10 13s-2-2.5-4.5-2.5S2 11.62 2 13s1 2.5 3.5 2.5Z"/><path strokeLinecap="round" d="M16 22s-3-6-6-9"/><path strokeLinecap="round" d="M8 22s3-6 6-9"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m14 13l-2-3l-2 3"/><path d="M14.5 5.5C14.5 8 12 10 12 10S9.5 8 9.5 5.5S10.62 2 12 2s2.5 1 2.5 3.5Zm4 10C16 15.5 14 13 14 13s2-2.5 4.5-2.5S22 11.62 22 13s-1 2.5-3.5 2.5Zm-13 0C8 15.5 10 13 10 13s-2-2.5-4.5-2.5S2 11.62 2 13s1 2.5 3.5 2.5Z"/><path stroke-linecap="round" d="M16 22s-3-6-6-9"/><path stroke-linecap="round" d="M8 22s3-6 6-9"/></g></svg> </template>
CSS
.icon-clubs-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m14%2013l-2-3l-2%203%22%2F%3E%3Cpath%20d%3D%22M14.5%205.5C14.5%208%2012%2010%2012%2010S9.5%208%209.5%205.5S10.62%202%2012%202s2.5%201%202.5%203.5Zm4%2010C16%2015.5%2014%2013%2014%2013s2-2.5%204.5-2.5S22%2011.62%2022%2013s-1%202.5-3.5%202.5Zm-13%200C8%2015.5%2010%2013%2010%2013s-2-2.5-4.5-2.5S2%2011.62%202%2013s1%202.5%203.5%202.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022s-3-6-6-9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2022s3-6%206-9%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m14%2013l-2-3l-2%203%22%2F%3E%3Cpath%20d%3D%22M14.5%205.5C14.5%208%2012%2010%2012%2010S9.5%208%209.5%205.5S10.62%202%2012%202s2.5%201%202.5%203.5Zm4%2010C16%2015.5%2014%2013%2014%2013s2-2.5%204.5-2.5S22%2011.62%2022%2013s-1%202.5-3.5%202.5Zm-13%200C8%2015.5%2010%2013%2010%2013s-2-2.5-4.5-2.5S2%2011.62%202%2013s1%202.5%203.5%202.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022s-3-6-6-9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2022s3-6%206-9%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/clubs-01.svg?color=%231a73e8&size=48