mitten from Font Awesome 6 Solid by Dave Gandy · Regular · Childhood · CC-BY-4.0 Attribution required.

Name
mitten
Set
Font Awesome 6 Solid
Style
Regular
Category
Childhood
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More childhood icons from Font Awesome 6 Solid

Use the mitten icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8l17.6-20.1c12.6-14.4 30.7-22.6 49.8-22.6h2.8c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9zM32 448c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMitten(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8l17.6-20.1c12.6-14.4 30.7-22.6 49.8-22.6h2.8c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9zM32 448c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8l17.6-20.1c12.6-14.4 30.7-22.6 49.8-22.6h2.8c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9zM32 448c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32z"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%20384H64L5.4%20178.9C1.8%20166.4%200%20153.4%200%20140.3C0%2062.8%2062.8%200%20140.3%200h3.4c66%200%20123.5%2044.9%20139.5%20108.9l31.4%20125.8l17.6-20.1c12.6-14.4%2030.7-22.6%2049.8-22.6h2.8c34.9%200%2063.3%2028.3%2063.3%2063.3c0%2015.9-6%2031.2-16.8%2042.9zM32%20448c0-17.7%2014.3-32%2032-32h288c17.7%200%2032%2014.3%2032%2032v32c0%2017.7-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%20384H64L5.4%20178.9C1.8%20166.4%200%20153.4%200%20140.3C0%2062.8%2062.8%200%20140.3%200h3.4c66%200%20123.5%2044.9%20139.5%20108.9l31.4%20125.8l17.6-20.1c12.6-14.4%2030.7-22.6%2049.8-22.6h2.8c34.9%200%2063.3%2028.3%2063.3%2063.3c0%2015.9-6%2031.2-16.8%2042.9zM32%20448c0-17.7%2014.3-32%2032-32h288c17.7%200%2032%2014.3%2032%2032v32c0%2017.7-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/mitten.svg?color=%231a73e8&size=48