sleigh-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
sleigh-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the sleigh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.062 4.003c-2.11-.132-3.68.127-4.912.647c-1.24.523-2.058 1.278-2.704 1.992q-.248.278-.486.568c-.344.413-.69.827-1.103 1.167c-.448.369-.976.624-1.857.624c-.506 0-.809-.01-1.156-.164c-.352-.156-.853-.515-1.544-1.436a1 1 0 0 0-1.632.045c-1.662 2.493-1.658 4.696-.556 6.307c.861 1.258 2.287 1.985 3.622 2.188l-.515 2.06h-.562a3 3 0 0 1-2.121-.879l-.829-.828a1 1 0 0 0-1.414 1.414l.828.828a5 5 0 0 0 3.536 1.465H21a1 1 0 0 0 0-2h-3.22l-.533-2.134a3 3 0 0 0 2.055-2.278l1.679-8.392a1 1 0 0 0-.919-1.194M15.22 16H9.781l-.5 2h6.438z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSleighFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M20.062 4.003c-2.11-.132-3.68.127-4.912.647c-1.24.523-2.058 1.278-2.704 1.992q-.248.278-.486.568c-.344.413-.69.827-1.103 1.167c-.448.369-.976.624-1.857.624c-.506 0-.809-.01-1.156-.164c-.352-.156-.853-.515-1.544-1.436a1 1 0 0 0-1.632.045c-1.662 2.493-1.658 4.696-.556 6.307c.861 1.258 2.287 1.985 3.622 2.188l-.515 2.06h-.562a3 3 0 0 1-2.121-.879l-.829-.828a1 1 0 0 0-1.414 1.414l.828.828a5 5 0 0 0 3.536 1.465H21a1 1 0 0 0 0-2h-3.22l-.533-2.134a3 3 0 0 0 2.055-2.278l1.679-8.392a1 1 0 0 0-.919-1.194M15.22 16H9.781l-.5 2h6.438z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.062 4.003c-2.11-.132-3.68.127-4.912.647c-1.24.523-2.058 1.278-2.704 1.992q-.248.278-.486.568c-.344.413-.69.827-1.103 1.167c-.448.369-.976.624-1.857.624c-.506 0-.809-.01-1.156-.164c-.352-.156-.853-.515-1.544-1.436a1 1 0 0 0-1.632.045c-1.662 2.493-1.658 4.696-.556 6.307c.861 1.258 2.287 1.985 3.622 2.188l-.515 2.06h-.562a3 3 0 0 1-2.121-.879l-.829-.828a1 1 0 0 0-1.414 1.414l.828.828a5 5 0 0 0 3.536 1.465H21a1 1 0 0 0 0-2h-3.22l-.533-2.134a3 3 0 0 0 2.055-2.278l1.679-8.392a1 1 0 0 0-.919-1.194M15.22 16H9.781l-.5 2h6.438z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sleigh-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.062%204.003c-2.11-.132-3.68.127-4.912.647c-1.24.523-2.058%201.278-2.704%201.992q-.248.278-.486.568c-.344.413-.69.827-1.103%201.167c-.448.369-.976.624-1.857.624c-.506%200-.809-.01-1.156-.164c-.352-.156-.853-.515-1.544-1.436a1%201%200%200%200-1.632.045c-1.662%202.493-1.658%204.696-.556%206.307c.861%201.258%202.287%201.985%203.622%202.188l-.515%202.06h-.562a3%203%200%200%201-2.121-.879l-.829-.828a1%201%200%200%200-1.414%201.414l.828.828a5%205%200%200%200%203.536%201.465H21a1%201%200%200%200%200-2h-3.22l-.533-2.134a3%203%200%200%200%202.055-2.278l1.679-8.392a1%201%200%200%200-.919-1.194M15.22%2016H9.781l-.5%202h6.438z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.062%204.003c-2.11-.132-3.68.127-4.912.647c-1.24.523-2.058%201.278-2.704%201.992q-.248.278-.486.568c-.344.413-.69.827-1.103%201.167c-.448.369-.976.624-1.857.624c-.506%200-.809-.01-1.156-.164c-.352-.156-.853-.515-1.544-1.436a1%201%200%200%200-1.632.045c-1.662%202.493-1.658%204.696-.556%206.307c.861%201.258%202.287%201.985%203.622%202.188l-.515%202.06h-.562a3%203%200%200%201-2.121-.879l-.829-.828a1%201%200%200%200-1.414%201.414l.828.828a5%205%200%200%200%203.536%201.465H21a1%201%200%200%200%200-2h-3.22l-.533-2.134a3%203%200%200%200%202.055-2.278l1.679-8.392a1%201%200%200%200-.919-1.194M15.22%2016H9.781l-.5%202h6.438z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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