hat cowboy side icon
hat-cowboy-side from Line Awesome by Icons8 · Line · Clothing · Apache-2.0 Free for personal and commercial use.
- Name
- hat-cowboy-side
- Set
- Line Awesome
- Style
- Line
- Category
- Clothing
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- hat-cowboy-side-solid
The same icon in other sets
More clothing icons from Line Awesome
Use the hat cowboy side icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.21 7.01a4.5 4.5 0 0 0-.788.047c-.685.102-1.328.357-1.988.568S15.119 8 14.631 8c-.311 0-.874-.008-1.442-.002c-.567.006-1.11.014-1.59.102c-.846.154-1.579.526-2.093 1.091c-.515.566-.788 1.276-.914 2.014l-.002.014l-.602 3.816c-3.144.178-5.421 2.11-6.656 4.703a3.41 3.41 0 0 0 .191 3.32c.6.922 1.591 1.547 2.73 1.794c8.174 1.768 15.176 1.227 22.794.146h.025v-.002l.045-.004l.024-.002l.02-.004a1 1 0 0 0 .282-.091c1.292-.27 2.257-.812 2.815-1.547c.603-.796.742-1.688.742-2.366c0-3.4-2.618-7.5-7.445-8.802l-.586-2.274l-.006-.02c-.461-1.649-1.95-2.823-3.752-2.876zm-.024 1.984c1.027-.014 1.592.515 1.85 1.43l.001.002l.693 2.681l.002.006a1 1 0 0 0 .067.264l.164.633l.02.082c.112.402-.244 1.2-.715 1.476c-.288.168-1.401.591-2.696.895c-1.212.284-2.633.498-3.93.523c-1.244-.895-2.711-1.627-4.638-1.884l.56-3.559c.083-.481.227-.793.42-1.006c.194-.212.458-.376.975-.47c.168-.031.72-.063 1.252-.069s1.073.002 1.42.002c.88 0 1.696-.24 2.412-.469s1.358-.45 1.674-.498q.249-.037.469-.039m4.966 5.496C27.384 15.86 29 18.88 29 20.982c0 .41-.08.821-.336 1.159c-.252.332-.73.679-1.797.859c-3.022.212-4.952-.32-6.48-1.207c1.26-.267 2.387-.67 3.134-1.105l.002-.002c1.149-.672 1.727-2.041 1.37-3.327l-.74-2.869zm-1.422 2.492l.23.895l.005.018c.115.413-.05.83-.451 1.064c-.672.392-2.645 1.04-4.375 1.121a36 36 0 0 1-.543-.506c-.257-.244-.535-.5-.8-.752a24 24 0 0 0 2.233-.412c1.414-.332 2.523-.693 3.246-1.115h.002q.24-.14.453-.313M8.45 17c2.366 0 3.864.672 5.165 1.66a1 1 0 0 0 .305.233c.77.627 1.488 1.36 2.295 2.128q.375.36.789.713a1 1 0 0 0 .322.256l.006.004a15 15 0 0 0 2.48 1.652c-4.91.372-9.776.412-15.136-.748c-.682-.147-1.213-.523-1.477-.93c-.264-.405-.333-.8-.062-1.368c1.066-2.241 2.67-3.6 5.312-3.6z"/></svg>
React
import type { SVGProps } from "react";
export function LaHatCowboySide(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.21 7.01a4.5 4.5 0 0 0-.788.047c-.685.102-1.328.357-1.988.568S15.119 8 14.631 8c-.311 0-.874-.008-1.442-.002c-.567.006-1.11.014-1.59.102c-.846.154-1.579.526-2.093 1.091c-.515.566-.788 1.276-.914 2.014l-.002.014l-.602 3.816c-3.144.178-5.421 2.11-6.656 4.703a3.41 3.41 0 0 0 .191 3.32c.6.922 1.591 1.547 2.73 1.794c8.174 1.768 15.176 1.227 22.794.146h.025v-.002l.045-.004l.024-.002l.02-.004a1 1 0 0 0 .282-.091c1.292-.27 2.257-.812 2.815-1.547c.603-.796.742-1.688.742-2.366c0-3.4-2.618-7.5-7.445-8.802l-.586-2.274l-.006-.02c-.461-1.649-1.95-2.823-3.752-2.876zm-.024 1.984c1.027-.014 1.592.515 1.85 1.43l.001.002l.693 2.681l.002.006a1 1 0 0 0 .067.264l.164.633l.02.082c.112.402-.244 1.2-.715 1.476c-.288.168-1.401.591-2.696.895c-1.212.284-2.633.498-3.93.523c-1.244-.895-2.711-1.627-4.638-1.884l.56-3.559c.083-.481.227-.793.42-1.006c.194-.212.458-.376.975-.47c.168-.031.72-.063 1.252-.069s1.073.002 1.42.002c.88 0 1.696-.24 2.412-.469s1.358-.45 1.674-.498q.249-.037.469-.039m4.966 5.496C27.384 15.86 29 18.88 29 20.982c0 .41-.08.821-.336 1.159c-.252.332-.73.679-1.797.859c-3.022.212-4.952-.32-6.48-1.207c1.26-.267 2.387-.67 3.134-1.105l.002-.002c1.149-.672 1.727-2.041 1.37-3.327l-.74-2.869zm-1.422 2.492l.23.895l.005.018c.115.413-.05.83-.451 1.064c-.672.392-2.645 1.04-4.375 1.121a36 36 0 0 1-.543-.506c-.257-.244-.535-.5-.8-.752a24 24 0 0 0 2.233-.412c1.414-.332 2.523-.693 3.246-1.115h.002q.24-.14.453-.313M8.45 17c2.366 0 3.864.672 5.165 1.66a1 1 0 0 0 .305.233c.77.627 1.488 1.36 2.295 2.128q.375.36.789.713a1 1 0 0 0 .322.256l.006.004a15 15 0 0 0 2.48 1.652c-4.91.372-9.776.412-15.136-.748c-.682-.147-1.213-.523-1.477-.93c-.264-.405-.333-.8-.062-1.368c1.066-2.241 2.67-3.6 5.312-3.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.21 7.01a4.5 4.5 0 0 0-.788.047c-.685.102-1.328.357-1.988.568S15.119 8 14.631 8c-.311 0-.874-.008-1.442-.002c-.567.006-1.11.014-1.59.102c-.846.154-1.579.526-2.093 1.091c-.515.566-.788 1.276-.914 2.014l-.002.014l-.602 3.816c-3.144.178-5.421 2.11-6.656 4.703a3.41 3.41 0 0 0 .191 3.32c.6.922 1.591 1.547 2.73 1.794c8.174 1.768 15.176 1.227 22.794.146h.025v-.002l.045-.004l.024-.002l.02-.004a1 1 0 0 0 .282-.091c1.292-.27 2.257-.812 2.815-1.547c.603-.796.742-1.688.742-2.366c0-3.4-2.618-7.5-7.445-8.802l-.586-2.274l-.006-.02c-.461-1.649-1.95-2.823-3.752-2.876zm-.024 1.984c1.027-.014 1.592.515 1.85 1.43l.001.002l.693 2.681l.002.006a1 1 0 0 0 .067.264l.164.633l.02.082c.112.402-.244 1.2-.715 1.476c-.288.168-1.401.591-2.696.895c-1.212.284-2.633.498-3.93.523c-1.244-.895-2.711-1.627-4.638-1.884l.56-3.559c.083-.481.227-.793.42-1.006c.194-.212.458-.376.975-.47c.168-.031.72-.063 1.252-.069s1.073.002 1.42.002c.88 0 1.696-.24 2.412-.469s1.358-.45 1.674-.498q.249-.037.469-.039m4.966 5.496C27.384 15.86 29 18.88 29 20.982c0 .41-.08.821-.336 1.159c-.252.332-.73.679-1.797.859c-3.022.212-4.952-.32-6.48-1.207c1.26-.267 2.387-.67 3.134-1.105l.002-.002c1.149-.672 1.727-2.041 1.37-3.327l-.74-2.869zm-1.422 2.492l.23.895l.005.018c.115.413-.05.83-.451 1.064c-.672.392-2.645 1.04-4.375 1.121a36 36 0 0 1-.543-.506c-.257-.244-.535-.5-.8-.752a24 24 0 0 0 2.233-.412c1.414-.332 2.523-.693 3.246-1.115h.002q.24-.14.453-.313M8.45 17c2.366 0 3.864.672 5.165 1.66a1 1 0 0 0 .305.233c.77.627 1.488 1.36 2.295 2.128q.375.36.789.713a1 1 0 0 0 .322.256l.006.004a15 15 0 0 0 2.48 1.652c-4.91.372-9.776.412-15.136-.748c-.682-.147-1.213-.523-1.477-.93c-.264-.405-.333-.8-.062-1.368c1.066-2.241 2.67-3.6 5.312-3.6z"/></svg> </template>
CSS
.icon-hat-cowboy-side {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.21%207.01a4.5%204.5%200%200%200-.788.047c-.685.102-1.328.357-1.988.568S15.119%208%2014.631%208c-.311%200-.874-.008-1.442-.002c-.567.006-1.11.014-1.59.102c-.846.154-1.579.526-2.093%201.091c-.515.566-.788%201.276-.914%202.014l-.002.014l-.602%203.816c-3.144.178-5.421%202.11-6.656%204.703a3.41%203.41%200%200%200%20.191%203.32c.6.922%201.591%201.547%202.73%201.794c8.174%201.768%2015.176%201.227%2022.794.146h.025v-.002l.045-.004l.024-.002l.02-.004a1%201%200%200%200%20.282-.091c1.292-.27%202.257-.812%202.815-1.547c.603-.796.742-1.688.742-2.366c0-3.4-2.618-7.5-7.445-8.802l-.586-2.274l-.006-.02c-.461-1.649-1.95-2.823-3.752-2.876zm-.024%201.984c1.027-.014%201.592.515%201.85%201.43l.001.002l.693%202.681l.002.006a1%201%200%200%200%20.067.264l.164.633l.02.082c.112.402-.244%201.2-.715%201.476c-.288.168-1.401.591-2.696.895c-1.212.284-2.633.498-3.93.523c-1.244-.895-2.711-1.627-4.638-1.884l.56-3.559c.083-.481.227-.793.42-1.006c.194-.212.458-.376.975-.47c.168-.031.72-.063%201.252-.069s1.073.002%201.42.002c.88%200%201.696-.24%202.412-.469s1.358-.45%201.674-.498q.249-.037.469-.039m4.966%205.496C27.384%2015.86%2029%2018.88%2029%2020.982c0%20.41-.08.821-.336%201.159c-.252.332-.73.679-1.797.859c-3.022.212-4.952-.32-6.48-1.207c1.26-.267%202.387-.67%203.134-1.105l.002-.002c1.149-.672%201.727-2.041%201.37-3.327l-.74-2.869zm-1.422%202.492l.23.895l.005.018c.115.413-.05.83-.451%201.064c-.672.392-2.645%201.04-4.375%201.121a36%2036%200%200%201-.543-.506c-.257-.244-.535-.5-.8-.752a24%2024%200%200%200%202.233-.412c1.414-.332%202.523-.693%203.246-1.115h.002q.24-.14.453-.313M8.45%2017c2.366%200%203.864.672%205.165%201.66a1%201%200%200%200%20.305.233c.77.627%201.488%201.36%202.295%202.128q.375.36.789.713a1%201%200%200%200%20.322.256l.006.004a15%2015%200%200%200%202.48%201.652c-4.91.372-9.776.412-15.136-.748c-.682-.147-1.213-.523-1.477-.93c-.264-.405-.333-.8-.062-1.368c1.066-2.241%202.67-3.6%205.312-3.6z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.21%207.01a4.5%204.5%200%200%200-.788.047c-.685.102-1.328.357-1.988.568S15.119%208%2014.631%208c-.311%200-.874-.008-1.442-.002c-.567.006-1.11.014-1.59.102c-.846.154-1.579.526-2.093%201.091c-.515.566-.788%201.276-.914%202.014l-.002.014l-.602%203.816c-3.144.178-5.421%202.11-6.656%204.703a3.41%203.41%200%200%200%20.191%203.32c.6.922%201.591%201.547%202.73%201.794c8.174%201.768%2015.176%201.227%2022.794.146h.025v-.002l.045-.004l.024-.002l.02-.004a1%201%200%200%200%20.282-.091c1.292-.27%202.257-.812%202.815-1.547c.603-.796.742-1.688.742-2.366c0-3.4-2.618-7.5-7.445-8.802l-.586-2.274l-.006-.02c-.461-1.649-1.95-2.823-3.752-2.876zm-.024%201.984c1.027-.014%201.592.515%201.85%201.43l.001.002l.693%202.681l.002.006a1%201%200%200%200%20.067.264l.164.633l.02.082c.112.402-.244%201.2-.715%201.476c-.288.168-1.401.591-2.696.895c-1.212.284-2.633.498-3.93.523c-1.244-.895-2.711-1.627-4.638-1.884l.56-3.559c.083-.481.227-.793.42-1.006c.194-.212.458-.376.975-.47c.168-.031.72-.063%201.252-.069s1.073.002%201.42.002c.88%200%201.696-.24%202.412-.469s1.358-.45%201.674-.498q.249-.037.469-.039m4.966%205.496C27.384%2015.86%2029%2018.88%2029%2020.982c0%20.41-.08.821-.336%201.159c-.252.332-.73.679-1.797.859c-3.022.212-4.952-.32-6.48-1.207c1.26-.267%202.387-.67%203.134-1.105l.002-.002c1.149-.672%201.727-2.041%201.37-3.327l-.74-2.869zm-1.422%202.492l.23.895l.005.018c.115.413-.05.83-.451%201.064c-.672.392-2.645%201.04-4.375%201.121a36%2036%200%200%201-.543-.506c-.257-.244-.535-.5-.8-.752a24%2024%200%200%200%202.233-.412c1.414-.332%202.523-.693%203.246-1.115h.002q.24-.14.453-.313M8.45%2017c2.366%200%203.864.672%205.165%201.66a1%201%200%200%200%20.305.233c.77.627%201.488%201.36%202.295%202.128q.375.36.789.713a1%201%200%200%200%20.322.256l.006.004a15%2015%200%200%200%202.48%201.652c-4.91.372-9.776.412-15.136-.748c-.682-.147-1.213-.523-1.477-.93c-.264-.405-.333-.8-.062-1.368c1.066-2.241%202.67-3.6%205.312-3.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/hat-cowboy-side.svg?color=%231a73e8&size=48