Bucket Hat
- 카테고리
- 가정/생활
- 폴더
- accessories
- 형식
- SVG (Scalable Vector Graphics)
- 라이선스
- MIT - 상업용 무료
사용 방법
React / React Native
import { Bucket HatIcon } from 'gentlecon';
<Bucket HatIcon size={24} color="currentColor" />
Vue
<template>
<Bucket HatIcon :size="24" color="currentColor" />
</template>
SVG (HTML)
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<!-- Bucket Hat icon paths -->
</svg>
전체 SVG 코드는 편집기에서 확인하고 복사할 수 있습니다.