mitten icon
mitten from Line Awesome by Icons8 · Line · Winter · Apache-2.0 Free for personal and commercial use.
- Name
- mitten
- Set
- Line Awesome
- Style
- Line
- Category
- Winter
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- mitten-solid
The same icon in other sets
More winter icons from Line Awesome
Use the mitten icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 3c-4.395 0-8 3.605-8 8v2.625c-1.723-1.008-3.96-.668-5.188.969c-1.32 1.758-.976 4.277.782 5.594v.03h.031L12 24.157V29h14v-5.281c.02-.04.04-.074.063-.125c.113-.227.234-.547.375-.969c.28-.84.562-2.055.562-3.625v-8c0-4.395-3.605-8-8-8m0 2c3.305 0 6 2.695 6 6v8c0 1.344-.219 2.344-.438 3c-.109.328-.238.566-.312.719c-.04.074-.043.125-.063.156c-.007.016-.027.027-.03.031l.155.094H13.845l-.25-.188l-5.781-4.218a1.964 1.964 0 0 1-.407-2.782c.672-.894 1.89-1.074 2.782-.406h.03l1.22.844L13 17.344V11c0-3.305 2.695-6 6-6m-5 20h10v2H14z"/></svg>
React
import type { SVGProps } from "react";
export function LaMitten(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 3c-4.395 0-8 3.605-8 8v2.625c-1.723-1.008-3.96-.668-5.188.969c-1.32 1.758-.976 4.277.782 5.594v.03h.031L12 24.157V29h14v-5.281c.02-.04.04-.074.063-.125c.113-.227.234-.547.375-.969c.28-.84.562-2.055.562-3.625v-8c0-4.395-3.605-8-8-8m0 2c3.305 0 6 2.695 6 6v8c0 1.344-.219 2.344-.438 3c-.109.328-.238.566-.312.719c-.04.074-.043.125-.063.156c-.007.016-.027.027-.03.031l.155.094H13.845l-.25-.188l-5.781-4.218a1.964 1.964 0 0 1-.407-2.782c.672-.894 1.89-1.074 2.782-.406h.03l1.22.844L13 17.344V11c0-3.305 2.695-6 6-6m-5 20h10v2H14z"/></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 3c-4.395 0-8 3.605-8 8v2.625c-1.723-1.008-3.96-.668-5.188.969c-1.32 1.758-.976 4.277.782 5.594v.03h.031L12 24.157V29h14v-5.281c.02-.04.04-.074.063-.125c.113-.227.234-.547.375-.969c.28-.84.562-2.055.562-3.625v-8c0-4.395-3.605-8-8-8m0 2c3.305 0 6 2.695 6 6v8c0 1.344-.219 2.344-.438 3c-.109.328-.238.566-.312.719c-.04.074-.043.125-.063.156c-.007.016-.027.027-.03.031l.155.094H13.845l-.25-.188l-5.781-4.218a1.964 1.964 0 0 1-.407-2.782c.672-.894 1.89-1.074 2.782-.406h.03l1.22.844L13 17.344V11c0-3.305 2.695-6 6-6m-5 20h10v2H14z"/></svg> </template>
CSS
.icon-mitten {
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%203c-4.395%200-8%203.605-8%208v2.625c-1.723-1.008-3.96-.668-5.188.969c-1.32%201.758-.976%204.277.782%205.594v.03h.031L12%2024.157V29h14v-5.281c.02-.04.04-.074.063-.125c.113-.227.234-.547.375-.969c.28-.84.562-2.055.562-3.625v-8c0-4.395-3.605-8-8-8m0%202c3.305%200%206%202.695%206%206v8c0%201.344-.219%202.344-.438%203c-.109.328-.238.566-.312.719c-.04.074-.043.125-.063.156c-.007.016-.027.027-.03.031l.155.094H13.845l-.25-.188l-5.781-4.218a1.964%201.964%200%200%201-.407-2.782c.672-.894%201.89-1.074%202.782-.406h.03l1.22.844L13%2017.344V11c0-3.305%202.695-6%206-6m-5%2020h10v2H14z%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%203c-4.395%200-8%203.605-8%208v2.625c-1.723-1.008-3.96-.668-5.188.969c-1.32%201.758-.976%204.277.782%205.594v.03h.031L12%2024.157V29h14v-5.281c.02-.04.04-.074.063-.125c.113-.227.234-.547.375-.969c.28-.84.562-2.055.562-3.625v-8c0-4.395-3.605-8-8-8m0%202c3.305%200%206%202.695%206%206v8c0%201.344-.219%202.344-.438%203c-.109.328-.238.566-.312.719c-.04.074-.043.125-.063.156c-.007.016-.027.027-.03.031l.155.094H13.845l-.25-.188l-5.781-4.218a1.964%201.964%200%200%201-.407-2.782c.672-.894%201.89-1.074%202.782-.406h.03l1.22.844L13%2017.344V11c0-3.305%202.695-6%206-6m-5%2020h10v2H14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/mitten.svg?color=%231a73e8&size=48