straw hat icon
straw-hat from IconPark Outline by ByteDance · Outline · Clothes · Apache-2.0 Free for personal and commercial use.
- Name
- straw-hat
- Set
- IconPark Outline
- Style
- Outline
- Category
- Clothes
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More clothes icons from IconPark Outline
a-canebachelor-capbachelor-cap-onebachelor-cap-twobackpackbaseball-capbasketball-clothesbeltbootsbowbriefcasechef-hatchildren-capclothes-briefsclothes-cardiganclothes-crew-neckclothes-diapersclothes-glovesclothes-gloves-twoclothes-hoodieclothes-pantsclothes-pants-shortclothes-pants-sweatclothes-short-sleeve
Use the straw hat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path d="M34 22c0-5.523-4.477-10-10-10s-10 4.477-10 10m0 1c-5.978 1.204-10 3.456-10 6.034C4 32.881 12.954 36 24 36s20-3.119 20-6.966c0-2.578-4.022-4.83-10-6.034"/><path stroke-linecap="round" stroke-linejoin="round" d="M14 22c1 .833 4 4 10 4s9-3 10-4m-15 3l2-5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineStrawHat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path d="M34 22c0-5.523-4.477-10-10-10s-10 4.477-10 10m0 1c-5.978 1.204-10 3.456-10 6.034C4 32.881 12.954 36 24 36s20-3.119 20-6.966c0-2.578-4.022-4.83-10-6.034"/><path strokeLinecap="round" strokeLinejoin="round" d="M14 22c1 .833 4 4 10 4s9-3 10-4m-15 3l2-5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path d="M34 22c0-5.523-4.477-10-10-10s-10 4.477-10 10m0 1c-5.978 1.204-10 3.456-10 6.034C4 32.881 12.954 36 24 36s20-3.119 20-6.966c0-2.578-4.022-4.83-10-6.034"/><path stroke-linecap="round" stroke-linejoin="round" d="M14 22c1 .833 4 4 10 4s9-3 10-4m-15 3l2-5"/></g></svg> </template>
CSS
.icon-straw-hat {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M34%2022c0-5.523-4.477-10-10-10s-10%204.477-10%2010m0%201c-5.978%201.204-10%203.456-10%206.034C4%2032.881%2012.954%2036%2024%2036s20-3.119%2020-6.966c0-2.578-4.022-4.83-10-6.034%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2022c1%20.833%204%204%2010%204s9-3%2010-4m-15%203l2-5%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M34%2022c0-5.523-4.477-10-10-10s-10%204.477-10%2010m0%201c-5.978%201.204-10%203.456-10%206.034C4%2032.881%2012.954%2036%2024%2036s20-3.119%2020-6.966c0-2.578-4.022-4.83-10-6.034%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2022c1%20.833%204%204%2010%204s9-3%2010-4m-15%203l2-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/straw-hat.svg?color=%231a73e8&size=48